From ee063f67d4a9ec9628bf445b9f3d2d968743b031 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Mar 2014 09:00:15 +0100 Subject: 5.4.24RC1 + patch for bug 66946 (test build) --- php54.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'php54.spec') diff --git a/php54.spec b/php54.spec index 82358c8..77641d0 100644 --- a/php54.spec +++ b/php54.spec @@ -73,11 +73,11 @@ %endif #global snapdate 201201041830 -#global rcver RC1 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.4.26 +Version: 5.4.27 %if 0%{?snapdate:1}%{?rcver:1} Release: 0.1.%{?snapdate}%{?rcver}%{?dist} %else @@ -132,6 +132,7 @@ Patch46: php-5.4.9-fixheader.patch Patch47: php-5.4.9-phpinfo.patch # Upstream fixes +Patch50: php-5.4.27-bug66946.patch # Security fixes @@ -792,6 +793,8 @@ rm -f ext/json/utf8_to_utf16.* %patch46 -p1 -b .fixheader %patch47 -p1 -b .phpinfo +%patch50 -p1 -b .66946 + %patch91 -p1 -b .remi-oci8 @@ -1214,6 +1217,7 @@ fi unset NO_INTERACTION REPORT_EXIT_STATUS MALLOC_CHECK_ %endif + %install # Install the extensions for the ZTS version make -C build-ztscli install \ @@ -1639,6 +1643,10 @@ fi %changelog +* Tue Mar 25 2014 Remi Collet 5.4.27-0.1.RC1 +- test build of 5.4.24RC1 +- patch for bug 66946 + * Wed Mar 5 2014 Remi Collet 5.4.26-1 - Update to 5.4.26 (security) http://www.php.net/ChangeLog-5.php#5.4.26 -- cgit