diff --git a/cppunit.spec b/cppunit.spec index 58cfce0..edfc7fa 100644 --- a/cppunit.spec +++ b/cppunit.spec @@ -1,6 +1,6 @@ Name: cppunit Version: 1.12.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: C++ unit testing framework # no license in files @@ -9,6 +9,7 @@ Group: Development/Libraries Url: http://cppunit.sourceforge.net/ Source: http://downloads.sourceforge.net/cppunit/cppunit-%{version}.tar.gz Patch0: cppunit-1.12.0-nolibdir.patch +Patch1: cppunit-msg.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: doxygen, graphviz @@ -44,6 +45,7 @@ for file in THANKS ChangeLog NEWS; do touch -c -r $file ${file}.utf8 mv ${file}.utf8 $file done +%patch1 -p1 -b .nomsg %build export LDFLAGS=-ldl @@ -98,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %doc doc/html %changelog +* Tue Jun 28 2011 Steven M. Parrish - 1.12.1-5 +- Fix for bug 452340 + * Tue Feb 08 2011 Fedora Release Engineering - 1.12.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild