[cppunit] Fix for bug 452340

Steven M. Parrish tuxbrewr at fedoraproject.org
Tue Jun 28 12:03:08 UTC 2011


commit f817b66610a93cca39be736c7651710fe15d0a1e
Author: Steven M. Parrish <smparrish at gmail.com>
Date:   Tue Jun 28 08:02:24 2011 -0400

    Fix for bug 452340

 cppunit.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 <smparrish at gmail.com> - 1.12.1-5
+- Fix for bug 452340
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.12.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list