Update to 1.5.9 upstream release
This commit is contained in:
parent
e4562be9fe
commit
99b2c4370b
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/catch-1.5.1.tar.gz
|
||||
/catch-1.5.4.tar.gz
|
||||
/catch-1.5.8.tar.gz
|
||||
/catch-1.5.9.tar.gz
|
||||
|
@ -1,13 +1,13 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: catch
|
||||
Version: 1.5.8
|
||||
Version: 1.5.9
|
||||
Release: 1%{?dist}
|
||||
Summary: A modern, C++-native, header-only, framework for unit-tests, TDD and BDD
|
||||
|
||||
License: Boost
|
||||
URL: https://github.com/philsquared/Catch
|
||||
Source0: https://github.com/philsquared/Catch/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/philsquared/Catch/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
%description
|
||||
Catch stands for C++ Automated Test Cases in Headers and is a
|
||||
@ -50,6 +50,9 @@ cp -pr include %{buildroot}%{_includedir}/catch
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 13 2016 Tom Hughes <tom@compton.nu> - 1.5.9-1
|
||||
- Update to 1.5.9 upstream release
|
||||
|
||||
* Thu Nov 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.5.8-1
|
||||
- Update to 1.5.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user