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 | 3fe2f158273a22fbbaf0f97800cea7dcf44accb8 (patch) | |
tree | beda191680cf44706261ee4bdd25cda31447d215 | |
parent | 72ffc890f01ab7849f47268068f65fd742734c3e (diff) |
Symfony 2.3.6 (WIP)
-rw-r--r-- | php-symfony2-Validator.spec | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/php-symfony2-Validator.spec b/php-symfony2-Validator.spec index ef2b01c..35772cf 100644 --- a/php-symfony2-Validator.spec +++ b/php-symfony2-Validator.spec @@ -6,7 +6,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-symfony2-%{pear_name} -Version: 2.2.5 +Version: 2.3.6 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -25,17 +25,11 @@ BuildRequires: php-channel(%{pear_channel}) 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}/HttpFoundation) >= 2.2.0 -BuildRequires: php-pear(%{pear_channel}/HttpFoundation) < 2.3.0 BuildRequires: php-pear(%{pear_channel}/Locale) >= 2.2.0 -BuildRequires: php-pear(%{pear_channel}/Locale) < 2.3.0 BuildRequires: php-pear(%{pear_channel}/Translation) >= 2.2.0 -BuildRequires: php-pear(%{pear_channel}/Translation) < 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.doctrine-project.org/DoctrineCommon) >= 2.2.0 -BuildRequires: php-pear(pear.doctrine-project.org/DoctrineCommon) < 3.0.0 # For tests: phpci BuildRequires: php-ctype BuildRequires: php-date @@ -69,15 +63,10 @@ Requires: php-spl Requires: php-filter # Optional Requires: php-pear(%{pear_channel}/Config) >= 2.2.0 -Requires: php-pear(%{pear_channel}/Config) < 2.3.0 Requires: php-pear(%{pear_channel}/HttpFoundation) >= 2.2.0 -Requires: php-pear(%{pear_channel}/HttpFoundation) < 2.3.0 Requires: php-pear(%{pear_channel}/Locale) >= 2.2.0 -Requires: php-pear(%{pear_channel}/Locale) < 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.doctrine-project.org/DoctrineCommon) >= 2.2.0 -Requires: php-pear(pear.doctrine-project.org/DoctrineCommon) < 3.0.0 Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -187,6 +176,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 - disable tests as results are ignored... @@ -283,7 +275,7 @@ fi - Removed fix package.xml for *.xsd file issue (fixed upstream) - Minor syntax updates -* Mon Jul 03 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.15-4 +* Tue Jul 03 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.15-4 - backport for remi repository * Sat Jun 30 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.15-4 @@ -326,7 +318,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 |