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

Shawn Iwinski siwinski at fedoraproject.org
Sat Jul 14 21:58:51 UTC 2012


commit 301630d6000d159861d55879a180c62c98f7764e
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sat Jul 14 17:58:35 2012 -0400

    Updated to upstream version 2.0.16

 .gitignore               |    2 ++
 php-symfony2-Config.spec |   24 +++++++++++++++---------
 sources                  |    1 +
 3 files changed, 18 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c17fd19..ee393de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
+*~
 /Config-2.0.14.tgz
 /Config-2.0.15.tgz
+/Config-2.0.16.tgz
diff --git a/php-symfony2-Config.spec b/php-symfony2-Config.spec
index 64518fe..ed80fa4 100644
--- a/php-symfony2-Config.spec
+++ b/php-symfony2-Config.spec
@@ -1,9 +1,10 @@
 %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
+
 %global pear_channel pear.symfony.com
-%global pear_name %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g')
+%global pear_name    %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g')
 
 Name:             php-symfony2-Config
-Version:          2.0.15
+Version:          2.0.16
 Release:          1%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
@@ -17,14 +18,15 @@ BuildRequires:    php-pear(PEAR)
 BuildRequires:    php-channel(%{pear_channel})
 
 Requires:         php-common >= 5.3.2
-Requires:         php-ctype
-Requires:         php-json
-Requires:         php-pcre
-Requires:         php-spl
 Requires:         php-pear(PEAR)
 Requires:         php-channel(%{pear_channel})
 Requires(post):   %{__pear}
 Requires(postun): %{__pear}
+# phpci requires
+Requires:         php-ctype
+Requires:         php-json
+Requires:         php-pcre
+Requires:         php-spl
 
 Provides:         php-pear(%{pear_channel}/%{pear_name}) = %{version}
 
@@ -39,7 +41,7 @@ mv package.xml %{pear_name}-%{version}/%{name}.xml
 
 
 %build
-# Empty build section, most likely nothing required.
+# Empty build section, nothing required
 
 
 %install
@@ -69,12 +71,16 @@ fi
 %files
 %doc %{pear_docdir}/%{pear_name}
 %{pear_xmldir}/%{name}.xml
-%{pear_phpdir}/Symfony/Component/%{pear_name}
-%dir %{pear_phpdir}/Symfony/Component
 %dir %{pear_phpdir}/Symfony
+%dir %{pear_phpdir}/Symfony/Component
+     %{pear_phpdir}/Symfony/Component/%{pear_name}
 
 
 %changelog
+* Sat Jul 14 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.16-1
+- Updated to upstream version 2.0.16
+- Minor syntax updates
+
 * Wed May 30 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.15-1
 - Updated to upstream version 2.0.15
 - Removed "BuildRequires: php-pear >= 1:1.4.9-1.2"
diff --git a/sources b/sources
index 1d00a4c..186c4e3 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 65029090d9c5106db12574230f7f8c6d  Config-2.0.15.tgz
+a31b33a4b7c76ea5b56a70c8be99c1ee  Config-2.0.16.tgz


More information about the scm-commits mailing list