From ab6ee9445376ba9cc9270fef128ac2fe3f985146 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 20 Feb 2014 15:37:35 +0100 Subject: PHP 5.5.10RC1 - test build --- php55.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'php55.spec') diff --git a/php55.spec b/php55.spec index 705b8d9..c142fe0 100644 --- a/php55.spec +++ b/php55.spec @@ -102,15 +102,15 @@ %endif #global snapdate 201308300430 -#global rcver RC1 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.5.9 +Version: 5.5.10 %if 0%{?snapdate:1}%{?rcver:1} Release: 0.1.%{?snapdate}%{?rcver}%{?dist} %else -Release: 2%{?dist} +Release: 1%{?dist} %endif # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -177,7 +177,6 @@ Patch91: php-5.3.7-oci8conf.patch # Fixes for tests # WIP -Patch100: php-bug66731.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -887,7 +886,6 @@ rm -rf ext/json # security patches # WIP patch -%patch100 -p1 -b .bug66731 # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE @@ -1861,6 +1859,9 @@ fi %changelog +* Thu Feb 20 2014 Remi Collet 5.5.10-0.1.RC1 +- test build of 5.5.10RC1 + * Tue Feb 18 2014 Remi Collet 5.5.9-2 - upstream patch for https://bugs.php.net/66731 -- cgit