summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-26 15:57:52 +0200
committerRemi Collet <remi@remirepo.net>2020-08-26 15:57:52 +0200
commit19f7991bd5abf6e9d197464bf3c393f6016ea782 (patch)
treed06174a2b2e99a45a44a85200b4ab2db718b4fd5 /php.spec
parentd0e06a3e823c957f4e41e57930aa8999e34da971 (diff)
build with upstream fix for zend_call_method
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index 0863c5c..a699e9e 100644
--- a/php.spec
+++ b/php.spec
@@ -112,7 +112,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}}
-Release: 29%{?dist}
+Release: 30%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -171,6 +171,7 @@ Patch47: php-8.0.0-phpinfo.patch
Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
+Patch100: php-upstream.patch
# Security fixes (200+)
@@ -891,6 +892,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch91 -p1 -b .remi-oci8
# upstream patches
+%patch100 -p1
# security patches
@@ -1763,6 +1765,9 @@ fi
%changelog
+* Wed Aug 26 2020 Remi Collet <remi@remirepo.net> - 8.0.0~beta2-30
+- build with upstream fix for zend_call_method
+
* Wed Aug 19 2020 Remi Collet <remi@remirepo.net> - 8.0.0~beta2-29
- update to 8.0.0beta2