[php-symfony2-Console] Updated to upstream version 2.1.2

Shawn Iwinski siwinski at fedoraproject.org
Sat Oct 20 02:42:33 UTC 2012


commit 501034c59b0182d7d3acc3c9e018abc8f8c2868a
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sat Sep 22 00:34:55 2012 -0400

    Updated to upstream version 2.1.2
    
    - Require php-common ">= 5.3.3" instead of ">= 5.3.2"
    - Added php-json and php-reflection requires

 php-symfony2-Console.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/php-symfony2-Console.spec b/php-symfony2-Console.spec
index 5531003..d270916 100644
--- a/php-symfony2-Console.spec
+++ b/php-symfony2-Console.spec
@@ -4,7 +4,7 @@
 %global pear_name    %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g')
 
 Name:             php-symfony2-Console
-Version:          2.0.17
+Version:          2.1.2
 Release:          1%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
@@ -17,17 +17,19 @@ BuildArch:        noarch
 BuildRequires:    php-pear(PEAR)
 BuildRequires:    php-channel(%{pear_channel})
 
-Requires:         php-common >= 5.3.2
+Requires:         php-common >= 5.3.3
 Requires:         php-pear(PEAR)
 Requires:         php-channel(%{pear_channel})
 Requires(post):   %{__pear}
 Requires(postun): %{__pear}
 # phpci requires
 Requires:         php-dom
+Requires:         php-json
 Requires:         php-mbstring
 Requires:         php-pcre
 Requires:         php-posix
 Requires:         php-readline
+Requires:         php-reflection
 Requires:         php-spl
 
 Provides:         php-pear(%{pear_channel}/%{pear_name}) = %{version}
@@ -84,6 +86,11 @@ fi
 
 
 %changelog
+* Fri Sep 21 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.1.2-1
+- Updated to upstream version 2.1.2
+- Require php-common ">= 5.3.3" instead of ">= 5.3.2"
+- Added php-json and php-reflection requires
+
 * Sat Sep 15 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.17-1
 - Updated to upstream version 2.0.17
 - Added php-dom and php-spl requires


More information about the scm-commits mailing list