diff options
author | Remi Collet <remi@remirepo.net> | 2017-04-12 13:25:02 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-04-12 13:25:02 +0200 |
commit | 758d406b5c01aa8d0783d4c8f0517c4f1680ec80 (patch) | |
tree | bd5b8aa438df3bec0116c3f315e4689cbd802bd5 | |
parent | 4ead88cce0554d5c5176712428c2e85b07e7ccb7 (diff) |
v5.1.1
-rw-r--r-- | php-phpunit-php-code-coverage5.spec | 7 |
1 files changed, 5 insertions, 2 deletions
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 <remi@remirepo.net> - 5.1.1-1 +- Update to 5.1.1 + * Fri Apr 7 2017 Remi Collet <remi@remirepo.net> - 5.1.0-1 - Update to 5.1.0 |