From 4545d4f8367dd6724fcf06fe0061fe5407c51c51 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 May 2020 14:50:13 +0200 Subject: update to 7.4.7RC1 --- failed.txt | 2 +- php74.spec | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index edd7895..fe11104 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.4.6 (2020-05-14) +===== 7.4.7RC1 (2020-05-28) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log diff --git a/php74.spec b/php74.spec index e6153ef..ab854b5 100644 --- a/php74.spec +++ b/php74.spec @@ -96,14 +96,14 @@ %global with_libzip 1 %global with_zip 0 -%global upver 7.4.6 -#global rcver RC1 -#global lower RC1 +%global upver 7.4.7 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -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 @@ -2161,6 +2161,9 @@ fi %changelog +* Tue May 26 2020 Remi Collet - 7.4.7~RC1-1 +- update to 7.4.7RC1 + * Wed May 20 2020 Remi Collet - 7.4.6-2 - use php-config from embed SAPI to reduce used libs -- cgit