[php/f16] update to 5.3.18 provides php-phar

Remi Collet remi at fedoraproject.org
Thu Oct 18 06:58:00 UTC 2012


commit 34d1a351fa4e4a64004767ccac3fb83199c89ef8
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Oct 18 08:57:53 2012 +0200

    update to 5.3.18
    provides php-phar

 .gitignore           |    1 +
 php-5.3.17-fpm.patch |  223 --------------------------------------------------
 php.spec             |   12 ++-
 sources              |    2 +-
 4 files changed, 9 insertions(+), 229 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d0040e3..293596f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ php.spec~
 php-5.4.*.bz2
 /php-5.3.16.tar.bz2
 /php-5.3.17.tar.bz2
+/php-5.3.18.tar.bz2
diff --git a/php.spec b/php.spec
index 91ee4d0..95a86bd 100644
--- a/php.spec
+++ b/php.spec
@@ -37,8 +37,8 @@
 
 Summary: PHP scripting language for creating dynamic web sites
 Name: php
-Version: 5.3.17
-Release: 2%{?dist}
+Version: 5.3.18
+Release: 1%{?dist}
 License: PHP
 Group: Development/Languages
 URL: http://www.php.net/
@@ -69,8 +69,6 @@ Patch9: php-5.3.9-mysqlnd.patch
 # Fixes for extension modules
 Patch20: php-4.3.11-shutdown.patch
 Patch21: php-5.3.3-macropen.patch
-# https://bugs.php.net/bug.php?id=62886 - php-fpm startup
-Patch22: php-5.3.17-fpm.patch
 
 # Functional changes
 Patch40: php-5.0.4-dlopen.patch
@@ -184,6 +182,7 @@ Provides: php-libxml, php-libxml%{?_isa}
 Provides: php-openssl, php-openssl%{?_isa}
 Provides: php-pecl-phar = %{pharver}, php-pecl-phar%{?_isa} = %{pharver}
 Provides: php-pecl(phar) = %{pharver}, php-pecl(phar)%{?_isa} = %{pharver}
+Provides: php-phar, php-phar%{?_isa}
 Provides: php-pcre, php-pcre%{?_isa}
 Provides: php-reflection, php-reflection%{?_isa}
 Provides: php-session, php-session%{?_isa}
@@ -563,7 +562,6 @@ support for using the enchant library to PHP.
 
 %patch20 -p1 -b .shutdown
 %patch21 -p1 -b .macropen
-%patch22 -p1 -b .fpmstartup
 
 %patch40 -p1 -b .dlopen
 %patch41 -p1 -b .easter
@@ -1116,6 +1114,10 @@ fi
 
 
 %changelog
+* Thu Oct 18 2012 Remi Collet <remi at fedoraproject.org> 5.3.18-1
+- update to 5.3.18
+- provides php-phar
+
 * Mon Oct  1 2012 Remi Collet <remi at fedoraproject.org> 5.3.17-2
 - add upstream patch for fpm startup issue (#846858)
 
diff --git a/sources b/sources
index e3cdc73..2881cb9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-29ee79c941ee85d6c1555c176f12f7ef  php-5.3.17.tar.bz2
+52539c19d0f261560af3c030143dfa8f  php-5.3.18.tar.bz2


More information about the scm-commits mailing list