diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-11 18:46:58 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-11 18:46:58 +0200 |
commit | 7bc689782a1299f6e43a55a255278f74ac64be87 (patch) | |
tree | fc2ac9dd74d2ebcfca9913ad2ae65a93f683d41b | |
parent | 1e0bb2e5f1ca2b9cc1c79ce2c1862456267a88c9 (diff) |
php-phpunit-PHPUnit: 4.7.3
-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 ef1d042..5378d11 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 8e0c63329c8c4185296b8d357daa5c6bae43080f +%global gh_commit 41fea1e84ed84d373f5ac099a1276c4358c90708 %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.2 +Version: 4.7.3 Release: 1%{?dist} Summary: The PHP Unit Testing framework @@ -204,6 +204,9 @@ fi %changelog +* Thu Jun 11 2015 Remi Collet <remi@fedoraproject.org> - 4.7.3-1 +- Update to 4.7.3 + * Sun Jun 7 2015 Remi Collet <remi@fedoraproject.org> - 4.7.2-1 - Update to 4.7.2 |