From 6314eaf37a833459f3f6c463d21854188d1024df Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Oct 2019 12:58:18 +0200 Subject: Update to 7.3.11 - http://www.php.net/releases/7_3_11.php --- failed.txt | 2 +- php.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/failed.txt b/failed.txt index 8c981b3..146398f 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.3.11RC1 (2019-10-10) +===== 7.3.11 (2019-10-24) $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log diff --git a/php.spec b/php.spec index b07c4d7..24a2c28 100644 --- a/php.spec +++ b/php.spec @@ -132,7 +132,7 @@ %endif %global upver 7.3.11 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1899,6 +1899,9 @@ fi %changelog +* Tue Oct 22 2019 Remi Collet - 7.3.11-1 +- Update to 7.3.11 - http://www.php.net/releases/7_3_11.php + * Tue Oct 8 2019 Remi Collet - 7.3.11~RC1-1 - update to 7.3.11RC1 -- cgit