summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-01-18 13:27:49 +0100
committerRemi Collet <fedora@famillecollet.com>2017-01-18 13:27:49 +0100
commit3dcba96d79c259c5e756b44722241ef58b4b40d8 (patch)
tree961487f8d1de4ede28318acc146bb2b90ddd332b /php.spec
parentb916adbf14456b7436b58fe2136a9b3d5dac3e24 (diff)
php 7.1.1-2: EL-7 rebuild with dts (again)
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index 611a7cf..f796268 100644
--- a/php.spec
+++ b/php.spec
@@ -125,7 +125,7 @@
%endif
#global rcver RC1
-%global rpmrel 2
+%global rpmrel 3
Summary: PHP scripting language for creating dynamic web sites
@@ -183,6 +183,7 @@ Patch47: php-5.6.3-phpinfo.patch
Patch91: php-5.6.3-oci8conf.patch
# Upstream fixes (100+)
+Patch100: php-intl.patch
# Security fixes (200+)
@@ -894,6 +895,7 @@ support for JavaScript Object Notation (JSON) to PHP.
%patch91 -p1 -b .remi-oci8
# upstream patches
+%patch100 -p1 -b .73956
# security patches
@@ -1808,6 +1810,10 @@ fi
%changelog
+* Wed Jan 18 2017 Remi Collet <remi@fedoraproject.org> 7.1.1-3
+- EL-7: add patch for https://bugs.php.net/73956
+- switch back to gcc 6.2
+
* Wed Jan 18 2017 Remi Collet <remi@fedoraproject.org> 7.1.1-2
- EL-7: rebuild using gcc 4.8 instead of 6.2
because of https://bugzilla.redhat.com/1414348