From 8759f0d8d2bb2f201b1ac34fff70fb06f6303479 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Mar 2013 18:52:47 +0100 Subject: php-phpunit-PHPUnit: 3.7.19, requires pear.symfony.com/Yaml >= 2.0.0, <= 2.2.99 --- php-phpunit-PHPUnit.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'php-phpunit-PHPUnit.spec') diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec index 0aae2a5..1c4ef3d 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.18 +Version: 3.7.19 Release: 1%{?dist} Summary: The PHP Unit Testing framework @@ -35,7 +35,8 @@ Requires: php-pear(%{pear_channel}/Text_Template) >= 1.1.1 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.2.0 +Requires: php-pear(pear.symfony.com/Yaml) >= 2.0.0 +Requires: php-pear(pear.symfony.com/Yaml) <= 2.2.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 @@ -117,6 +118,10 @@ fi %changelog +* Mon Mar 25 2013 Remi Collet - 3.7.19-1 +- Update to 3.7.19 +- requires pear.symfony.com/Yaml >= 2.0.0, <= 2.2.99 + * Fri Mar 08 2013 Remi Collet - 3.7.18-1 - Update to 3.7.18 -- cgit