From 8dc2a1c5035ca2f35a1713826ed95d4fe0d0dc4c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Mar 2013 10:13:27 +0100 Subject: php-symfony2-BrowserKit: 2.2.0 --- php-symfony2-BrowserKit.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'php-symfony2-BrowserKit.spec') diff --git a/php-symfony2-BrowserKit.spec b/php-symfony2-BrowserKit.spec index 716ba9a..db9ac3b 100644 --- a/php-symfony2-BrowserKit.spec +++ b/php-symfony2-BrowserKit.spec @@ -21,9 +21,9 @@ BuildRequires: php-channel(%{pear_channel}) # Test requires BuildRequires: php(language) >= %{php_min_ver} BuildRequires: php-pear(pear.phpunit.de/PHPUnit) -BuildRequires: php-pear(%{pear_channel}/CssSelector) >= 2.1.0 -BuildRequires: php-pear(%{pear_channel}/DomCrawler) >= 2.1.0 -BuildRequires: php-pear(%{pear_channel}/Process) >= 2.1.0 +BuildRequires: php-pear(%{pear_channel}/CssSelector) >= 2.2.0 +BuildRequires: php-pear(%{pear_channel}/DomCrawler) >= 2.2.0 +BuildRequires: php-pear(%{pear_channel}/Process) >= 2.2.0 # Test requires: phpci BuildRequires: php-date BuildRequires: php-pcre @@ -33,7 +33,7 @@ BuildRequires: php-spl Requires: php(language) >= %{php_min_ver} Requires: php-pear(PEAR) Requires: php-channel(%{pear_channel}) -Requires: php-pear(%{pear_channel}/DomCrawler) >= 2.1.0 +Requires: php-pear(%{pear_channel}/DomCrawler) >= 2.2.0 Requires(post): %{__pear} Requires(postun): %{__pear} # phpci requires @@ -42,7 +42,7 @@ Requires: php-pcre Requires: php-reflection Requires: php-spl # Optional requires -Requires: php-pear(%{pear_channel}/Process) >= 2.1.0 +Requires: php-pear(%{pear_channel}/Process) >= 2.2.0 Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} -- cgit