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 | 23c4ad1e28f29ded586ee798026575e6a3086a15 (patch) | |
tree | c9f9c97fcf2ca513505d1319a2e07484d37fe499 | |
parent | 2ae3beb9f36e3c9199d500a0a187ccb3288bc970 (diff) |
Symfony 2.3.6 (WIP)
-rw-r--r-- | php-symfony2-ClassLoader.spec | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/php-symfony2-ClassLoader.spec b/php-symfony2-ClassLoader.spec index c1c61a7..a7dfdc5 100644 --- a/php-symfony2-ClassLoader.spec +++ b/php-symfony2-ClassLoader.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,8 +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}/Finder) >= 2.0 -BuildRequires: php-pear(%{pear_channel}/Finder) < 3.0 +BuildRequires: php-pear(%{pear_channel}/Finder) > 2.0 # For tests: phpci BuildRequires: php-date BuildRequires: php-pcre @@ -162,6 +161,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 @@ -252,7 +254,7 @@ fi * Wed Jul 4 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.15-2 - Removed php-pecl-apc require -* 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 @@ -280,7 +282,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 |