diff options
-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 f7c2c18..ef1d042 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit bdd15c9ec6e16a307398d5385b3445673608e805 +%global gh_commit 8e0c63329c8c4185296b8d357daa5c6bae43080f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -17,7 +17,7 @@ %global pear_channel pear.phpunit.de Name: php-phpunit-PHPUnit -Version: 4.7.1 +Version: 4.7.2 Release: 1%{?dist} Summary: The PHP Unit Testing framework @@ -204,6 +204,9 @@ fi %changelog +* Sun Jun 7 2015 Remi Collet <remi@fedoraproject.org> - 4.7.2-1 +- Update to 4.7.2 + * Fri Jun 5 2015 Remi Collet <remi@fedoraproject.org> - 4.7.1-1 - Update to 4.7.1 - raise dependency on phpunit/php-code-coverage ~2.1 |