From e4562be9fe58075ef190611fe9d7163f7b31f8ca Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Nov 10 2016 05:44:30 +0000 Subject: Update to 1.5.8 Signed-off-by: Igor Gnatenko --- diff --git a/.gitignore b/.gitignore index a9bd5df..c584a7f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /catch-1.5.0.tar.gz /catch-1.5.1.tar.gz /catch-1.5.4.tar.gz +/catch-1.5.8.tar.gz diff --git a/catch.spec b/catch.spec index f83df61..5618f10 100644 --- a/catch.spec +++ b/catch.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: catch -Version: 1.5.4 +Version: 1.5.8 Release: 1%{?dist} Summary: A modern, C++-native, header-only, framework for unit-tests, TDD and BDD @@ -50,6 +50,9 @@ cp -pr include %{buildroot}%{_includedir}/catch %changelog +* Thu Nov 10 2016 Igor Gnatenko - 1.5.8-1 +- Update to 1.5.8 + * Sat May 14 2016 Tom Hughes - 1.5.4-1 - Update to 1.5.4 upstream release diff --git a/sources b/sources index 27d3952..d17c6ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b391fca34888f2c8fa11e0df6db6adc catch-1.5.4.tar.gz +7fa853d2d13123d8849c317d17cebafe catch-1.5.8.tar.gz