From ffb51b9cb282ba64978e5ab1eb361af94668debc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Oct 2019 18:26:46 +0200 Subject: fix broken intl extension on EL-7 --- php.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 99c066c..6e64c58 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: 23%{?dist} +Release: 24%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -166,6 +166,7 @@ Patch47: php-5.6.3-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) +Patch100: https://github.com/php/php-src/commit/f633c347574c0d814050b4bf2493e0cac6a5988c.patch # Security fixes (200+) @@ -938,6 +939,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -R # security patches @@ -1787,6 +1789,9 @@ fi %changelog +* Fri Oct 4 2019 Remi Collet - 7.4.0~rc3-24 +- fix broken intl extension on EL-7 + * Tue Oct 1 2019 Remi Collet - 7.4.0~rc3-23 - update to 7.4.0RC3 -- cgit