From d55d86dbb8f3e7e8fee420f32d38ad3e08ee3529 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Dec 2020 18:02:42 +0100 Subject: update to 7.4.14RC1 --- failed.txt | 6 ++---- php74.spec | 9 +++++++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index 5fd952b..3a4a20c 100644 --- a/failed.txt +++ b/failed.txt @@ -1,16 +1,14 @@ -===== 7.4.13 (2020-11-26) +===== 7.4.14RC1 (2020-12-15) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/el7x/build.log:Tests failed : 0 -/var/lib/mock/el8x74/build.log:Tests failed : 1 +/var/lib/mock/el8x74/build.log:Tests failed : 0 /var/lib/mock/fc31x/build.log:Tests failed : 0 /var/lib/mock/fc32x/build.log:Tests failed : 0 /var/lib/mock/fc33x/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/php74.spec b/php74.spec index 3546098..a827f65 100644 --- a/php74.spec +++ b/php74.spec @@ -94,8 +94,8 @@ %global with_libzip 1 %global with_zip 0 -%global upver 7.4.13 -#global rcver RC1 +%global upver 7.4.14 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -194,6 +194,7 @@ BuildRequires: bzip2 BuildRequires: perl BuildRequires: autoconf BuildRequires: automake +BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?dtsprefix}gcc-c++ BuildRequires: libtool @@ -417,6 +418,7 @@ Requires: php-cli%{?_isa} = %{version}-%{release} # always needed to build extension Requires: autoconf Requires: automake +Requires: make Requires: gcc Requires: gcc-c++ Requires: libtool @@ -2161,6 +2163,9 @@ fi %changelog +* Tue Dec 15 2020 Remi Collet - 7.4.14~RC1-1 +- update to 7.4.14RC1 + * Tue Nov 24 2020 Remi Collet - 7.4.13-1 - Update to 7.4.13 - http://www.php.net/releases/7_4_13.php - use oracle client library version 19.9 (x86_64) -- cgit