From 3cb7bb9a4ff559391c0a33ec78f80afdc991de16 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Jul 2018 12:47:46 +0200 Subject: Update to 7.1.20 - http://www.php.net/releases/7_1_20.php --- failed.txt | 2 +- php.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/failed.txt b/failed.txt index 098ecb5..75aa835 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.1.20RC1 (2018-07-06) +===== 7.1.20 (2018-07-19) $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log diff --git a/php.spec b/php.spec index e347dba..8f118d2 100644 --- a/php.spec +++ b/php.spec @@ -121,7 +121,7 @@ %endif %global upver 7.1.20 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1841,6 +1841,9 @@ fi %changelog +* Thu Jul 19 2018 Remi Collet - 7.1.20-1 +- Update to 7.1.20 - http://www.php.net/releases/7_1_20.php + * Fri Jul 6 2018 Remi Collet - 7.1.20~RC1-1 - update to 7.1.20RC1 -- cgit