From 629ecb875e43ac58c648dc07fd6b1aab06c85bae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Thu, 10 Dec 2020 11:05:38 +0800 Subject: [PATCH] Modify Source0 --- doxygen.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doxygen.spec b/doxygen.spec index e874df5..1f564af 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -3,11 +3,11 @@ Name: doxygen Epoch: 1 Version: 1.8.17 -Release: 3 +Release: 4 Summary: A documentation system for C/C++ License: GPL+ Url: http://www.doxygen.nl -Source0: http://doxygen.nl/files/%{name}-%{version}.src.tar.gz +Source0: https://nchc.dl.sourceforge.net/project/%{name}/rel-%{version}/%{name}-%{version}.src.tar.gz Source1: doxywizard.desktop Patch1: test_suite_is_failing.patch @@ -97,6 +97,9 @@ make tests -C %{BuildDir} %{_datadir}/icons/hicolor/*/apps/doxywizard.png %changelog +* Thu Dec 10 2020 shixuantong - 1.8.18-4 +- Modify Source0 + * Wed Dec 02 2020 shixuantong - 1.8.17-3 - fix test suite fail -- Gitee