Upgrade to version 1.15.1
This commit is contained in:
parent
ebed7b637c
commit
ac65ef1cc5
Binary file not shown.
BIN
cppunit-1.15.1.tar.gz
Normal file
BIN
cppunit-1.15.1.tar.gz
Normal file
Binary file not shown.
13
cppunit.spec
13
cppunit.spec
@ -1,8 +1,8 @@
|
|||||||
%global apiversion 1.14
|
%global apiversion 1.15
|
||||||
|
|
||||||
Name: cppunit
|
Name: cppunit
|
||||||
Version: 1.14.0
|
Version: 1.15.1
|
||||||
Release: 8
|
Release: 1
|
||||||
Summary: C++ port of JUnit testing framework
|
Summary: C++ port of JUnit testing framework
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Url: https://www.freedesktop.org/wiki/Software/cppunit/
|
Url: https://www.freedesktop.org/wiki/Software/cppunit/
|
||||||
@ -64,8 +64,8 @@ mv __dist-examples __dist-examples-dir/examples
|
|||||||
%files
|
%files
|
||||||
%license COPYING AUTHORS
|
%license COPYING AUTHORS
|
||||||
%{_bindir}/DllPlugInTester
|
%{_bindir}/DllPlugInTester
|
||||||
%{_libdir}/libcppunit-%{apiversion}.so.0
|
%{_libdir}/libcppunit-%{apiversion}.so.1
|
||||||
%{_libdir}/libcppunit-%{apiversion}.so.0.*
|
%{_libdir}/libcppunit-%{apiversion}.so.1.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/cppunit
|
%{_includedir}/cppunit
|
||||||
@ -79,6 +79,9 @@ mv __dist-examples __dist-examples-dir/examples
|
|||||||
%doc doc/html
|
%doc doc/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 19 2022 yaoxin <yaoxin30@h-partners.com> - 1.15.1-1
|
||||||
|
- Upgrade to version 1.15.1
|
||||||
|
|
||||||
* Mon Aug 02 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.14.0-8
|
* Mon Aug 02 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.14.0-8
|
||||||
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
|
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user