diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-03 09:20:16 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-03 09:20:16 +0200 |
commit | a33e0e438c5e1a19b276a8146f1c6393248a42d8 (patch) | |
tree | 3ebd4002bd77921b9c8c690f17e109894a5258bc | |
parent | cf7f454ca3b7a1a9bdd215454f94189169a233d3 (diff) |
php-phpunit-PHPUnit: 4.6.10
-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 5542d3e..a05d79c 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 816d12536a7a032adc3b68737f82cfbbf98b79c1 +%global gh_commit 7b5fe98b28302a8b25693b2298bca74463336975 %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.9 +Version: 4.6.10 Release: 1%{?dist} Summary: The PHP Unit Testing framework @@ -204,6 +204,9 @@ fi %changelog +* Wed Jun 3 2015 Remi Collet <remi@fedoraproject.org> - 4.6.10-1 +- Update to 4.6.10 + * Fri May 29 2015 Remi Collet <remi@fedoraproject.org> - 4.6.9-1 - Update to 4.6.9 |