From 7791c686eeeae25335e6f6b1905d643fc00ef973 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Apr 2019 14:50:18 +0200 Subject: Update to 7.2.18 - http://www.php.net/releases/7_2_18.php --- failed.txt | 2 +- php.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/failed.txt b/failed.txt index 375210d..2c59588 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.2.18RC1 (2019-04-18) +===== 7.2.18 (2019-05-02) $ grep -ar 'Tests failed' /var/lib/mock/scl72*/build.log diff --git a/php.spec b/php.spec index 501f644..3f59cb4 100644 --- a/php.spec +++ b/php.spec @@ -126,7 +126,7 @@ %endif %global upver 7.2.18 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1888,6 +1888,9 @@ fi %changelog +* Tue Apr 30 2019 Remi Collet - 7.2.18-1 +- Update to 7.2.18 - http://www.php.net/releases/7_2_18.php + * Tue Apr 16 2019 Remi Collet - 7.2.18~RC1-1 - update to 7.2.18RC1 -- cgit