From d0e06a3e823c957f4e41e57930aa8999e34da971 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Aug 2020 07:53:17 +0200 Subject: update to 8.0.0beta2 --- failed.txt | 13 ++++++++----- php.spec | 13 +++++++++++-- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index e52d24e..14ae40d 100644 --- a/failed.txt +++ b/failed.txt @@ -1,13 +1,16 @@ -===== 7.8.0alpha2 (2020-07-09) +===== 7.8.0beta2 (2020-08-20) $ 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 : 1 -/var/lib/mock/scl80fc31x/build.log:Tests failed : 0 -/var/lib/mock/scl80fc32x/build.log:Tests failed : 0 +/var/lib/mock/scl80el7x/build.log:Tests failed : 1 +/var/lib/mock/scl80el8x/build.log:Tests failed : 2 +/var/lib/mock/scl80fc31x/build.log:Tests failed : 1 +/var/lib/mock/scl80fc32x/build.log:Tests failed : 1 +/var/lib/mock/scl80fc33x/build.log:Tests failed : 1 +all + 2 Bug #62294: register_shutdown_function() does not handle exit code correctly [sapi/cli/tests/bug62294.phpt] el8x: 3 Bug #78338 (Array cross-border reading in PCRE) [ext/pcre/tests/bug78338.phpt] diff --git a/php.spec b/php.spec index 876e22f..0863c5c 100644 --- a/php.spec +++ b/php.spec @@ -106,13 +106,13 @@ %global gh_owner php %global gh_project php-src %global upver 8.0.0 -%global rcver beta1 +%global rcver beta2 %global lower %{rcver} Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 28%{?dist} +Release: 29%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1023,6 +1023,12 @@ exit 1 %build +# This package fails to build with LTO due to undefined symbols. LTO +# was disabled in OpenSuSE as well, but with no real explanation why +# beyond the undefined symbols. It really shold be investigated further. +# Disable LTO +%define _lto_cflags %{nil} + %{?dtsenable} # Set build date from https://reproducible-builds.org/specs/source-date-epoch/ @@ -1757,6 +1763,9 @@ fi %changelog +* Wed Aug 19 2020 Remi Collet - 8.0.0~beta2-29 +- update to 8.0.0beta2 + * Thu Aug 13 2020 Remi Collet - 8.0.0~beta1-28 - use oracle client library version 19.8 -- cgit