summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec12
1 files changed, 8 insertions, 4 deletions
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