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

Shawn Iwinski siwinski at fedoraproject.org
Sat Oct 20 03:21:51 UTC 2012


commit 33221e68c2147c5c820e45e165250dabe3b45cf9
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sat Sep 22 00:36:15 2012 -0400

    Updated to upstream version 2.1.2
    
    - Require php-common ">= 5.3.3" instead of ">= 5.3.2"
    - Added php-spl require

 php-symfony2-CssSelector.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/php-symfony2-CssSelector.spec b/php-symfony2-CssSelector.spec
index e000204..9a12318 100644
--- a/php-symfony2-CssSelector.spec
+++ b/php-symfony2-CssSelector.spec
@@ -4,7 +4,7 @@
 %global pear_name    %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g')
 
 Name:             php-symfony2-CssSelector
-Version:          2.0.17
+Version:          2.1.2
 Release:          1%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
@@ -17,7 +17,7 @@ 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}
@@ -25,6 +25,7 @@ Requires(postun): %{__pear}
 # phpci requires
 Requires:         php-mbstring
 Requires:         php-pcre
+Requires:         php-spl
 
 Provides:         php-pear(%{pear_channel}/%{pear_name}) = %{version}
 
@@ -75,6 +76,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-spl require
+
 * Sat Sep 15 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.17-1
 - Updated to upstream version 2.0.17
 


More information about the scm-commits mailing list