diff --git a/unittest-cpp.spec b/unittest-cpp.spec index 56559d7..02c3173 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: 14%{gitversion}%{?dist} +Release: 15%{gitversion}%{?dist} Summary: Lightweight unit testing framework for C++ License: MIT Group: Development/Libraries @@ -59,6 +59,7 @@ touch NEWS ln README.md README # autoreconf will add a GPLv3 license text in COPYING ln LICENSE COPYING +mkdir m4 autoreconf -i %build @@ -103,6 +104,9 @@ rm -f %{buildroot}%{_libdir}/lib%{oldname}.la %postun -p /sbin/ldconfig %changelog +* Sun Nov 24 2013 François Cami - 1.4-15.20130823gite76d25a +- f18-only build fix. + * Fri Nov 22 2013 Luke Benstead - 1.4-14.20130823gite76d25a - Fix .spec file after previous change