summaryrefslogtreecommitdiffstats
path: root/php73.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php73.spec')
-rw-r--r--php73.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php73.spec b/php73.spec
index 98aae02..bb44514 100644
--- a/php73.spec
+++ b/php73.spec
@@ -121,12 +121,12 @@
%endif
%global upver 7.3.20
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-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
@@ -2259,6 +2259,9 @@ fi
%changelog
+* Tue Jul 7 2020 Remi Collet <remi@remirepo.net> - 7.3.20-1
+- Update to 7.3.20 - http://www.php.net/releases/7_3_20.php
+
* Tue Jun 23 2020 Remi Collet <remi@remirepo.net> - 7.3.20~RC1-2
- display build system and provider in phpinfo (from 8.0)