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

Shawn Iwinski siwinski at fedoraproject.org
Sat Jul 14 21:11:55 UTC 2012


commit a34879b8f1720cea4f45139014855c25ca67fb92
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sat Jul 14 17:11:10 2012 -0400

    Updated to upstream version 2.0.16

 .gitignore                    |    2 ++
 php-symfony2-ClassLoader.spec |   24 +++++++++++++++---------
 sources                       |    1 +
 3 files changed, 18 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d4e4479..a32f455 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
+*~
 /ClassLoader-2.0.14.tgz
 /ClassLoader-2.0.15.tgz
+/ClassLoader-2.0.16.tgz
diff --git a/php-symfony2-ClassLoader.spec b/php-symfony2-ClassLoader.spec
index 0fc8fe5..36d8f33 100644
--- a/php-symfony2-ClassLoader.spec
+++ b/php-symfony2-ClassLoader.spec
@@ -1,10 +1,11 @@
 %{!?__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-ClassLoader
-Version:          2.0.15
-Release:          2%{?dist}
+Version:          2.0.16
+Release:          1%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
 Group:            Development/Libraries
@@ -17,13 +18,14 @@ BuildRequires:    php-pear(PEAR)
 BuildRequires:    php-channel(%{pear_channel})
 
 Requires:         php-common >= 5.3.2
-Requires:         php-pcre
-Requires:         php-spl
-Requires:         php-tokenizer
 Requires:         php-pear(PEAR)
 Requires:         php-channel(%{pear_channel})
 Requires(post):   %{__pear}
 Requires(postun): %{__pear}
+# phpci requires
+Requires:         php-pcre
+Requires:         php-spl
+Requires:         php-tokenizer
 
 Provides:         php-pear(%{pear_channel}/%{pear_name}) = %{version}
 
@@ -56,7 +58,7 @@ mv package.xml %{pear_name}-%{version}/%{name}.xml
 
 
 %build
-# Empty build section, most likely nothing required.
+# Empty build section, nothing required
 
 
 %install
@@ -86,12 +88,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 Jul 4 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.15-2
 - Removed php-pecl-apc require
 
diff --git a/sources b/sources
index 37af2b8..efde32a 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 da49abfd69e2ec7ef477d455bbde3476  ClassLoader-2.0.15.tgz
+446e7008ef2476438f8529b1445a3065  ClassLoader-2.0.16.tgz


More information about the scm-commits mailing list