diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-18 17:04:13 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-18 17:04:13 +0200 |
commit | 67ace680979e867c61760466529ed271e318d292 (patch) | |
tree | e623babfba2a3c76b20649a338d3e80c3aa84bbe /php-symfony2-BrowserKit.spec | |
parent | 8adfe6dd4b15e9fe43e26094167e4a64b3ed11ad (diff) |
Symfony 2.3.6 (WIP)
Diffstat (limited to 'php-symfony2-BrowserKit.spec')
-rw-r--r-- | php-symfony2-BrowserKit.spec | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/php-symfony2-BrowserKit.spec b/php-symfony2-BrowserKit.spec index 6c6f489..3f9b686 100644 --- a/php-symfony2-BrowserKit.spec +++ b/php-symfony2-BrowserKit.spec @@ -5,7 +5,7 @@ %global php_min_ver 5.3.3 Name: php-symfony2-%{pear_name} -Version: 2.2.5 +Version: 2.3.6 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -22,12 +22,12 @@ 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.2.0 -BuildRequires: php-pear(%{pear_channel}/CssSelector) < 2.3.0 -BuildRequires: php-pear(%{pear_channel}/DomCrawler) >= 2.2.0 -BuildRequires: php-pear(%{pear_channel}/DomCrawler) < 2.3.0 -BuildRequires: php-pear(%{pear_channel}/Process) >= 2.2.0 -BuildRequires: php-pear(%{pear_channel}/Process) < 2.3.0 +BuildRequires: php-pear(%{pear_channel}/CssSelector) > 2.3 +BuildRequires: php-pear(%{pear_channel}/CssSelector) < 2.4 +BuildRequires: php-pear(%{pear_channel}/DomCrawler) > 2.3 +BuildRequires: php-pear(%{pear_channel}/DomCrawler) < 2.4 +BuildRequires: php-pear(%{pear_channel}/Process) > 2.3 +BuildRequires: php-pear(%{pear_channel}/Process) < 2.4 # For tests: phpci BuildRequires: php-date BuildRequires: php-pcre @@ -37,8 +37,8 @@ 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.2.0 -Requires: php-pear(%{pear_channel}/DomCrawler) < 2.3.0 +Requires: php-pear(%{pear_channel}/DomCrawler) > 2.3 +Requires: php-pear(%{pear_channel}/DomCrawler) < 2.4 Requires(post): %{__pear} Requires(postun): %{__pear} # phpci @@ -47,8 +47,8 @@ Requires: php-pcre Requires: php-reflection Requires: php-spl # Optional -Requires: php-pear(%{pear_channel}/Process) >= 2.2.0 -Requires: php-pear(%{pear_channel}/Process) < 2.3.0 +Requires: php-pear(%{pear_channel}/Process) > 2.3 +Requires: php-pear(%{pear_channel}/Process) < 2.4 Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -152,6 +152,9 @@ fi %changelog +* Fri Oct 18 2013 Remi Collet <remi@fedoraproject.org> - 2.3.6-1 +- Update to 2.3.6 + * Thu Aug 22 2013 Remi Collet <remi@fedoraproject.org> - 2.2.5-1 - Sync with rawhide, update to 2.2.5 @@ -271,7 +274,7 @@ fi - %%global instead of %%define - Removed unnecessary cd from %%build section -* Wed May 2 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.13-1 +* Wed May 2 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.13-1 - Updated to upstream version 2.0.13 * Sat Apr 21 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.12-1 |