From c59cbd414f721f20e2f041cbb1c935ff2e7116e9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Jan 2013 14:59:44 +0100 Subject: php-phpunit-FinderFacade: 1.0.6 --- php-phpunit-FinderFacade.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/php-phpunit-FinderFacade.spec b/php-phpunit-FinderFacade.spec index 8f3c666..10210c8 100644 --- a/php-phpunit-FinderFacade.spec +++ b/php-phpunit-FinderFacade.spec @@ -4,7 +4,7 @@ %global channel pear.phpunit.de Name: php-phpunit-FinderFacade -Version: 1.0.5 +Version: 1.0.6 Release: 1%{?dist} Summary: Wrapper for Symfony Finder component @@ -20,11 +20,12 @@ BuildRequires: php-channel(%{channel}) Requires: php-pear(PEAR) >= 1.9.2 Requires: php-channel(%{channel}) -Requires: php-common >= 5.3.3 +Requires: php(language) >= 5.3.3 Requires: php-ctype Requires: php-spl Requires: php-pear(pear.netpirates.net/fDOMDocument) >= 1.3.1 Requires: php-pear(pear.symfony.com/Finder) >= 2.1.0 +Conflicts: php-pear(pear.symfony.com/Finder) >= 2.1.99 Requires(post): %{__pear} Requires(postun): %{__pear} @@ -83,6 +84,9 @@ fi %changelog +* Thu Jan 10 2013 Remi Collet - 1.0.6-1 +- Version 1.0.6 (stable) - API 1.0.1 (stable) + * Thu Oct 11 2012 Remi Collet - 1.0.5-1 - Version 1.0.5 (stable) - API 1.0.1 (stable) - Initial packaging -- cgit