diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-20 06:50:53 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-20 06:50:53 +0100 |
commit | c14188d825e64cb987991ad2485ffcc51042aa10 (patch) | |
tree | 6c6f85b1e5a9a7923a81a025451296270c56f639 | |
parent | 68388f64ab1837359d0e9ec75e52aa5b8d08e4cc (diff) |
php-phpunit-PHPUnit: 5.7.17
-rw-r--r-- | php-phpunit-PHPUnit.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec index 8787d34..95a8e76 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit dafc78e2a7d12139b0e97078d1082326bd09363d +%global gh_commit 68752b665d3875f9a38a357e3ecb35c79f8673bf #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -17,7 +17,7 @@ %global pear_name PHPUnit %global pear_channel pear.phpunit.de %global major 5.7 -%global minor 16 +%global minor 17 %global specrel 1 Name: php-phpunit-PHPUnit @@ -246,6 +246,9 @@ fi %changelog +* Mon Mar 20 2017 Remi Collet <remi@remirepo.net> - 5.7.17-1 +- Update to 5.7.17 + * Wed Mar 15 2017 Remi Collet <remi@remirepo.net> - 5.7.16-1 - Update to 5.7.16 |