From 4ead88cce0554d5c5176712428c2e85b07e7ccb7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Apr 2017 08:52:34 +0200 Subject: v5.1.0 --- php-phpunit-php-code-coverage5.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 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 341599d..33f94cf 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 37bbf491e6b585267ef1e0cbb0056f5c00ebf91c +%global gh_commit cff36444733ac6d3f153866f55898373ca184610 #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -22,8 +22,8 @@ %global ns_project CodeCoverage %global php_home %{_datadir}/php %global ver_major 5 -%global ver_minor 0 -%global ver_patch 4 +%global ver_minor 1 +%global ver_patch 0 %global specrel 1 %if %{bootstrap} %global with_tests 0%{?_with_tests:1} @@ -195,6 +195,9 @@ done %changelog +* Fri Apr 7 2017 Remi Collet - 5.1.0-1 +- Update to 5.1.0 + * Sun Apr 2 2017 Remi Collet - 5.0.4-1 - Update to 5.0.4 - use fedora2 autoloader template -- cgit