diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-04-30 06:29:33 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-04-30 06:29:33 +0200 |
commit | 9ef6ba49b70c0fc1b7191c6ab7bf9f4409a1ec55 (patch) | |
tree | 9e9885a6c0fa09a0cab8aa71291509267f86dad7 | |
parent | 9362b7f56825cd022372c55304d6785d4a715499 (diff) |
php-phpunit-PHPUnit: 4.6.6
-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 0be9396..5218125 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 1c54dd1d9a782d7c8715bb3604cde7b6e23c2614 +%global gh_commit 3afe303d873a4d64c62ef84de491b97b006fbdac %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.5 +Version: 4.6.6 Release: 1%{?dist} Summary: The PHP Unit Testing framework @@ -204,6 +204,9 @@ fi %changelog +* Thu Apr 30 2015 Remi Collet <remi@fedoraproject.org> - 4.6.6-1 +- Update to 4.6.6 + * Wed Apr 29 2015 Remi Collet <remi@fedoraproject.org> - 4.6.5-1 - Update to 4.6.5 |