From b2d99bacb9aac6e8b63f725aec5f33a9940e2f7e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Aug 2018 10:35:27 +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 bda095d..4ba7d1a 100644 --- a/php.spec +++ b/php.spec @@ -129,7 +129,7 @@ %endif #global rcver RC1 -%global rpmrel 1 +%global rpmrel 2 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -175,6 +175,7 @@ Patch6: php-5.6.3-embed.patch Patch7: php-5.3.0-recode.patch Patch8: php-5.6.17-libdb.patch Patch9: php-5.5.30-curl.patch +Patch10: php-5.6.37-icu62.patch # Functional changes Patch40: php-5.4.0-dlopen.patch @@ -895,6 +896,9 @@ support for using the enchant library to PHP. %if 0%{?rhel} %patch9 -p1 -b .curltls %endif +%if 0%{?fedora} >= 29 +%patch10 -p1 -b .icu62 +%endif %patch40 -p1 -b .dlopen %patch41 -p1 -b .dtrace @@ -1836,6 +1840,9 @@ fi %changelog +* Thu Aug 23 2018 Remi Collet - 5.6.37-2 +- F29: backport ICU 62.1 support from 7.1 + * Thu Jul 19 2018 Remi Collet - 5.6.37-1 - Update to 5.6.37 - http://www.php.net/releases/5_6_37.php -- cgit