diff options
Diffstat (limited to 'php-phpunit-php-code-coverage5.spec')
-rw-r--r-- | php-phpunit-php-code-coverage5.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 5.1.0-1 +- Update to 5.1.0 + * Sun Apr 2 2017 Remi Collet <remi@remirepo.net> - 5.0.4-1 - Update to 5.0.4 - use fedora2 autoloader template |