From 41dc7f3d332e686043077b8d3119fc72f4cc4ea6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jun 2019 13:35:03 +0200 Subject: 7.3.7RC2 --- failed.txt | 2 +- php.spec | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index f005d8a..c5cec1c 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.3.7 (2019-06-13) +===== 7.3.7RC2 (2019-06-20) $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log diff --git a/php.spec b/php.spec index ed890d9..c922d5d 100644 --- a/php.spec +++ b/php.spec @@ -132,13 +132,12 @@ %endif %global upver 7.3.7 -%global rcver RC1 -%global lower RC1 +%global rcver RC2 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: %{upver}%{?rcver:~%{lower}} -Release: 2%{?dist} +Version: %{upver}%{?rcver:~%{rcver}} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1889,6 +1888,9 @@ fi %changelog +* Tue Jun 18 2019 Remi Collet - 7.3.7~RC2-1 +- update to 7.3.7RC2 + * Mon Jun 17 2019 Remi Collet - 7.3.7~RC1-2 - use oracle client library version 19.3 -- cgit