From 884459bdb19466471c6844dab3a96f7059bca02a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Sep 2019 14:04:27 +0200 Subject: fix broken gmp extension https://bugs.php.net/78574 --- php.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 25bc52f..e5605d6 100644 --- a/php.spec +++ b/php.spec @@ -108,7 +108,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 21%{?dist} +Release: 22%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -174,6 +174,7 @@ Patch91: php-7.2.0-oci8conf.patch Patch300: php-7.0.10-datetests.patch # WIP +Patch400: php-upstream.patch BuildRequires: gnupg2 BuildRequires: bzip2-devel @@ -945,6 +946,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch300 -p1 -b .datetests # WIP patch +%patch400 -p1 # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE @@ -1788,6 +1790,9 @@ fi %changelog +* Fri Sep 20 2019 Remi Collet - 7.4.0~rc2-22 +- fix broken gmp extension https://bugs.php.net/78574 + * Tue Sep 17 2019 Remi Collet - 7.4.0~rc2-21 - update to 7.4.0RC2 (new tag) -- cgit