diff --git a/unittest-cpp.spec b/unittest-cpp.spec index ad09118..288c24e 100644 --- a/unittest-cpp.spec +++ b/unittest-cpp.spec @@ -10,7 +10,7 @@ Name: unittest-cpp # 1.4 is the last version of the old sf.net project. Version: 1.4 # so we're postrelease. -Release: 10%{gitversion}%{?dist} +Release: 11%{gitversion}%{?dist} Summary: Lightweight unit testing framework for C++ License: MIT Group: Development/Libraries @@ -103,6 +103,9 @@ rm -f %{buildroot}%{_libdir}/lib%{oldname}.la %postun -p /sbin/ldconfig %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 1.4-11.20130509gitc42e68b +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Thu Jun 06 2013 François Cami - 1.4-10.20130509gitc42e68b - Make -static depend on -devel. Suggested by Michael Schwendt.