From 09fb91675721e27770ccee464b58dd7bea15aa08 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Nov 2019 09:03:18 +0100 Subject: update to 7.3.12RC1 --- failed.txt | 11 ++++------- php73.spec | 9 ++++++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/failed.txt b/failed.txt index 1e27974..319b66b 100644 --- a/failed.txt +++ b/failed.txt @@ -1,12 +1,12 @@ -===== 7.3.11 (2019-10-24) +===== 7.3.12RC1 (2019-11-07) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log -/var/lib/mock/el6i/build.log:Tests failed : 2 +/var/lib/mock/el6i/build.log:Tests failed : 1 /var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 /var/lib/mock/el8x73/build.log:Tests failed : 14 -/var/lib/mock/fc29i/build.log:Tests failed : 1 +/var/lib/mock/fc29i/build.log:Tests failed : 0 /var/lib/mock/fc29x/build.log:Tests failed : 0 /var/lib/mock/fc30i/build.log:Tests failed : 0 /var/lib/mock/fc30x/build.log:Tests failed : 0 @@ -15,10 +15,7 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log el6i - 1 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] - 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] -fc29i - 1 Bug #69900 Commandline input/output weird behaviour with STDIO [ext/standard/tests/streams/proc_open_bug69900.phpt] + 1 Test get_headers() function : test with context [ext/standard/tests/url/get_headers_error_003.phpt] el8x: 5 buildroot issue with openssl under investigation diff --git a/php73.spec b/php73.spec index c29b987..aa59c4a 100644 --- a/php73.spec +++ b/php73.spec @@ -116,8 +116,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.11 -#global rcver RC1 +%global upver 7.3.12 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2100,7 +2100,7 @@ fi %dir %{_libdir}/php-zts/modules %endif %dir %{_localstatedir}/lib/php -%if 0%{?fedora} >= 24 +%if 0%{?fedora} >= 24 || 0%{?rhel} >= 8 %dir %{_localstatedir}/lib/php/peclxml %dir %{_docdir}/pecl %dir %{_datadir}/tests @@ -2245,6 +2245,9 @@ fi %changelog +* Wed Nov 6 2019 Remi Collet - 7.3.12~RC1-1 +- update to 7.3.12RC1 + * Tue Oct 22 2019 Remi Collet - 7.3.11-1 - Update to 7.3.11 - http://www.php.net/releases/7_3_11.php - change dependency on nginx-filesystem to weak -- cgit