diff --git a/.gitignore b/.gitignore index b754837..df6e69b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /log4cplus-1.1.0-rc10.tar.xz +/log4cplus-1.1.0.tar.xz diff --git a/log4cplus.spec b/log4cplus.spec index 35c2cfa..38a56c0 100644 --- a/log4cplus.spec +++ b/log4cplus.spec @@ -1,8 +1,12 @@ -%global prever rc10 +#%%global prever rc10 Name: log4cplus Version: 1.1.0 +%if 0%{?prever:1} Release: 0.3.%{prever}%{?dist} +%else +Release: 1%{?dist} +%endif Summary: Logging Framework for C++ License: ASL 2.0 @@ -73,6 +77,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/liblog4cplus.{a,la} %{_libdir}/pkgconfig/log4cplus.pc %changelog +* Mon Feb 18 2013 Adam Tkac - 1.1.0-1 +- update to 1.1.0 + * Thu Feb 14 2013 Fedora Release Engineering - 1.1.0-0.3.rc10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 1c39068..5c7e9fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -78c21603b57f5003e200feeb786e2177 log4cplus-1.1.0-rc10.tar.xz +8f04a7b2db55384440b0ab83b6362d5d log4cplus-1.1.0.tar.xz