summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-06-17 08:01:16 +0200
committerRemi Collet <fedora@famillecollet.com>2014-06-17 08:01:16 +0200
commit45faaae942d8c1438a4d4d767a9238137ca719d0 (patch)
treec226aaddf165315b6b9d7dec123f38d68b5bd420
parent32d3921546381c201fc3a613b70548115cb37d43 (diff)
PHP: fix test for rhbz #971416
-rw-r--r--php54.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/php54.spec b/php54.spec
index 14a8194..23e0b2a 100644
--- a/php54.spec
+++ b/php54.spec
@@ -83,7 +83,7 @@ Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.4.30
%if 0%{?snapdate:1}%{?rcver:1}
-Release: 0.1.%{?snapdate}%{?rcver}%{?dist}
+Release: 0.2.%{?snapdate}%{?rcver}%{?dist}
%else
Release: 3%{?dist}
%endif
@@ -140,6 +140,8 @@ Patch47: php-5.4.9-phpinfo.patch
# Security fixes
# Fixes for tests
+# see https://bugzilla.redhat.com/971416
+Patch302: php-5.4.30-noNO.patch
# RC Patch
Patch91: php-5.3.7-oci8conf.patch
@@ -804,6 +806,9 @@ rm -f ext/json/utf8_to_utf16.*
# security patches
+# Fixes for tests
+%patch302 -p0 -b .971416
+
# Prevent %%doc confusion over LICENSE files
cp Zend/LICENSE Zend/ZEND_LICENSE
cp TSRM/LICENSE TSRM_LICENSE
@@ -1649,6 +1654,9 @@ fi
%changelog
+* Tue Jun 17 2014 Remi Collet <rcollet@redhat.com> 5.4.30-0.2.RC1
+- fix test for rhbz #971416
+
* Tue Jun 17 2014 Remi Collet <rcollet@redhat.com> 5.4.30-0.1.RC1
- Test build of 5.4.30RC1