From 758d406b5c01aa8d0783d4c8f0517c4f1680ec80 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Apr 2017 13:25:02 +0200 Subject: v5.1.1 --- php-phpunit-php-code-coverage5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-phpunit-php-code-coverage5.spec') diff --git a/php-phpunit-php-code-coverage5.spec b/php-phpunit-php-code-coverage5.spec index 33f94cf..0b5e1f4 100644 --- a/php-phpunit-php-code-coverage5.spec +++ b/php-phpunit-php-code-coverage5.spec @@ -9,7 +9,7 @@ %global bootstrap 0 # Github -%global gh_commit cff36444733ac6d3f153866f55898373ca184610 +%global gh_commit bc433b7af27e0ab9b6b4c6d8ec918a493875f6bc #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -23,7 +23,7 @@ %global php_home %{_datadir}/php %global ver_major 5 %global ver_minor 1 -%global ver_patch 0 +%global ver_patch 1 %global specrel 1 %if %{bootstrap} %global with_tests 0%{?_with_tests:1} @@ -195,6 +195,9 @@ done %changelog +* Wed Apr 12 2017 Remi Collet - 5.1.1-1 +- Update to 5.1.1 + * Fri Apr 7 2017 Remi Collet - 5.1.0-1 - Update to 5.1.0 -- cgit