From 6518fb698394e71407c14e99102ea4ce6df1d664 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Sep 2017 10:31:59 +0200 Subject: test build for https://github.com/php/php-src/pull/2750 --- php.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 50d6a75..ad479f8 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: 2%{?dist} +Release: 3%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -192,6 +192,7 @@ Patch300: php-7.0.10-datetests.patch Patch301: php-7.0.0-oldpcre.patch # WIP +Patch400: 2750.patch BuildRequires: bzip2-devel, curl-devel >= 7.9, %{db_devel} BuildRequires: httpd-devel >= 2.0.46-1, pam-devel @@ -903,6 +904,7 @@ fi %endif # WIP patch +%patch400 -p1 -b .75193 # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE @@ -1808,6 +1810,9 @@ fi %changelog +* Tue Sep 12 2017 Remi Collet - 7.1.9-3 +- test build for https://github.com/php/php-src/pull/2750 + * Thu Aug 31 2017 Remi Collet - 7.1.9-2 - add patch for EL-6, fix undefined symbol: sqlite3_errstr -- cgit