diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-18 18:54:30 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-18 18:54:30 +0200 |
commit | 67c86d2e48fce801c518c34a8b822beefc93d265 (patch) | |
tree | 46e228c310c11239f62b5d71479bcc60a519fc41 /php-symfony2-DomCrawler.spec | |
parent | d0991ce0b7484f4396993081589f4159cfe16f0d (diff) |
Diffstat (limited to 'php-symfony2-DomCrawler.spec')
-rw-r--r-- | php-symfony2-DomCrawler.spec | 5 |
1 files 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} |