From 3ffca787025ff74d9b4ad1b3cc39defdb88ed901 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 May 2013 18:11:56 +0200 Subject: php: test build --- php55.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'php55.spec') diff --git a/php55.spec b/php55.spec index 482abc3..360751d 100644 --- a/php55.spec +++ b/php55.spec @@ -79,14 +79,14 @@ %global db_devel libdb-devel %endif -%global snapdate 201304291030 +%global snapdate 201305020630 #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.29.%{?snapdate}%{?rcver}%{?dist}.3 +Release: 0.29.%{?snapdate}%{?rcver}%{?dist}.4 %else Release: 2%{?dist} %endif @@ -147,7 +147,7 @@ Patch47: php-5.4.9-phpinfo.patch Patch91: php-5.3.7-oci8conf.patch # WIP -Patch99: php-5.5.0-wip.patch +#Patch99: php-5.5.0-wip.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -847,7 +847,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 -- cgit