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

Shawn Iwinski siwinski at fedoraproject.org
Sat Jul 14 23:04:01 UTC 2012


commit f43118b99318ee29a09ef0a5ff93705d7c3adf77
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sat Jul 14 19:03:46 2012 -0400

    Updated to upstream version 2.0.16

 .gitignore                |    2 ++
 php-symfony2-Console.spec |   24 +++++++++++++++---------
 sources                   |    1 +
 3 files changed, 18 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4c42808..0aab0ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
+*~
 /Console-2.0.14.tgz
 /Console-2.0.15.tgz
+/Console-2.0.16.tgz
diff --git a/php-symfony2-Console.spec b/php-symfony2-Console.spec
index 2bb0c54..4e985a7 100644
--- a/php-symfony2-Console.spec
+++ b/php-symfony2-Console.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-Console
-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-mbstring
-Requires:         php-pcre
-Requires:         php-posix
-Requires:         php-readline
 Requires:         php-pear(PEAR)
 Requires:         php-channel(%{pear_channel})
 Requires(post):   %{__pear}
 Requires(postun): %{__pear}
+# phpci requires
+Requires:         php-mbstring
+Requires:         php-pcre
+Requires:         php-posix
+Requires:         php-readline
 
 Provides:         php-pear(%{pear_channel}/%{pear_name}) = %{version}
 
@@ -44,7 +46,7 @@ mv package.xml %{pear_name}-%{version}/%{name}.xml
 
 
 %build
-# Empty build section, most likely nothing required.
+# Empty build section, nothing required
 
 
 %install
@@ -74,12 +76,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 b13bad7..a6f6a39 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 3d72b0624a0182a4e0d17e09ef3b6cb0  Console-2.0.15.tgz
+2da3b0e2c38cab1a2a439f1632376c78  Console-2.0.16.tgz


More information about the scm-commits mailing list