From 714c912e9d4e884d7d8e4e2b6dc2dfaba6f4fce3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Oct 2019 12:17:03 +0200 Subject: update to 7.2.24RC1 --- failed.txt | 2 +- php.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index ccf92c2..969e1af 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.2.23 (2019-09-26) +===== 7.2.24RC1 (2019-10-10) $ grep -ar 'Tests failed' /var/lib/mock/scl72*/build.log diff --git a/php.spec b/php.spec index e583dad..b89c66c 100644 --- a/php.spec +++ b/php.spec @@ -131,8 +131,8 @@ %global db_devel libdb-devel %endif -%global upver 7.2.23 -#global rcver RC1 +%global upver 7.2.24 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1900,6 +1900,9 @@ fi %changelog +* Tue Oct 8 2019 Remi Collet - 7.2.24~RC1-1 +- update to 7.2.24RC1 + * Wed Sep 25 2019 Remi Collet - 7.2.23-1 - Update to 7.2.23 - http://www.php.net/releases/7_2_23.php -- cgit