From f75db0df1cc97f05a72f0e942cb6140a51126bd4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Aug 2019 08:08:59 +0200 Subject: 7.3.9RC1 --- failed.txt | 2 +- php.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index cf40d3e..545e917 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.3.8 (2019-08-01) +===== 7.3.9RC1 (2019-08-15) $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log diff --git a/php.spec b/php.spec index 421324a..05c24f3 100644 --- a/php.spec +++ b/php.spec @@ -131,8 +131,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.8 -#global rcver RC1 +%global upver 7.3.9 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1891,6 +1891,9 @@ fi %changelog +* Mon Aug 19 2019 Remi Collet - 7.3.9~RC1-1 +- update to 7.3.9RC1 + * Tue Jul 30 2019 Remi Collet - 7.3.8-1 - Update to 7.3.8 - http://www.php.net/releases/7_3_8.php -- cgit