From 727d144345549abac5abd71c93e7496e228a98d6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 May 2019 11:29:34 +0200 Subject: v7.2.19 --- failed.txt | 2 +- php72.spec | 8 ++++++-- 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 - 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 - 7.2.19~RC1-1 - update to 7.2.19RC1 -- cgit