diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-01-09 18:33:45 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-01-09 18:33:45 +0100 |
commit | dbb6289bd8e1975406b8c3f5fb9fde6b7baab44b (patch) | |
tree | 5f6a61613612b0fceb0c4fa7929bcff71d81b1b0 | |
parent | 71f62caf50d354fc10d8c6644a6ea2c9fd9427a6 (diff) |
php-phpunit-PHPUnit: 3.7.11
-rw-r--r-- | php-phpunit-PHPUnit.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec index 72057b2..1a5bed8 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.10 +Version: 3.7.11 Release: 1%{?dist} Summary: The PHP Unit Testing framework @@ -35,6 +35,7 @@ Requires: php-pear(%{pear_channel}/PHP_CodeCoverage) >= 1.2.1 Conflicts: php-pear(%{pear_channel}/PHP_CodeCoverage) > 1.2.99 Requires: php-pear(%{pear_channel}/PHP_Timer) >= 1.0.2 Requires: php-pear(pear.symfony.com/Yaml) >= 2.1.0 +Conflicts: php-pear(pear.symfony.com/Yaml) >= 2.1.99 # PHPUnit Extensions (yes, with circular dependency on PHPUnit) Requires: php-pear(%{pear_channel}/PHPUnit_MockObject) >= 1.2.0 Conflicts: php-pear(%{pear_channel}/PHPUnit_MockObject) > 1.2.99 @@ -116,6 +117,9 @@ fi %changelog +* Wed Jan 9 2013 Remi Collet <remi@fedoraproject.org> - 3.7.11-1 +- Version 3.7.11 (stable) - API 3.7.0 (stable) + * Sun Dec 2 2012 Remi Collet <remi@fedoraproject.org> - 3.7.10-1 - Version 3.7.10 (stable) - API 3.7.0 (stable) |