diff --git a/.gitignore b/.gitignore index e15e911..56d22e5 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index e304983..b2cb5aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -037da7ba592b7124e6689378b128b92b unittest-cpp-1.6.1-b69b63a.tar.gz +SHA512 (unittest-cpp-2.0.0-b69b63a.tar.gz) = bac1371a2c1a0a67eb0899208afeab318e10edf093460624bcc1fdcfcf7f89e49816aaebe3c7fe8feb58c90b1cdea29a0ab67efd1a38e2aebc2588de6a1d7a28 diff --git a/unittest-cpp.spec b/unittest-cpp.spec index dbcf4c9..6285217 100644 --- a/unittest-cpp.spec +++ b/unittest-cpp.spec @@ -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 - 2.0.0-1 +- new version + * Sat Feb 11 2017 Fedora Release Engineering - 1.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild