summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--failed.txt2
-rw-r--r--php72.spec8
2 files changed, 7 insertions, 3 deletions
diff --git a/failed.txt b/failed.txt
index c98a6a5..d4bf9b1 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.2.19RC1 (2019-05-16)
+===== 7.2.19 (2019-05-30)
$ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log
diff --git a/php72.spec b/php72.spec
index dc8a12a..ad9ec1d 100644
--- a/php72.spec
+++ b/php72.spec
@@ -115,12 +115,12 @@
%endif
%global upver 7.2.19
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 1%{?dist}
+Release: 2%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -2199,6 +2199,10 @@ fi
%changelog
+* 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
+
* Wed May 15 2019 Remi Collet <remi@remirepo.net> - 7.2.19~RC1-1
- update to 7.2.19RC1