From 39c5ca5fa553223afb1801c3024e8334f44c6d0a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Nov 2021 17:55:22 +0100 Subject: Update to 7.4.26 - http://www.php.net/releases/7_4_26.php --- failed.txt | 2 +- php74.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index c560a2c..edf057f 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.4.26RC1 (2021-11-04) +===== 7.4.26 (2021-11-18) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log diff --git a/php74.spec b/php74.spec index fb077c1..a37fa2c 100644 --- a/php74.spec +++ b/php74.spec @@ -95,12 +95,12 @@ %global with_zip 0 %global upver 7.4.26 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2175,6 +2175,9 @@ fi %changelog +* Tue Nov 16 2021 Remi Collet - 7.4.26-1 +- Update to 7.4.26 - http://www.php.net/releases/7_4_26.php + * Tue Nov 9 2021 Remi Collet - 7.4.26~RC1-2 - add patch for OpenSSL 3.0, backported from 8.1 -- cgit