v2.0.0, rhbz#1413235
This commit is contained in:
parent
b847f2a5a2
commit
07878704fb
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
/unittest-cpp-1.4-e76d25a.tar.gz
|
||||
/unittest-cpp-1.6.0-b69b63a.tar.gz
|
||||
/unittest-cpp-1.6.1-b69b63a.tar.gz
|
||||
/unittest-cpp-2.0.0-b69b63a.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
037da7ba592b7124e6689378b128b92b unittest-cpp-1.6.1-b69b63a.tar.gz
|
||||
SHA512 (unittest-cpp-2.0.0-b69b63a.tar.gz) = bac1371a2c1a0a67eb0899208afeab318e10edf093460624bcc1fdcfcf7f89e49816aaebe3c7fe8feb58c90b1cdea29a0ab67efd1a38e2aebc2588de6a1d7a28
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@
|
|||
%global oldname UnitTest++
|
||||
|
||||
Name: unittest-cpp
|
||||
Version: 1.6.1
|
||||
Release: 2%{?dist}
|
||||
Version: 2.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Lightweight unit testing framework for C++
|
||||
License: MIT
|
||||
Group: Development/Libraries
|
||||
|
|
@ -105,6 +105,9 @@ rm -f %{buildroot}%{_libdir}/lib%{oldname}.la
|
|||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Sat Jun 10 2017 Builder <projects.rg@smart.ms> - 2.0.0-1
|
||||
- new version
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue