summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-11-15 09:26:17 +0100
committerRemi Collet <remi@remirepo.net>2018-11-15 09:26:17 +0100
commit11dd2d528215ac2a5af1f992f86fa9a1796aadcc (patch)
tree8f1f18bce34c8c57fe6a58222b0ed71d4a0b10ac /php.spec
parentfcf0ed87df34cae9b8d089a4f3262109ab3dc951 (diff)
test build for https://github.com/php/php-src/pull/3666
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index f53cb18..6319d2b 100644
--- a/php.spec
+++ b/php.spec
@@ -126,7 +126,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}
-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 @@ Patch300: php-7.0.10-datetests.patch
Patch301: php-7.0.0-oldpcre.patch
# WIP
+Patch400: https://patch-diff.githubusercontent.com/raw/php/php-src/pull/3666.patch
BuildRequires: bzip2-devel, curl-devel >= 7.9, %{db_devel}
BuildRequires: httpd-devel >= 2.0.46-1, pam-devel
@@ -918,6 +919,7 @@ if ! pkg-config libpcre --atleast-version 8.34 ; then
%patch301 -p1 -b .pcre834
fi
%endif
+%patch400 -p1 -b .pr3666
# WIP patch
@@ -1849,6 +1851,9 @@ fi
%changelog
+* Thu Nov 15 2018 Remi Collet <remi@remirepo.net> - 7.1.24-2
+- test build for https://github.com/php/php-src/pull/3666
+
* Wed Nov 7 2018 Remi Collet <remi@remirepo.net> - 7.1.24-1
- Update to 7.1.24 - http://www.php.net/releases/7_1_24.php