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

Shawn Iwinski siwinski at fedoraproject.org
Sun Jul 15 04:53:32 UTC 2012


commit 2318f02c4b5ec3f95a1e02ac69de43df96efea18
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sun Jul 15 00:53:17 2012 -0400

    Updated to upstream version 2.0.16

 .gitignore               |    2 ++
 php-symfony2-Finder.spec |   20 +++++++++++++-------
 sources                  |    1 +
 3 files changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6938015..27393ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
+*~
 /Finder-2.0.15.tgz
+/Finder-2.0.16.tgz
diff --git a/php-symfony2-Finder.spec b/php-symfony2-Finder.spec
index e2c8b71..3d40717 100644
--- a/php-symfony2-Finder.spec
+++ b/php-symfony2-Finder.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-Finder
-Version:          2.0.15
+Version:          2.0.16
 Release:          1%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
@@ -17,12 +18,13 @@ BuildRequires:    php-pear(PEAR)
 BuildRequires:    php-channel(%{pear_channel})
 
 Requires:         php-common >= 5.3.2
-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-pcre
+Requires:         php-spl
 
 Provides:         php-pear(%{pear_channel}/%{pear_name}) = %{version}
 
@@ -38,7 +40,7 @@ mv package.xml %{pear_name}-%{version}/%{name}.xml
 
 
 %build
-# Empty build section, most likely nothing required.
+# Empty build section, nothing required
 
 
 %install
@@ -68,12 +70,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
+* Sun Jul 15 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 0adf195..e3491df 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 159e29116284208322f4bb1fd8789cc5  Finder-2.0.15.tgz
+7ba0cca7ebcdef5a7d900e485166991d  Finder-2.0.16.tgz


More information about the scm-commits mailing list