Resolves: sf#2912630 unused argument warnings
This commit is contained in:
parent
350c082bea
commit
721d701981
2 changed files with 29 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: cppunit
|
||||
Version: 1.12.1
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
|
||||
Summary: C++ unit testing framework
|
||||
# no license in files
|
||||
|
|
@ -10,6 +10,8 @@ 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
|
||||
#https://sourceforge.net/tracker/?func=detail&aid=2912630&group_id=11795&atid=311795
|
||||
Patch2: cppunit-warnings-sf2912630.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: doxygen, graphviz
|
||||
|
|
@ -46,6 +48,7 @@ for file in THANKS ChangeLog NEWS; do
|
|||
mv ${file}.utf8 $file
|
||||
done
|
||||
%patch1 -p1 -b .nomsg
|
||||
%patch2 -p1 -b .warnings-sf2912630
|
||||
|
||||
%build
|
||||
export LDFLAGS=-ldl
|
||||
|
|
@ -100,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%doc doc/html
|
||||
|
||||
%changelog
|
||||
* Wed Oct 05 2011 Caolán McNamara <caolanm@redhat.com> - 1.12.1-6
|
||||
- add sf#2912630 fix for unused argument warnings
|
||||
|
||||
* Tue Jun 28 2011 Steven M. Parrish <smparrish@gmail.com> - 1.12.1-5
|
||||
- Fix for bug 452340
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue