summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec9
1 files changed, 8 insertions, 1 deletions
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 <remi@remirepo.net> - 7.0.31-2
+- F29: backport ICU 62.1 support from 7.1
+
* Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 7.0.31-1
- Update to 7.0.31 - http://www.php.net/releases/7_0_31.php