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

Shawn Iwinski siwinski at fedoraproject.org
Sat Oct 20 02:17:09 UTC 2012


commit 2c7db64bce76add2489a66395012f9b12601b3e4
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sat Sep 22 00:33:20 2012 -0400

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

 php-symfony2-Config.spec |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/php-symfony2-Config.spec b/php-symfony2-Config.spec
index 4a50a41..40c17ea 100644
--- a/php-symfony2-Config.spec
+++ b/php-symfony2-Config.spec
@@ -4,34 +4,38 @@
 %global pear_name    %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g')
 
 Name:             php-symfony2-Config
-Version:          2.0.17
+Version:          2.1.2
 Release:          1%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
 Group:            Development/Libraries
 License:          MIT
-URL:              http://symfony.com/components
+URL:              http://symfony.com/doc/current/components/config/index.html
 Source0:          http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
 
 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-ctype
+Requires:         php-date
 Requires:         php-json
 Requires:         php-pcre
+Requires:         php-reflection
 Requires:         php-spl
 
 Provides:         php-pear(%{pear_channel}/%{pear_name}) = %{version}
 
 %description
-%{summary}.
+The Config Component provides several classes to help you find, load, combine,
+autofill and validate configuration values of any kind, whatever their source
+may be (Yaml, XML, INI files, or for instance a database).
 
 
 %prep
@@ -77,6 +81,12 @@ fi
 
 
 %changelog
+* Fri Sep 21 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.1.2-1
+- Updated to upstream version 2.1.2
+- Updated URL and description
+- Require php-common ">= 5.3.3" instead of ">= 5.3.2"
+- Added php-date 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
 


More information about the scm-commits mailing list