new upstream release 1.15.1
This commit is contained in:
parent
28991ff392
commit
904ab9d855
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ cppunit-1.12.1.tar.gz
|
||||
cppunit-1.13.2.tar.gz
|
||||
/cppunit-1.14.0.tar.gz
|
||||
/cppunit-1.15.0.tar.gz
|
||||
/cppunit-1.15.1.tar.gz
|
||||
|
11
cppunit.spec
11
cppunit.spec
@ -1,7 +1,7 @@
|
||||
%global apiversion 1.15
|
||||
|
||||
Name: cppunit
|
||||
Version: 1.15.0
|
||||
Version: 1.15.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: C++ unit testing framework
|
||||
@ -58,7 +58,7 @@ rm -rf __dist-examples __dist-examples-dir
|
||||
cp -a examples __dist-examples
|
||||
make -C __dist-examples distclean
|
||||
# Makefile.am files are left as documentation
|
||||
find __dist-examples \( -name Makefile.in -o -name .gitignore -o -name '*.dsw' -o -name '*.dsp' -o -name '*.opt' -o -name '*.sln' -o -name '*.vcproj' \) -exec rm {} \;
|
||||
find __dist-examples \( -name Makefile.in -o -name .gitignore -o -name '*.opt' -o -name '*.sln' -o -name '*.vcproj' \) -exec rm {} \;
|
||||
mkdir __dist-examples-dir
|
||||
mv __dist-examples __dist-examples-dir/examples
|
||||
|
||||
@ -69,8 +69,8 @@ mv __dist-examples __dist-examples-dir/examples
|
||||
%doc AUTHORS NEWS README THANKS TODO BUGS doc/FAQ
|
||||
%license COPYING
|
||||
%{_bindir}/DllPlugInTester
|
||||
%{_libdir}/libcppunit-%{apiversion}.so.0
|
||||
%{_libdir}/libcppunit-%{apiversion}.so.0.*
|
||||
%{_libdir}/libcppunit-%{apiversion}.so.1
|
||||
%{_libdir}/libcppunit-%{apiversion}.so.1.*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/cppunit
|
||||
@ -83,6 +83,9 @@ mv __dist-examples __dist-examples-dir/examples
|
||||
%doc doc/html
|
||||
|
||||
%changelog
|
||||
* Wed Dec 25 2019 David Tardon <dtardon@redhat.com> - 1.15.1-1
|
||||
- new upstream release
|
||||
|
||||
* Sat Dec 21 2019 David Tardon <dtardon@redhat.com> - 1.15.0-1
|
||||
- new upstream release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cppunit-1.15.0.tar.gz) = 2ee90c5317f9480020095896b38e470ab8a63ab9b695db479f1b37512570fed37a271c3259004c9ce92b4fb051d37e1aa3bae55ec30c80d97041c59d2a257810
|
||||
SHA512 (cppunit-1.15.1.tar.gz) = 0feb47faec451357bb4c4e287efa17bb60fd3ad966d5350e9f25b414aaab79e94921024b0c0497672f8d3eeb22a599213d2d71d9e1d28b243b3e37f3a9a43691
|
||||
|
Loading…
Reference in New Issue
Block a user