Update to 1.4.0 upstream release
This commit is contained in:
parent
79e633b647
commit
1ba202c874
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/catch-1.2.1.tar.gz
|
||||
/catch-1.4.0.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user