diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-10 11:06:13 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-10 11:06:13 +0100 |
commit | 16a43c264d27cf9fd999508ab7eff5342a144a64 (patch) | |
tree | eb08f23377df369c2034600e0502110ded29d6a8 | |
parent | 8f88dc9e8c5e1c52062acd9084b53a70034c42db (diff) |
php-phpunit-PHPUnit: 5.7.13
-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 2b20f83..f2fa85e 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 944600e244f80a5252679878553b95c63dbf978b +%global gh_commit 60ebeed87a35ea46fd7f7d8029df2d6f013ebb34 #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 12 +%global minor 13 %global specrel 1 Name: php-phpunit-PHPUnit @@ -233,6 +233,9 @@ fi %changelog +* Fri Feb 10 2017 Remi Collet <remi@fedoraproject.org> - 5.7.13-1 +- update to 5.7.13 + * Wed Feb 8 2017 Remi Collet <remi@fedoraproject.org> - 5.7.12-1 - update to 5.7.12 |