diff options
Diffstat (limited to 'php81.spec')
| -rw-r--r-- | php81.spec | 16 | 
1 files changed, 8 insertions, 8 deletions
| @@ -107,14 +107,14 @@  %bcond_without         libgd  %bcond_with            zip -%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: php  Version: %{upver}%{?rcver:~%{lower}} -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 @@ -175,7 +175,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+) @@ -1183,7 +1182,6 @@ in pure PHP.  %patch91 -p1 -b .remi-oci8  # upstream patches -%patch100 -p1 -b .gh8059  # security patches @@ -1215,8 +1213,7 @@ mkdir build-cgi build-apache build-embedded \  # 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 @@ -2175,6 +2172,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 | 
