From 4ba04f12a0b8505eb6e9674ebc192a411079cb53 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Feb 2020 12:03:51 +0100 Subject: update to 7.4.3RC1 --- php.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index ba0803c..50b5f0b 100644 --- a/php.spec +++ b/php.spec @@ -102,14 +102,14 @@ #global gh_date 20190612 %global gh_owner php %global gh_project php-src -%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: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -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 @@ -241,6 +241,7 @@ Recommends: %{?scl_prefix}php-xml%{?_isa} = %{version}-%{release} %else # For backwards-compatibility, require php-cli for the time being: Requires: %{?scl_prefix}php-cli%{?_isa} = %{version}-%{release} +# For ARGON2 password Requires: %{?scl_prefix}php-sodium%{?_isa} = %{version}-%{release} %endif @@ -1809,6 +1810,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