diff --git a/log4cplus.spec b/log4cplus.spec index 852ae2610c076e6be30697a0262966f1697871b9..8275787d0b373e8760e450530248ab528d644a1a 100644 --- a/log4cplus.spec +++ b/log4cplus.spec @@ -1,11 +1,11 @@ Name: log4cplus Version: 2.0.5 -Release: 2 +GitTag: REL_2_0_5 +Release: 3 Summary: simple logging API by using C++ License: BSD -URL: https://sourceforge.net/projects/log4cplus -Source0: https://github.com/google/leveldb/archive/%{name}-%{version}.tar.gz - +URL: https://sourceforge.net/projects/log4cplus/ +Source0: https://github.com/log4cplus/log4cplus/releases/download/%{GitTag}/%{name}-%{version}.tar.gz BuildRequires: cmake %description @@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lib*.so %changelog +* Mon Oct 12 2020 liqingqing_1229 - 2.0.5-3 +- update source0's url + * Tue Aug 11 2020 douyan - 2.0.5-2 - add devel package