[php] update to 5.6.4RC1

Remi Collet remi at fedoraproject.org
Fri Nov 28 05:52:43 UTC 2014


commit ae664d387ce926fb2c5dc53c3619e4b89d031d86
Author: Remi Collet <remi at fedoraproject.org>
Date:   Fri Nov 28 06:52:36 2014 +0100

    update to 5.6.4RC1

 .gitignore         |    1 +
 php-bug68420.patch |   53 -----------------------
 php-bug68421.patch |  118 ---------------------------------------------------
 php-bug68423.patch |   55 ------------------------
 php-bug68428.patch |  120 ----------------------------------------------------
 php.spec           |   17 +++-----
 sources            |    2 +-
 7 files changed, 8 insertions(+), 358 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6384112..4501ac9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@ php-5.5.*.xz
 /php-5.6.2-strip.tar.xz
 /php-5.6.3RC1-strip.tar.xz
 /php-5.6.3-strip.tar.xz
+/php-5.6.4RC1-strip.tar.xz
diff --git a/php.spec b/php.spec
index b0ea24c..07efdb7 100644
--- a/php.spec
+++ b/php.spec
@@ -57,12 +57,12 @@
 %global db_devel  libdb-devel
 %endif
 
-#global rcver         RC1
+%global rcver         RC1
 
 Summary: PHP scripting language for creating dynamic web sites
 Name: php
-Version: 5.6.3
-Release: 4%{?dist}
+Version: 5.6.4
+Release: 0.1.RC1%{?dist}
 # All files licensed under PHP version 3.01, except
 # Zend is licensed under Zend
 # TSRM is licensed under BSD
@@ -114,10 +114,6 @@ Patch46: php-5.6.3-fixheader.patch
 Patch47: php-5.6.3-phpinfo.patch
 
 # Upstream fixes (100+)
-Patch101: php-bug68423.patch
-Patch102: php-bug68421.patch
-Patch103: php-bug68420.patch
-Patch104: php-bug68428.patch
 
 # Security fixes (200+)
 
@@ -720,10 +716,6 @@ httpd -V  | grep -q 'threaded:.*yes' && exit 1
 %patch47 -p1 -b .phpinfo
 
 # upstream patches
-%patch101 -p1 -b .bug68423
-%patch102 -p1 -b .bug68421
-%patch103 -p1 -b .bug68420
-%patch104 -p1 -b .bug68428
 
 # security patches
 
@@ -1484,6 +1476,9 @@ rm -f README.{Zeus,QNX,CVS-RULES}
 
 
 %changelog
+* Fri Nov 28 2014 Remi Collet <rcollet at redhat.com> 5.6.4-0.1.RC1
+- php 5.6.4RC1
+
 * Mon Nov 17 2014 Remi Collet <remi at fedoraproject.org> 5.6.3-4
 - FPM: add upstream patch for https://bugs.php.net/68428
   listen.allowed_clients is IPv4 only
diff --git a/sources b/sources
index 8efd842..e28da16 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b1c660cc4bf8445bc29b3fde2c6b40c6  php-5.6.3-strip.tar.xz
+df8c2a93ace40eb35f10ae9fa9173109  php-5.6.4RC1-strip.tar.xz


More information about the scm-commits mailing list