From 6a0681dc7c420bf514d9a3c5081ec5ad29a65f64 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Oct 2013 17:26:51 +0200 Subject: PHP 5.5.5 --- php55.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/php55.spec b/php55.spec index fd05133..82ee2a7 100644 --- a/php55.spec +++ b/php55.spec @@ -61,7 +61,7 @@ %else %global with_dtrace 0 %endif -%if 0%{?fedora} < 17 && 0%{?rhel} < 5 +%if 0%{?fedora} < 14 && 0%{?rhel} < 5 %global with_libgd 0 %else %global with_libgd 1 @@ -84,11 +84,11 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.5.4 +Version: 5.5.5 %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 @@ -153,7 +153,7 @@ Patch47: php-5.4.9-phpinfo.patch Patch91: php-5.3.7-oci8conf.patch # WIP -Patch99: php-wip.patch +#Patch99: php-wip.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -855,7 +855,7 @@ rm -rf ext/json %patch91 -p1 -b .remi-oci8 # wip patches -%patch99 -p1 -b .wip +#patch99 -p1 -b .wip # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE @@ -1822,6 +1822,9 @@ fi %changelog +* Tue Oct 15 2013 Remi Collet - 5.5.5-1 +- update to 5.5.5 + * Mon Sep 23 2013 Remi Collet - 5.5.4-2 - test build -- cgit