summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-04 12:03:51 +0100
committerRemi Collet <remi@remirepo.net>2020-02-04 12:03:51 +0100
commit4ba04f12a0b8505eb6e9674ebc192a411079cb53 (patch)
treef3c52f465b31bbeebef401735f7850632f2b3d39
parent5a65044e28389b8540ad1256a3543da54d108f10 (diff)
update to 7.4.3RC1
-rw-r--r--failed.txt4
-rw-r--r--php.spec12
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 <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