diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-05-24 06:35:23 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-05-24 06:35:23 +0200 |
commit | b2b08c83cd8fe9ee7096e956eeb95ca359ae8904 (patch) | |
tree | 2adb3111d14f3a2da8089d7c62eba0c5f891487c | |
parent | 957ef7e00dc9ab7268af6f7f8b5b7735fc921c9e (diff) |
php-phpunit-PHPUnit: 3.7.21
-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 c3e079a..27ace63 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -3,7 +3,7 @@ %global pear_channel pear.phpunit.de Name: php-phpunit-PHPUnit -Version: 3.7.20 +Version: 3.7.21 Release: 1%{?dist} Summary: The PHP Unit Testing framework @@ -32,7 +32,7 @@ Requires(post): %{__pear} Requires(postun): %{__pear} Requires: php-pear(%{pear_channel}/File_Iterator) >= 1.3.0 Requires: php-pear(%{pear_channel}/Text_Template) >= 1.1.1 -Requires: php-pear(%{pear_channel}/PHP_CodeCoverage) >= 1.2.10 +Requires: php-pear(%{pear_channel}/PHP_CodeCoverage) >= 1.2.1 Requires: php-pear(%{pear_channel}/PHP_CodeCoverage) < 1.3 Requires: php-pear(%{pear_channel}/PHP_Timer) >= 1.0.2 Requires: php-pear(%{pear_channel}/PHP_Timer) < 1.1 @@ -120,6 +120,9 @@ fi %changelog +* Fri May 24 2013 Remi Collet <remi@fedoraproject.org> - 3.7.21-1 +- Update to 3.7.21 + * Mon May 13 2013 Remi Collet <remi@fedoraproject.org> - 3.7.20-1 - Update to 3.7.20 |