diff options
author | Remi Collet <remi@remirepo.net> | 2020-02-04 12:03:51 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-02-04 12:03:51 +0100 |
commit | 4ba04f12a0b8505eb6e9674ebc192a411079cb53 (patch) | |
tree | f3c52f465b31bbeebef401735f7850632f2b3d39 | |
parent | 5a65044e28389b8540ad1256a3543da54d108f10 (diff) |
update to 7.4.3RC1
-rw-r--r-- | failed.txt | 4 | ||||
-rw-r--r-- | php.spec | 12 |
2 files changed, 11 insertions, 5 deletions
@@ -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 :( @@ -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 <remi@remirepo.net> - 7.4.3~RC1-1 +- update to 7.4.3RC1 + * Tue Jan 28 2020 Remi Collet <remi@remirepo.net> - 7.4.2-2 - make sodium mandatory on EL-7, to avoid user confusion https://github.com/remicollet/remirepo/issues/137 |