[php] Update to 5.6.6 - http://www.php.net/releases/5_6_6.php

Remi Collet remi at fedoraproject.org
Thu Feb 19 12:18:48 UTC 2015


commit bb646a444036f3e476edf72aa90986575826060a
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Feb 19 13:18:43 2015 +0100

    Update to 5.6.6 - http://www.php.net/releases/5_6_6.php

 .gitignore         |  1 +
 php-datetime.patch | 52 ----------------------------------------------------
 php.spec           | 11 ++++++-----
 sources            |  2 +-
 4 files changed, 8 insertions(+), 58 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2d99c06..8526dfe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,4 @@ php-5.5.*.xz
 /php-5.6.5RC1-strip.tar.xz
 /php-5.6.5-strip.tar.xz
 /php-5.6.6RC1-strip.tar.xz
+/php-5.6.6-strip.tar.xz
diff --git a/php.spec b/php.spec
index c885ccb..7323ef3 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.6
-Release: 0.1.RC1%{?dist}
+Release: 1%{?dist}
 # All files licensed under PHP version 3.01, except
 # Zend is licensed under Zend
 # TSRM is licensed under BSD
@@ -113,8 +113,6 @@ Patch46: php-5.6.3-fixheader.patch
 Patch47: php-5.6.3-phpinfo.patch
 
 # Upstream fixes (100+)
-# BC break reverted for release, but after RC
-Patch100: php-datetime.patch
 
 # Security fixes (200+)
 
@@ -718,7 +716,6 @@ httpd -V  | grep -q 'threaded:.*yes' && exit 1
 %patch47 -p1 -b .phpinfo
 
 # upstream patches
-%patch100 -p1 -b .datetime
 
 # security patches
 
@@ -1476,6 +1473,10 @@ rm -f README.{Zeus,QNX,CVS-RULES}
 
 
 %changelog
+* Thu Feb 19 2015 Remi Collet <remi at fedoraproject.org> 5.6.6-1
+- Update to 5.6.6
+  http://www.php.net/releases/5_6_6.php
+
 * Thu Feb  5 2015 Remi Collet <rcollet at redhat.com> 5.6.6-0.1.RC1
 - php 5.6.6RC1 for Koschei
 
diff --git a/sources b/sources
index 991e4f0..fa80f26 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-33c5616af2f548aacf875d61a6a9fd60  php-5.6.6RC1-strip.tar.xz
+961faa2513d132d6d140272c8b8a9442  php-5.6.6-strip.tar.xz


More information about the scm-commits mailing list