summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-04 12:15:37 +0100
committerRemi Collet <remi@remirepo.net>2020-02-04 12:15:37 +0100
commit26db1211bcd170799a05ad14f01077ac9dcf917b (patch)
tree278716750e197a6f2d21ed56107a792f27838f2a
parent948ee97e75c706159b20013cf87462ab1cf40c11 (diff)
update to 7.4.3RC1
-rw-r--r--failed.txt2
-rw-r--r--php74.spec16
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 <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