From 3fd6731573f37aba1f85162ccff80e58422502ef Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Nov 2013 10:36:49 +0100 Subject: php-phpunit-DbUnit: 1.3.0 --- php-phpunit-DbUnit.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/php-phpunit-DbUnit.spec b/php-phpunit-DbUnit.spec index 3f40d1b..982ce69 100644 --- a/php-phpunit-DbUnit.spec +++ b/php-phpunit-DbUnit.spec @@ -4,7 +4,7 @@ %global channel pear.phpunit.de Name: php-phpunit-DbUnit -Version: 1.2.3 +Version: 1.3.0 Release: 1%{?dist} Summary: DbUnit port for PHP/PHPUnit @@ -28,6 +28,7 @@ Requires: php-reflection Requires: php-simplexml Requires: php-spl Requires: php-pear(%{channel}/PHPUnit) >= 3.7.0 +Requires: php-pear(pear.symfony.com/Yaml) >= 2.1.0 Provides: php-pear(%{channel}/%{pear_name}) = %{version} @@ -84,6 +85,10 @@ fi %changelog +* Fri Nov 01 2013 Remi Collet - 1.3.0-1 +- Update to 1.3.0 +- add requires: symfony2/Yaml + * Tue Mar 05 2013 Remi Collet - 1.2.3-1 - Version 1.2.3 (stable) - API 1.2.0 (stable) -- cgit