diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -122,14 +122,14 @@ #global gh_date 20210809 %global gh_owner php %global gh_project php-src -%global upver 8.1.3 -#global rcver RC1 -#global lower RC1 +%global upver 8.1.4 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -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 @@ -192,7 +192,6 @@ Patch47: php-8.1.0-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: php-GH8059.patch # Security fixes (200+) @@ -966,7 +965,6 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .gh8059 # security patches @@ -996,8 +994,7 @@ mkdir \ # affected by systzdata patch %if %{with tzdata} rm ext/date/tests/timezone_location_get.phpt -rm ext/date/tests/timezone_version_get.phpt -rm ext/date/tests/timezone_version_get_basic1.phpt +rm ext/date/tests/bug80963.phpt %endif # too fast builder rm ext/date/tests/bug73837.phpt @@ -1843,6 +1840,9 @@ fi %changelog +* Thu Mar 3 2022 Remi Collet <remi@remirepo.net> - 8.1.4~RC1-1 +- update to 8.1.4RC1 + * Tue Feb 22 2022 Remi Collet <remi@remirepo.net> - 8.1.3-2 - retrieve tzdata version - use oracle client library version 21.5 |