diff options
-rw-r--r-- | php-symfony2-Config.spec | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/php-symfony2-Config.spec b/php-symfony2-Config.spec index c417597..e11767e 100644 --- a/php-symfony2-Config.spec +++ b/php-symfony2-Config.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 @@ -31,6 +31,7 @@ BuildRequires: php-libxml BuildRequires: php-pcre BuildRequires: php-reflection BuildRequires: php-spl +BuildRequires: php-pear(%{pear_channel}/Filesystem) > 2.3 Requires: php(language) >= %{php_min_ver} Requires: php-pear(PEAR) @@ -46,6 +47,8 @@ Requires: php-libxml Requires: php-pcre Requires: php-reflection Requires: php-spl +Requires: php-pear(%{pear_channel}/Filesystem) > 2.3 +Requires: php-pear(%{pear_channel}/Filesystem) < 2.4 Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -150,6 +153,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 @@ -241,7 +247,7 @@ fi - Updated to upstream version 2.0.16 - Minor syntax updates -* Sun Jun 09 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.15-1 +* Sat Jun 09 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.15-1 - rebuild for remi repository * Wed May 30 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.15-1 @@ -268,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 |