summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-04-30 09:54:15 +0200
committerRemi Collet <fedora@famillecollet.com>2013-04-30 09:54:15 +0200
commitac74c9566baf15941245b7276f4493c5a3671cd3 (patch)
tree8f8e960beb7495611d9bed7d98b321d4beba4ab0
parentd829e5d094d81e1c4399efbe516f5ad473313e34 (diff)
php 5.5: test build
-rw-r--r--php55.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/php55.spec b/php55.spec
index fc39df9..482abc3 100644
--- a/php55.spec
+++ b/php55.spec
@@ -86,7 +86,7 @@ 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}.2
+Release: 0.29.%{?snapdate}%{?rcver}%{?dist}.3
%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