diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-04-13 08:54:33 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-04-13 08:54:33 +0200 |
commit | c723885b25b5c679aff789ee0cba6467f5f913e7 (patch) | |
tree | b26290544be22e7e64d911ea27cdc63e3c9cc48d | |
parent | f82bcfb93a3c4dfe165146ccc5f977b2f615cd67 (diff) |
php-phpunit-PHPUnit: 4.6.4
-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 aa2a601..6f2523a 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 6c773fda0bdb5ea891d9e4430dcc26c990b9130b +%global gh_commit 163232991e652e6efed2f8470326fffa61e848e2 %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.6.2 +Version: 4.6.4 Release: 1%{?dist} Summary: The PHP Unit Testing framework @@ -203,6 +203,9 @@ fi %changelog +* Mon Apr 13 2015 Remi Collet <remi@fedoraproject.org> - 4.6.4-1 +- Update to 4.6.4 + * Tue Apr 7 2015 Remi Collet <remi@fedoraproject.org> - 4.6.2-1 - Update to 4.6.2 |