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

Shawn Iwinski siwinski at fedoraproject.org
Sun Jul 15 05:05:14 UTC 2012


commit bc6b36a3a1cfb46e8cd879505cd3582ea388f1e4
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sun Jul 15 01:05:10 2012 -0400

    Updated to upstream version 2.0.16

 .gitignore                       |    2 ++
 php-symfony2-HttpFoundation.spec |   29 ++++++++++++++++++-----------
 sources                          |    1 +
 3 files changed, 21 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 57a5cb9..bbcda68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
+*~
 /HttpFoundation-2.0.15.tgz
+/HttpFoundation-2.0.16.tgz
diff --git a/php-symfony2-HttpFoundation.spec b/php-symfony2-HttpFoundation.spec
index 606a957..3bcdf17 100644
--- a/php-symfony2-HttpFoundation.spec
+++ b/php-symfony2-HttpFoundation.spec
@@ -1,15 +1,16 @@
 %{!?__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-HttpFoundation
-Version:          2.0.15
-Release:          2%{?dist}
+Version:          2.0.16
+Release:          1%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
 Group:            Development/Libraries
 License:          MIT
-URL:              http://symfony.com/doc/current/components/http_foundation.html
+URL:              http://symfony.com/doc/current/components/http_foundation/index.html
 Source0:          http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
 
 BuildArch:        noarch
@@ -17,6 +18,11 @@ BuildRequires:    php-pear(PEAR)
 BuildRequires:    php-channel(%{pear_channel})
 
 Requires:         php-common >= 5.3.2
+Requires:         php-pear(PEAR)
+Requires:         php-channel(%{pear_channel})
+Requires(post):   %{__pear}
+Requires(postun): %{__pear}
+# phpci requires
 Requires:         php-date
 Requires:         php-fileinfo
 Requires:         php-hash
@@ -25,10 +31,6 @@ Requires:         php-pdo
 Requires:         php-session
 Requires:         php-sockets
 Requires:         php-spl
-Requires:         php-pear(PEAR)
-Requires:         php-channel(%{pear_channel})
-Requires(post):   %{__pear}
-Requires(postun): %{__pear}
 
 Provides:         php-pear(%{pear_channel}/%{pear_name}) = %{version}
 
@@ -51,7 +53,7 @@ mv package.xml %{pear_name}-%{version}/%{name}.xml
 
 
 %build
-# Empty build section, most likely nothing required.
+# Empty build section, nothing required
 
 
 %install
@@ -81,12 +83,17 @@ 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
+- Updated URL
+- Minor syntax updates
+
 * Mon Jun 11 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.15-2
 - Added php-pdo require
 
diff --git a/sources b/sources
index e9256d6..047cbb1 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 75c65ff4fb5e9d4cfc6ebc19d2092eeb  HttpFoundation-2.0.15.tgz
+d2b2332af81087136a0867e7cfe4fd48  HttpFoundation-2.0.16.tgz


More information about the scm-commits mailing list