From e3dcfa856d93126856dc9e9b25fc2c634cf35c2c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Oct 2014 11:17:28 +0200 Subject: PHP 5.4.34 --- php54.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'php54.spec') diff --git a/php54.spec b/php54.spec index b24f9bd..fc80110 100644 --- a/php54.spec +++ b/php54.spec @@ -84,11 +84,11 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.4.33 +Version: 5.4.34 %if 0%{?snapdate:1}%{?rcver:1} Release: 0.2.%{?snapdate}%{?rcver}%{?dist} %else -Release: 3%{?dist} +Release: 1%{?dist} %endif # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -141,8 +141,6 @@ Patch47: php-5.4.9-phpinfo.patch # Upstream fixes # Backported from 5.5.18 for https://bugs.php.net/65641 Patch100: php-5.4.33-bug65641.patch -# Revert to fix regression -Patch101: php-5.4.33-openssl.patch # Security fixes @@ -838,7 +836,6 @@ rm -f ext/json/utf8_to_utf16.* # upstream patches %patch100 -p1 -b .bug65641 -%patch101 -p1 -R -b .revert # security patches @@ -1704,7 +1701,9 @@ fi %changelog -* Wed Oct 15 2014 Remi Collet 5.4.33-3 +* Thu Oct 16 2014 Remi Collet 5.4.34-1 +- Update to 5.4.34 + http://www.php.net/releases/5_4_34.php - build gmp as shared, so can be disabled by user * Sat Sep 20 2014 Remi Collet 5.4.33-2 -- cgit