From fba4a0fff6d9ce8f5bd83a4e9a285bcb5e6bd595 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Dec 2020 12:43:41 +0100 Subject: update to 7.3.26RC1 --- failed.txt | 7 ++----- php.spec | 9 +++++++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index 0722c6f..5710dde 100644 --- a/failed.txt +++ b/failed.txt @@ -1,17 +1,14 @@ -===== 7.3.25 (2020-11-26) +===== 7.3.26RC1 (2020-12-17) $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log -/var/lib/mock/scl73el6x/build.log:Tests failed : 0 /var/lib/mock/scl73el7x/build.log:Tests failed : 0 -/var/lib/mock/scl73el8x/build.log:Tests failed : 14 +/var/lib/mock/scl73el8x/build.log:Tests failed : 13 /var/lib/mock/scl73fc31x/build.log:Tests failed : 0 /var/lib/mock/scl73fc32x/build.log:Tests failed : 0 /var/lib/mock/scl73fc33x/build.log:Tests failed : 13 -el8x - 3 Bug #78338 (Array cross-border reading in PCRE) [ext/pcre/tests/bug78338.phpt] el8x, fc33x 2 buildroot issue with strict openssl policy (fixed in 7.4) diff --git a/php.spec b/php.spec index 39a95f8..adf456b 100644 --- a/php.spec +++ b/php.spec @@ -135,8 +135,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.25 -#global rcver RC1 +%global upver 7.3.26 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -237,6 +237,7 @@ BuildRequires: bzip2 BuildRequires: perl BuildRequires: autoconf BuildRequires: automake +BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?dtsprefix}gcc-c++ BuildRequires: libtool @@ -428,6 +429,7 @@ Requires: %{?scl_prefix}php-cli%{?_isa} = %{version}-%{release} # always needed to build extension Requires: autoconf Requires: automake +Requires: make Requires: gcc Requires: gcc-c++ Requires: libtool @@ -1923,6 +1925,9 @@ fi %changelog +* Tue Dec 15 2020 Remi Collet - 7.3.26~RC1-1 +- update to 7.3.26RC1 + * Tue Nov 24 2020 Remi Collet - 7.3.25-1 - Update to 7.3.25 - http://www.php.net/releases/7_3_25.php - use oracle client library version 19.9 (x86_64) -- cgit