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 --- failed.txt | 4 +++- php.spec | 12 ++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index f648e5d..6aafcf6 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/scl74*/build.log @@ -9,6 +9,8 @@ $ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log /var/lib/mock/scl74fc31x/build.log:Tests failed : 0 +fc30x: + 6 Test lstat() and stat() functions: usage variations - effects of is_link() [ext/standard/tests/file/lstat_stat_variation12.phpt] (1) proc_open give erratic test results :( 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