diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-08 08:33:57 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-08 08:33:57 +0100 |
commit | 8f88dc9e8c5e1c52062acd9084b53a70034c42db (patch) | |
tree | 5f0de694982aebf3e11e2549203715d7e3abad72 | |
parent | ab8bc1f980d8a3208d63e16223c941c4759925e3 (diff) |
php-phpunit-PHPUnit: 5.7.12
-rw-r--r-- | php-phpunit-PHPUnit.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec index 210a7c8..2b20f83 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit a6ad2472daba76b0689042b7709f86d4f06bcaab +%global gh_commit 944600e244f80a5252679878553b95c63dbf978b #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -17,8 +17,8 @@ %global pear_name PHPUnit %global pear_channel pear.phpunit.de %global major 5.7 -%global minor 11 -%global specrel 2 +%global minor 12 +%global specrel 1 Name: php-phpunit-PHPUnit Version: %{major}.%{minor} @@ -233,6 +233,9 @@ fi %changelog +* Wed Feb 8 2017 Remi Collet <remi@fedoraproject.org> - 5.7.12-1 +- update to 5.7.12 + * Tue Feb 7 2017 Remi Collet <remi@fedoraproject.org> - 5.7.11-2 - add max version for some build dependencies - only allow Symfony 2 |