summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-06-11 14:51:51 +0200
committerRemi Collet <remi@remirepo.net>2019-06-11 14:51:51 +0200
commitc775e1bb5a8770aa01641855966ead2033c5a9ca (patch)
tree0cea84cb414df9598dc8d473cf925c9a4b70e53c
parent727d144345549abac5abd71c93e7496e228a98d6 (diff)
v7.2.20RC1
-rw-r--r--failed.txt2
-rw-r--r--php72.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/failed.txt b/failed.txt
index d4bf9b1..2465ea1 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.2.19 (2019-05-30)
+===== 7.2.20RC1 (2019-06-13)
$ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log
diff --git a/php72.spec b/php72.spec
index ad9ec1d..baef5fa 100644
--- a/php72.spec
+++ b/php72.spec
@@ -114,13 +114,13 @@
%global db_devel libdb-devel
%endif
-%global upver 7.2.19
-#global rcver RC1
+%global upver 7.2.20
+%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
@@ -2199,6 +2199,9 @@ fi
%changelog
+* Tue Jun 11 2019 Remi Collet <remi@remirepo.net> - 7.2.20~RC1-1
+- update to 7.2.20RC1
+
* Wed May 29 2019 Remi Collet <remi@remirepo.net> - 7.2.19-2
- Update to 7.2.19 - http://www.php.net/releases/7_2_19.php
- add httpd and nginx configuration files for FPM in documentation