From 67c86d2e48fce801c518c34a8b822beefc93d265 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 18 Oct 2013 18:54:30 +0200 Subject: php-symfony2-DomCrawler: cleanups --- php-symfony2-DomCrawler.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/php-symfony2-DomCrawler.spec b/php-symfony2-DomCrawler.spec index b025d3e..afb0144 100644 --- a/php-symfony2-DomCrawler.spec +++ b/php-symfony2-DomCrawler.spec @@ -22,7 +22,7 @@ BuildRequires: php-channel(%{pear_channel}) # For tests BuildRequires: php(language) >= %{php_min_ver} BuildRequires: php-pear(pear.phpunit.de/PHPUnit) -BuildRequires: php-pear(%{pear_channel}/CssSelector) > 2.3 +BuildRequires: php-pear(%{pear_channel}/CssSelector) > 2.0 # For tests: phpci BuildRequires: php-dom BuildRequires: php-libxml @@ -42,8 +42,7 @@ Requires: php-mbstring Requires: php-pcre Requires: php-spl # Optional -Requires: php-pear(%{pear_channel}/CssSelector) > 2.3 -Requires: php-pear(%{pear_channel}/CssSelector) < 2.4 +Requires: php-pear(%{pear_channel}/CssSelector) > 2.0 Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} -- cgit