[php] PHP 5.6.1RC1

Remi Collet remi at fedoraproject.org
Sat Sep 13 12:40:52 UTC 2014


commit 35f115127f1a47ed90a5875710a9cfb742c94526
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sat Sep 13 14:40:45 2014 +0200

    PHP 5.6.1RC1

 .gitignore         |    1 +
 php-bug67878.patch |  201 ----------------------------------------------------
 php.spec           |   11 ++--
 sources            |    2 +-
 4 files changed, 8 insertions(+), 207 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9556a05..f5c065b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ php-5.5.*.xz
 /php-5.6.0RC3-strip.tar.xz
 /php-5.6.0RC4-strip.tar.xz
 /php-5.6.0-strip.tar.xz
+/php-5.6.1RC1-strip.tar.xz
diff --git a/php.spec b/php.spec
index d4477f2..a68cb89 100644
--- a/php.spec
+++ b/php.spec
@@ -57,12 +57,12 @@
 %global db_devel  libdb-devel
 %endif
 
-#global rcver         RC4
+%global rcver         RC1
 
 Summary: PHP scripting language for creating dynamic web sites
 Name: php
-Version: 5.6.0
-Release: 1%{?dist}
+Version: 5.6.1
+Release: 0.1.RC1%{?dist}
 # All files licensed under PHP version 3.01, except
 # Zend is licensed under Zend
 # TSRM is licensed under BSD
@@ -112,7 +112,6 @@ Patch46: php-5.4.9-fixheader.patch
 Patch47: php-5.4.9-phpinfo.patch
 
 # Upstream fixes (100+)
-Patch100: php-bug67878.patch
 
 # Security fixes (200+)
 
@@ -713,7 +712,6 @@ httpd -V  | grep -q 'threaded:.*yes' && exit 1
 %patch47 -p1 -b .phpinfo
 
 # upstream patches
-%patch100 -p1 -b .b67878
 
 # security patches
 
@@ -1472,6 +1470,9 @@ rm -f README.{Zeus,QNX,CVS-RULES}
 
 
 %changelog
+* Sat Sep 13 2014 Remi Collet <rcollet at redhat.com> 5.6.1-0.1.RC1
+- php 5.6.1RC1
+
 * Thu Aug 28 2014 Remi Collet <remi at fedoraproject.org> 5.6.0-1
 - PHP 5.6.0 is GA
   http://php.net/releases/5_6_0.php
diff --git a/sources b/sources
index 914ae1c..9895ad4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ac14aba0fb07f390809f03d388b68d72  php-5.6.0-strip.tar.xz
+3b485b7b9844588ca54548b27ed874fc  php-5.6.1RC1-strip.tar.xz


More information about the scm-commits mailing list