From d2eb06492cf3cd5b580450e823c86c625735ccf5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Jul 2021 08:07:39 +0200 Subject: Update to 7.4.22 - http://www.php.net/releases/7_4_22.php --- failed.txt | 2 +- php74.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/failed.txt b/failed.txt index 71fdcb5..62b12ee 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.4.22RC1 (2021-07-15) +===== 7.4.22 (2021-07-29) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log diff --git a/php74.spec b/php74.spec index 7bbe850..7704bbb 100644 --- a/php74.spec +++ b/php74.spec @@ -91,7 +91,7 @@ %global with_zip 0 %global upver 7.4.22 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2162,6 +2162,9 @@ fi %changelog +* Wed Jul 28 2021 Remi Collet - 7.4.22-1 +- Update to 7.4.22 - http://www.php.net/releases/7_4_22.php + * Tue Jul 13 2021 Remi Collet - 7.4.22~RC1-1 - update to 7.4.22RC1 -- cgit