diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-01-31 14:33:49 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-01-31 14:33:49 +0100 |
commit | 680d9f454c249924453d4699291f4c4e27fb292b (patch) | |
tree | c21867f386e274751a907ec20839e6ac65fd1a8a | |
parent | 0dbb76d59d9a52a5b0494478a8bd14a3fbc2322c (diff) |
php-phpunit-PHP-CodeCoverage: 1.2.14
-rw-r--r-- | php-phpunit-PHP-CodeCoverage.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-phpunit-PHP-CodeCoverage.spec b/php-phpunit-PHP-CodeCoverage.spec index 1cf136f..b976f56 100644 --- a/php-phpunit-PHP-CodeCoverage.spec +++ b/php-phpunit-PHP-CodeCoverage.spec @@ -11,7 +11,7 @@ %global pear_channel pear.phpunit.de Name: php-phpunit-PHP-CodeCoverage -Version: 1.2.13 +Version: 1.2.14 Release: 1%{?dist} Summary: PHP code coverage information @@ -41,7 +41,7 @@ Requires: php-pear(PEAR) >= 1.9.4 Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/File_Iterator) >= 1.3.0 Requires: php-pear(%{pear_channel}/PHP_TokenStream) >= 1.1.3 -Requires: php-pear(%{pear_channel}/Text_Template) >= 1.1.1 +Requires: php-pear(%{pear_channel}/Text_Template) >= 1.2.0 Requires: php-pear(components.ez.no/ConsoleTools) >= 1.6 Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -99,6 +99,10 @@ fi %changelog +* Fri Jan 31 2014 Remi Collet <remi@fedoraproject.org> - 1.2.14-1 +- Update to 1.2.14 +- raise dependency on Text_Template 1.2.0 + * Tue Sep 10 2013 Remi Collet <remi@fedoraproject.org> - 1.2.13-1 - Update to 1.2.13 |