From 8e1558549829617b37ce6054ec0762e1708ba720 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Oct 2019 18:26:56 +0200 Subject: fix broken intl extension on EL-7 --- php74.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'php74.spec') diff --git a/php74.spec b/php74.spec index 939cabb..4c14ce5 100644 --- a/php74.spec +++ b/php74.spec @@ -103,7 +103,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -Release: 5%{?dist} +Release: 6%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -160,6 +160,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+) @@ -1154,6 +1155,7 @@ in pure PHP. %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -R # security patches @@ -2134,6 +2136,9 @@ fi %changelog +* Fri Oct 4 2019 Remi Collet - 7.4.0~RC3-6 +- fix broken intl extension on EL-7 + * Tue Oct 1 2019 Remi Collet - 7.4.0~RC3-5 - update to 7.4.0RC3 -- cgit