From 418f4c3d20d95e5e32d74ad57553ad077ff995a8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Aug 2018 14:30:14 +0200 Subject: F29: backport ICU 62.1 support from 7.1 --- php.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 8b63a44..47459ad 100644 --- a/php.spec +++ b/php.spec @@ -127,7 +127,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 @@ -168,6 +168,7 @@ Patch6: php-5.6.3-embed.patch Patch7: php-5.3.0-recode.patch Patch8: php-7.0.2-libdb.patch Patch9: php-7.0.7-curl.patch +Patch10: php-7.0.31-icu62.patch # Functional changes Patch40: php-7.0.17-dlopen.patch @@ -897,6 +898,9 @@ support for JavaScript Object Notation (JSON) to PHP. %if 0%{?rhel} %patch9 -p1 -b .curltls %endif +%if 0%{?fedora} >= 29 +%patch10 -p1 -b .icu62 +%endif %patch40 -p1 -b .dlopen %if 0%{?fedora} >= 25 || 0%{?rhel} >= 6 @@ -1847,6 +1851,9 @@ fi %changelog +* Thu Aug 23 2018 Remi Collet - 7.0.31-2 +- F29: backport ICU 62.1 support from 7.1 + * Tue Jul 17 2018 Remi Collet - 7.0.31-1 - Update to 7.0.31 - http://www.php.net/releases/7_0_31.php -- cgit