From 7de7da24471c54194845c5ad5b7d26972c07d156 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Apr 2013 13:48:36 +0200 Subject: PHP 5.5.0beta4 --- php55.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php55.spec b/php55.spec index 7b242cd..dd8a6ae 100644 --- a/php55.spec +++ b/php55.spec @@ -77,14 +77,14 @@ %global db_devel libdb-devel %endif -%global snapdate 201304221230 -#global rcver beta3 +#global snapdate 201304221230 +%global rcver beta4 Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.5.0 %if 0%{?snapdate:1}%{?rcver:1} -Release: 0.26.%{?snapdate}%{?rcver}%{?dist} +Release: 0.27.%{?snapdate}%{?rcver}%{?dist}.1 %else Release: 2%{?dist} %endif @@ -849,7 +849,7 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 %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 @@ -1800,6 +1800,9 @@ fi %changelog +* Thu Apr 25 2013 Remi Collet 5.5.0-0.27.beta3 +- update to 5.5.0beta4 + * Mon Apr 22 2013 Remi Collet 5.5.0-0.27-201304221230 - new snapshot - try build with system gd 2.1.0 -- cgit