From 26db1211bcd170799a05ad14f01077ac9dcf917b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Feb 2020 12:15:37 +0100 Subject: update to 7.4.3RC1 --- failed.txt | 2 +- php74.spec | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index 881e369..00f718a 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.4.2 (2020-01-23) +===== 7.4.3RC1 (2020-02-06) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log diff --git a/php74.spec b/php74.spec index 612b86f..2cb8f22 100644 --- a/php74.spec +++ b/php74.spec @@ -96,14 +96,14 @@ %global with_libzip 1 %global with_zip 0 -%global upver 7.4.2 -#global rcver RC1 -#global lower RC1 +%global upver 7.4.3 +%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 @@ -248,8 +248,9 @@ Recommends: php-sodium%{?_isa} = %{version}-%{release} Recommends: php-xml%{?_isa} = %{version}-%{release} %else # For backwards-compatibility, require php-cli for the time being: -Recommends: php-cli%{?_isa} = %{version}-%{release} -Recommends: php-sodium%{?_isa} = %{version}-%{release} +Requires: php-cli%{?_isa} = %{version}-%{release} +# For ARGON2 password +Requires: php-sodium%{?_isa} = %{version}-%{release} %endif @@ -2154,6 +2155,9 @@ fi %changelog +* Tue Feb 4 2020 Remi Collet - 7.4.3~RC1-1 +- update to 7.4.3RC1 + * Tue Jan 28 2020 Remi Collet - 7.4.2-2 - make sodium mandatory on EL-7, to avoid user confusion https://github.com/remicollet/remirepo/issues/137 -- cgit