Update to 2.1.2 upstream release
This commit is contained in:
parent
3540d7030d
commit
b9228dc831
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
||||
/catch-1.12.0.tar.gz
|
||||
/catch-2.1.0.tar.gz
|
||||
/catch-2.1.1.tar.gz
|
||||
/catch-2.1.2.tar.gz
|
||||
|
10
catch.spec
10
catch.spec
@ -1,8 +1,8 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: catch
|
||||
Version: 2.1.1
|
||||
Release: 2%{?dist}
|
||||
Version: 2.1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A modern, C++-native, header-only, framework for unit-tests, TDD and BDD
|
||||
|
||||
License: Boost
|
||||
@ -11,6 +11,8 @@ Source0: https://github.com/philsquared/Catch/archive/v%{version}/%{name}
|
||||
|
||||
BuildRequires: cmake make gcc-c++ python3
|
||||
|
||||
Requires: cmake-filesystem
|
||||
|
||||
%description
|
||||
Catch stands for C++ Automated Test Cases in Headers and is a
|
||||
multi-paradigm automated test framework for C++ and Objective-C (and,
|
||||
@ -55,9 +57,13 @@ ctest -V %{?_smp_mflags}
|
||||
%license LICENSE.txt
|
||||
%{_includedir}/catch/
|
||||
%{_datadir}/pkgconfig/catch.pc
|
||||
%{_libdir}/cmake/Catch2/
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Feb 10 2018 Tom Hughes <tom@compton.nu> - 2.1.2-1
|
||||
- Update to 2.1.2 upstream release
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (catch-2.1.1.tar.gz) = 64947672e614301a45efd812eb3eef98d871c9719005a441b6f6bb1dc26820bd9643ba285bcc0eaef9b212c5ab6ada4a875433c47a020ce436bcc411cdc8ad72
|
||||
SHA512 (catch-2.1.2.tar.gz) = 56b69af2dc5a50c5ab9765f3bd56365a3383b682790a2569bd2f2ac47d2380e6e411213326136c575554c506cb9e3e2a156eed924001a2534d0ce6f0d3e092f7
|
||||
|
Loading…
Reference in New Issue
Block a user