From ce72ed8d469bc4860dfb8824f83815fbe96f5421 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Mar 2022 08:14:01 +0100 Subject: update to 8.1.4RC1 --- failed.txt | 8 +++----- php-GH8059.patch | 23 ----------------------- php81.spec | 16 ++++++++-------- 3 files changed, 11 insertions(+), 36 deletions(-) delete mode 100644 php-GH8059.patch diff --git a/failed.txt b/failed.txt index 2506f1f..734493c 100644 --- a/failed.txt +++ b/failed.txt @@ -1,17 +1,15 @@ -===== 8.1.3 (2022-02-17) +===== 8.1.4RC1 (2022-03-03) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el7x81/build.log:Tests failed : 1 -/var/lib/mock/el8x81/build.log:Tests failed : 1 +/var/lib/mock/el7x81/build.log:Tests failed : 0 +/var/lib/mock/el8x81/build.log:Tests failed : 0 /var/lib/mock/el9x81/build.log:Tests failed : 0 /var/lib/mock/fc34x81/build.log:Tests failed : 0 /var/lib/mock/fc35x81/build.log:Tests failed : 0 /var/lib/mock/fc36x81/build.log:Tests failed : 0 -el7x, el8x: - 4 Bug #80963: DateTimeZone::getTransitions() truncated [ext/date/tests/bug80963.phpt] 1 proc_open give erratic test results :( diff --git a/php-GH8059.patch b/php-GH8059.patch deleted file mode 100644 index 817d044..0000000 --- a/php-GH8059.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 3b463749f544a7b538264ee2a9647e4bca92f9b0 Mon Sep 17 00:00:00 2001 -From: Remi Collet -Date: Tue, 8 Feb 2022 09:36:37 +0100 -Subject: [PATCH] Fix GH-8059 use $PHP_EXECUTABLE when $PHP not set - ---- - build/Makefile.global | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/build/Makefile.global b/build/Makefile.global -index 6941bab6ad41..f93a874ce1b5 100644 ---- a/build/Makefile.global -+++ b/build/Makefile.global -@@ -148,6 +148,9 @@ prof-use: - if test ! -z "$(PHP)"; then \ - echo Parse $< to generate $@;\ - $(PHP) $(top_srcdir)/build/gen_stub.php $<; \ -+ elif test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \ -+ echo Parse $< to generate $@;\ -+ $(PHP_EXECUTABLE) $(top_srcdir)/build/gen_stub.php $<; \ - fi; \ - fi; - diff --git a/php81.spec b/php81.spec index 69ccf17..22deecf 100644 --- a/php81.spec +++ b/php81.spec @@ -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 - 8.1.4~RC1-1 +- update to 8.1.4RC1 + * Tue Feb 22 2022 Remi Collet - 8.1.3-2 - retrieve tzdata version - use oracle client library version 21.5 -- cgit