Update to 1.4.0 upstream release

This commit is contained in:
Tom Hughes 2016-03-30 08:42:34 +01:00
parent 79e633b647
commit 1ba202c874
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/catch-1.2.1.tar.gz
/catch-1.4.0.tar.gz

View File

@ -1,8 +1,8 @@
%global debug_package %{nil}
Name: catch
Version: 1.2.1
Release: 2%{?dist}
Version: 1.4.0
Release: 1%{?dist}
Summary: A modern, C++-native, header-only, framework for unit-tests, TDD and BDD
License: Boost
@ -28,7 +28,7 @@ is packaged up as a single header for extra convenience.
%prep
%setup -q -n Catch-%{version}
%autosetup -p 1 -n Catch-%{version}
%build
@ -50,6 +50,9 @@ cp -pr include %{buildroot}%{_includedir}/catch
%changelog
* Wed Mar 30 2016 Tom Hughes <tom@compton.nu> - 1.4.0-1
- Update to 1.4.0 upstream release
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
3edd6782a6b7bc7597e95fd1f202dde2 catch-1.2.1.tar.gz
691e0ea56887814aec343f5174e95b68 catch-1.4.0.tar.gz