summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-06-04 17:25:13 +0200
committerRemi Collet <remi@remirepo.net>2019-06-04 17:25:13 +0200
commitdf0d009fb7e277fe4fa7cc35f1b2695a2bea8df5 (patch)
treeef0eb5499c25abaabd3c6feb071859929a8ca1ea /php.spec
parent1ae654915e9f82e616c02056c5183d51df5d1cbf (diff)
test build for https://bugs.php.net/77653
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index d4a7ba9..03371fa 100644
--- a/php.spec
+++ b/php.spec
@@ -132,7 +132,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{lower}}
-Release: 1%{?dist}
+Release: 2%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -195,6 +195,7 @@ Patch91: php-7.2.0-oci8conf.patch
Patch300: php-7.0.10-datetests.patch
# WIP
+Patch400: https://github.com/php/php-src/pull/4007.patch
BuildRequires: bzip2-devel, curl-devel >= 7.9, %{db_devel}
BuildRequires: httpd-devel >= 2.0.46-1, pam-devel
@@ -947,6 +948,7 @@ low-level PHP extension for the libsodium cryptographic library.
%patch300 -p1 -b .datetests
# WIP patch
+%patch400 -p1 -b .pr4007
# Prevent %%doc confusion over LICENSE files
cp Zend/LICENSE Zend/ZEND_LICENSE
@@ -1882,6 +1884,10 @@ fi
%changelog
+* Tue Jun 4 2019 Remi Collet <remi@remirepo.net> - 7.3.6-2
+- test build for https://bugs.php.net/77653
+ patch from https://github.com/php/php-src/pull/4007
+
* Tue May 28 2019 Remi Collet <remi@remirepo.net> - 7.3.6-1
- Update to 7.3.6 - http://www.php.net/releases/7_3_6.php