From d6b68e9269b1116bec2777127becd6fd05ed58f0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 18 Oct 2013 17:04:13 +0200 Subject: Symfony 2.3.6 (WIP) --- php-symfony2-DependencyInjection.spec | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/php-symfony2-DependencyInjection.spec b/php-symfony2-DependencyInjection.spec index 07497bb..9432f34 100644 --- a/php-symfony2-DependencyInjection.spec +++ b/php-symfony2-DependencyInjection.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,10 +22,10 @@ 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}/Config) >= 2.2.0 -BuildRequires: php-pear(%{pear_channel}/Config) < 2.3.0 -BuildRequires: php-pear(%{pear_channel}/Yaml) >= 2.2.0 -BuildRequires: php-pear(%{pear_channel}/Yaml) < 2.3.0 +BuildRequires: php-pear(%{pear_channel}/Config) > 2.3 +BuildRequires: php-pear(%{pear_channel}/Config) < 2.4 +BuildRequires: php-pear(%{pear_channel}/Yaml) > 2.3 +BuildRequires: php-pear(%{pear_channel}/Yaml) < 2.4 # For tests: phpci BuildRequires: php-dom BuildRequires: php-pcre @@ -47,10 +47,10 @@ Requires: php-reflection Requires: php-simplexml Requires: php-spl # Optional -Requires: php-pear(%{pear_channel}/Config) >= 2.2.0 -Requires: php-pear(%{pear_channel}/Config) < 2.3.0 -Requires: php-pear(%{pear_channel}/Yaml) >= 2.2.0 -Requires: php-pear(%{pear_channel}/Yaml) < 2.3.0 +Requires: php-pear(%{pear_channel}/Config) > 2.3 +Requires: php-pear(%{pear_channel}/Config) < 2.4 +Requires: php-pear(%{pear_channel}/Yaml) > 2.3 +Requires: php-pear(%{pear_channel}/Yaml) < 2.4 Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -158,6 +158,9 @@ fi %changelog +* Fri Oct 18 2013 Remi Collet - 2.3.6-1 +- Update to 2.3.6 + * Thu Aug 22 2013 Remi Collet - 2.2.5-1 - Sync with rawhide, update to 2.2.5 @@ -251,10 +254,10 @@ fi * Tue Jun 12 2012 Shawn Iwinski 2.0.15-3 - Fix package.xml for *.xsd file issue -* Sun Jun 09 2012 Remi Collet 2.0.15-2 +* Sat Jun 09 2012 Remi Collet 2.0.15-2 - rebuild for remi repository -* Sat Jun 9 2012 Shawn Iwinski 2.0.15-2 +* Sat Jun 9 2012 Shawn Iwinski 2.0.15-2 - Added php-pear(%%{pear_channel}/Config) require - Added php-pear(%%{pear_channel}/Yaml) require - Removed ownership for directories already owned by required packages @@ -283,7 +286,7 @@ fi - %%global instead of %%define - Removed unnecessary cd from %%build section -* Wed May 2 2012 Shawn Iwinski 2.0.13-1 +* Wed May 2 2012 Shawn Iwinski 2.0.13-1 - Updated to upstream version 2.0.13 * Sat Apr 21 2012 Shawn Iwinski 2.0.12-1 -- cgit