summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-09-11 13:17:03 +0200
committerRemi Collet <remi@remirepo.net>2018-09-11 13:17:03 +0200
commit8844eb924e4ecca72b92b37d84c4e5e5cfa96137 (patch)
treef45f8d48ba7528366bf002a8ea1435c1d2a29688 /php.spec
parent418f4c3d20d95e5e32d74ad57553ad077ff995a8 (diff)
Update to 7.0.32 - http://www.php.net/releases/7_0_32.php
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/php.spec b/php.spec
index 47459ad..7b5fe4a 100644
--- a/php.spec
+++ b/php.spec
@@ -120,14 +120,13 @@
%global db_devel libdb-devel
%endif
-%global upver 7.0.31
-#global rcver RC1
+%global upver 7.0.32
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 2%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -186,6 +185,8 @@ Patch47: php-5.6.3-phpinfo.patch
Patch91: php-5.6.3-oci8conf.patch
# Upstream fixes (100+)
+Patch100: https://github.com/php/php-src/commit/be50a72715c141befe6f34ece660745da894aaf3.patch
+Patch101: https://github.com/php/php-src/commit/2ef8809ef3beb5f58b81dcff49bdcde4d2cb8426.patch
# Security fixes (200+)
@@ -916,6 +917,8 @@ support for JavaScript Object Notation (JSON) to PHP.
%patch91 -p1 -b .remi-oci8
# upstream patches
+%patch100 -p1 -b .up1
+%patch101 -p1 -b .up2
# security patches
@@ -1851,6 +1854,9 @@ fi
%changelog
+* Tue Sep 11 2018 Remi Collet <remi@remirepo.net> - 7.0.32-1
+- Update to 7.0.32 - http://www.php.net/releases/7_0_32.php
+
* Thu Aug 23 2018 Remi Collet <remi@remirepo.net> - 7.0.31-2
- F29: backport ICU 62.1 support from 7.1