From 6f1d7e63a27de539ca4e1698c6cded1dc2e76560 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Feb 2022 15:27:37 +0100 Subject: Update to 7.4.28 - http://www.php.net/releases/7_4_28.php --- failed.txt | 16 +++++++--------- php.spec | 5 ++++- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/failed.txt b/failed.txt index dcb0740..030ff14 100644 --- a/failed.txt +++ b/failed.txt @@ -1,17 +1,15 @@ -===== 7.4.27 (2021-12-16) +===== 7.4.28 (2022-02-17) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/scl74el7x/build.log:Tests failed : 1 -/var/lib/mock/scl74el8x/build.log:Tests failed : 1 -/var/lib/mock/scl74el9x/build.log:Tests failed : 1 -/var/lib/mock/scl74fc33x/build.log:Tests failed : 1 -/var/lib/mock/scl74fc34x/build.log:Tests failed : 1 -/var/lib/mock/scl74fc35x/build.log:Tests failed : 1 +/var/lib/mock/scl74el7x/build.log:Tests failed : 0 +/var/lib/mock/scl74el8x/build.log:Tests failed : 0 +/var/lib/mock/scl74el9x/build.log:Tests failed : 0 +/var/lib/mock/scl74fc34x/build.log:Tests failed : 0 +/var/lib/mock/scl74fc35x/build.log:Tests failed : 0 +/var/lib/mock/scl74fc36x/build.log:Tests failed : 0 -el7x, el8x, el9x, fc33x, fc34x, fc35x: - 2 ext/openssl/tests/openssl_x509_checkpurpose_basic.phpt (1) proc_open give erratic test results :( diff --git a/php.spec b/php.spec index 2fffdfe..2b35e50 100644 --- a/php.spec +++ b/php.spec @@ -108,7 +108,7 @@ #global gh_date 20190612 %global gh_owner php %global gh_project php-src -%global upver 7.4.27 +%global upver 7.4.28 #global rcver RC1 Summary: PHP scripting language for creating dynamic web sites @@ -1834,6 +1834,9 @@ fi %changelog +* Tue Feb 15 2022 Remi Collet - 7.4.28-1 +- Update to 7.4.28 - http://www.php.net/releases/7_4_28.php + * Wed Dec 15 2021 Remi Collet - 7.4.27-1 - Update to 7.4.27 - http://www.php.net/releases/7_4_27.php -- cgit