diff --git a/.cvsignore b/.cvsignore index a93fb6d..ece7a00 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cppunit-1.12.0.tar.gz +cppunit-1.12.1.tar.gz diff --git a/cppunit.spec b/cppunit.spec index 3397a05..8f100fe 100644 --- a/cppunit.spec +++ b/cppunit.spec @@ -1,6 +1,6 @@ Name: cppunit -Version: 1.12.0 -Release: 5%{?dist} +Version: 1.12.1 +Release: 1%{?dist} Summary: C++ unit testing framework # no license in files @@ -15,7 +15,8 @@ BuildRequires: doxygen, graphviz %description CppUnit is the C++ port of the famous JUnit framework for unit testing. -Test output is in XML for automatic testing and GUI based for supervised tests. +Test output is in XML for automatic testing and GUI based for supervised +tests. %package devel Summary: Libraries and headers for cppunit development @@ -40,13 +41,13 @@ the popular doxygen documentation generation tool. %patch0 -p1 -b .nolibdir for file in THANKS ChangeLog NEWS; do iconv -f latin1 -t utf8 < $file > ${file}.utf8 - touch -r $file ${file}.utf8 + touch -c -r $file ${file}.utf8 mv ${file}.utf8 $file done %build export LDFLAGS=-ldl -%configure --enable-doxygen --disable-static +%configure --enable-doxygen --disable-static make %{?_smp_mflags} %install @@ -54,10 +55,10 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' rm $RPM_BUILD_ROOT%{_libdir}/*.la # remove double of doc -rm -rf $RPM_BUILD_ROOT%{_datadir}/cppunit +rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/cppunit # ensure that timestamp of cppunit-config is the same for all arches -touch -r cppunit-config.in.nolibdir $RPM_BUILD_ROOT%{_bindir}/cppunit-config +touch -c -r cppunit-config.in.nolibdir $RPM_BUILD_ROOT%{_bindir}/cppunit-config # clean up examples rm -rf __dist-examples __dist-examples-dir @@ -94,9 +95,12 @@ rm -rf $RPM_BUILD_ROOT %files doc %defattr(-,root,root,-) %doc __dist-examples-dir/examples/ -%doc doc/html/ +%doc doc/html %changelog +* Thu Sep 18 2008 Patrice Dumas 1.12.1-1 +- Update to 1.12.1 + * Tue Feb 19 2008 Fedora Release Engineering - 1.12.0-5 - Autorebuild for GCC 4.3 diff --git a/sources b/sources index 67cd4c2..26c71ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7493718733ded49a96cf763c5d3eea7f cppunit-1.12.0.tar.gz +bd30e9cf5523cdfc019b94f5e1d7fd19 cppunit-1.12.1.tar.gz