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

Shawn Iwinski siwinski at fedoraproject.org
Thu Jul 19 00:10:05 UTC 2012


commit 8021bd2492626687afd6b778a9d15900bcb1709b
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Wed Jul 18 20:09:13 2012 -0400

    Updated to upstream version 2.0.16

 .gitignore                   |    1 +
 php-symfony2-HttpKernel.spec |   24 +++++++++++++++---------
 sources                      |    1 +
 3 files changed, 17 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ff93e18..920bce5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /HttpKernel-2.0.15.tgz
+/HttpKernel-2.0.16.tgz
diff --git a/php-symfony2-HttpKernel.spec b/php-symfony2-HttpKernel.spec
index faf4c1f..9309838 100644
--- a/php-symfony2-HttpKernel.spec
+++ b/php-symfony2-HttpKernel.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-HttpKernel
-Version:          2.0.15
-Release:          3%{?dist}
+Version:          2.0.16
+Release:          1%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
 Group:            Development/Libraries
@@ -17,17 +18,18 @@ BuildRequires:    php-pear(PEAR)
 BuildRequires:    php-channel(%{pear_channel})
 
 Requires:         php-common >= 5.3.2
-Requires:         php-ctype
-Requires:         php-date
-Requires:         php-pcre
-Requires:         php-spl
-Requires:         php-tokenizer
 Requires:         php-pear(PEAR)
 Requires:         php-channel(%{pear_channel})
 Requires:         php-pear(%{pear_channel}/HttpFoundation) = %{version}
 Requires:         php-pear(%{pear_channel}/EventDispatcher) = %{version}
 Requires(post):   %{__pear}
 Requires(postun): %{__pear}
+# phpci requires
+Requires:         php-ctype
+Requires:         php-date
+Requires:         php-pcre
+Requires:         php-spl
+Requires:         php-tokenizer
 # Optional requires
 Requires:         php-pdo
 Requires:         php-pdo_mysql
@@ -52,7 +54,7 @@ mv package.xml %{pear_name}-%{version}/%{name}.xml
 
 
 %build
-# Empty build section, most likely nothing required.
+# Empty build section, nothing required
 
 
 %install
@@ -86,6 +88,10 @@ fi
 
 
 %changelog
+* Wed Jul 18 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.16-1
+- Updated to upstream version 2.0.16
+- Minor syntax updates
+
 * Thu Jun 28 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.15-3
 - Added optional requires php-pdo, php-pdo_mysql and php-pdo_sqlite
 
diff --git a/sources b/sources
index a3e7215..ab8173b 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 ab1240e00df458b8eb4bafe80bc6c112  HttpKernel-2.0.15.tgz
+e44643b80c2d1470990ad3c303e1913d  HttpKernel-2.0.16.tgz


More information about the scm-commits mailing list