summaryrefslogtreecommitdiffstats
path: root/php74.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-20 14:04:38 +0200
committerRemi Collet <remi@remirepo.net>2019-09-20 14:04:38 +0200
commit5579b9b86cd4e9cfb168525eb562b1c19013f0f3 (patch)
treec3ba0e1f196381d1b3958f1e2b8adc69e8114e66 /php74.spec
parent028729a3046424e0cada55f9a22134b0ab71ba53 (diff)
fix broken gmp extension https://bugs.php.net/78574
Diffstat (limited to 'php74.spec')
-rw-r--r--php74.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/php74.spec b/php74.spec
index 240384d..5d43857 100644
--- a/php74.spec
+++ b/php74.spec
@@ -103,7 +103,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{lower}}
-Release: 3%{?dist}
+Release: 4%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -168,6 +168,7 @@ Patch91: php-7.2.0-oci8conf.patch
Patch300: php-7.0.10-datetests.patch
# WIP
+Patch400: php-upstream.patch
BuildRequires: gnupg2
BuildRequires: bzip2-devel
@@ -1173,6 +1174,7 @@ in pure PHP.
%endif
# WIP patch
+%patch400 -p1
# Prevent %%doc confusion over LICENSE files
cp Zend/LICENSE Zend/ZEND_LICENSE
@@ -2146,6 +2148,9 @@ fi
%changelog
+* Fri Sep 20 2019 Remi Collet <remi@remirepo.net> - 7.4.0~RC2-4
+- fix broken gmp extension https://bugs.php.net/78574
+
* Tue Sep 17 2019 Remi Collet <remi@remirepo.net> - 7.4.0~RC2-3
- update to 7.4.0RC2 (new tag)