From 2f82df5c853fc5ad7ac01a95f78d07f0b7f0c9ad Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Jun 2020 08:16:35 +0200 Subject: update to 8.0.0alpha1 --- failed.txt | 6 ++++-- php.spec | 16 ++++++++++++---- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index ff080fe..923374b 100644 --- a/failed.txt +++ b/failed.txt @@ -1,13 +1,15 @@ -===== 7.8.0-dev (2020-06-15) +===== 7.8.0alpha1 (2020-06-25) $ grep -ar 'Tests failed' /var/lib/mock/scl80*/build.log /var/lib/mock/scl80el7x/build.log:Tests failed : 0 -/var/lib/mock/scl80el8x/build.log:Tests failed : 17 +/var/lib/mock/scl80el8x/build.log:Tests failed : 1 /var/lib/mock/scl80fc31x/build.log:Tests failed : 0 /var/lib/mock/scl80fc32x/build.log:Tests failed : 0 +el8x: + 3 Bug #78338 (Array cross-border reading in PCRE) [ext/pcre/tests/bug78338.phpt] (1) proc_open give erratic test results :( diff --git a/php.spec b/php.spec index 66d4ff0..4b05292 100644 --- a/php.spec +++ b/php.spec @@ -98,17 +98,17 @@ %global gh_commit 18f2ef094af2b1ad961408fbaf222b9448df2750 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20200615 +#global gh_date 20200615 %global gh_owner php %global gh_project php-src %global upver 8.0.0 -#global rcver DEV -%global lower DEV +%global rcver alpha1 +%global lower alpha1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 19%{?dist} +Release: 20%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1038,6 +1038,11 @@ sed -e 's:%{_root_sysconfdir}:%{_sysconfdir}:' \ sed -e 's:%{_root_datadir}:%{_datadir}:' \ -i 20-ffi.ini +# Temp workaround see https://github.com/php/php-src/pull/5739 +for i in $(find ext sapi Zend -name \*stub.php); do + touch -c -r $i ${i/.stub.php/_arginfo.h} +done + %if 0%{!?scl:1} : SCL macro not defined exit 1 @@ -1773,6 +1778,9 @@ fi %changelog +* Wed Jun 24 2020 Remi Collet - 8.0.0~alpha1-20 +- update to 8.0.0alpha1 + * Mon Jun 15 2020 Remi Collet - 8.0.0~DEV.20200615-19 - new snapshot -- cgit