diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -106,13 +106,13 @@ %global gh_owner php %global gh_project php-src %global upver 8.0.0 -%global rcver beta2 +%global rcver beta3 %global lower %{rcver} Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 30%{?dist} +Release: 31%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -158,7 +158,7 @@ Patch9: php-7.0.7-curl.patch # Use system nikic/php-parser Patch41: php-8.0.0-parser.patch # use system tzdata -Patch42: php-7.3.3-systzdata-v18.patch +Patch42: php-8.0.0-systzdata-v19.patch # See http://bugs.php.net/53436 Patch43: php-7.4.0-phpize.patch # Use -lldap_r for OpenLDAP @@ -171,7 +171,6 @@ Patch47: php-8.0.0-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: php-upstream.patch # Security fixes (200+) @@ -892,7 +891,6 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 # security patches @@ -1765,6 +1763,10 @@ fi %changelog +* Wed Sep 2 2020 Remi Collet <remi@remirepo.net> - 8.0.0~beta3-31 +- update to 8.0.0beta3 +- adapt systzdata patch (v19) + * Wed Aug 26 2020 Remi Collet <remi@remirepo.net> - 8.0.0~beta2-30 - build with upstream fix for zend_call_method |