[php/f19] update to 5.5.11

Remi Collet remi at fedoraproject.org
Thu Apr 3 07:58:07 UTC 2014


commit f8cf4d9ecfbdd25864d489bdf721d974f117e582
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Apr 3 08:26:55 2014 +0200

    update to 5.5.11
    
    (cherry picked from commit 234e26722b5ec416b3c83c13076b66bf65090fae)

 .gitignore |    1 +
 php.spec   |   10 +++++++---
 sources    |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 655b915..948a4f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ php-5.4.*.bz2
 /php-5.5.8-strip.tar.xz
 /php-5.5.9-strip.tar.xz
 /php-5.5.10-strip.tar.xz
+/php-5.5.11-strip.tar.xz
diff --git a/php.spec b/php.spec
index b6e82da..b6afc82 100644
--- a/php.spec
+++ b/php.spec
@@ -3,7 +3,7 @@
 %global zendver     20121212
 %global pdover      20080721
 # Extension version
-%global opcachever  7.0.3
+%global opcachever  7.0.4-dev
 
 # Adds -z now to the linker flags
 %global _hardened_build 1
@@ -68,7 +68,7 @@
 
 Summary: PHP scripting language for creating dynamic web sites
 Name: php
-Version: 5.5.10
+Version: 5.5.11
 Release: 1%{?dist}
 # All files licensed under PHP version 3.01, except
 # Zend is licensed under Zend
@@ -794,7 +794,7 @@ if test "x${vpdo}" != "x%{pdover}"; then
 fi
 
 # Check for some extension version
-ver=$(sed -n '/#define ACCELERATOR_VERSION /{s/.* "//;s/".*$//;p}' ext/opcache/ZendAccelerator.h)
+ver=$(sed -n '/#define PHP_ZENDOPCACHE_VERSION /{s/.* "//;s/".*$//;p}' ext/opcache/ZendAccelerator.h)
 if test "$ver" != "%{opcachever}"; then
    : Error: Upstream PHAR version is now ${ver}, expecting %{opcachever}.
    : Update the opcachever macro and rebuild.
@@ -1542,6 +1542,10 @@ exit 0
 
 
 %changelog
+* Thu Apr  3 2014 Remi Collet <rcollet at redhat.com> 5.5.11-1
+- Update to 5.5.11
+  http://www.php.net/ChangeLog-5.php#5.5.11
+
 * Thu Mar  6 2014 Remi Collet <rcollet at redhat.com> 5.5.10-1
 - Update to 5.5.10
   http://www.php.net/ChangeLog-5.php#5.5.10
diff --git a/sources b/sources
index 4339a5f..4b3fd8c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8eed3c7db26db6b4ad5d2b51681f4954  php-5.5.10-strip.tar.xz
+3bb5a5ed7a7ec43b2db2370d87cc9588  php-5.5.11-strip.tar.xz


More information about the scm-commits mailing list