From 80d30a263cee646d9395ff2018b2a0658bed7ed1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jun 2019 15:06:06 +0200 Subject: 7.3.7RC2 --- failed.txt | 2 +- php73.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index 42e86ee..d9342c2 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.3.7 (2019-06-13) +===== 7.3.7RC2 (2019-06-20) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log diff --git a/php73.spec b/php73.spec index 7427365..9af78fb 100644 --- a/php73.spec +++ b/php73.spec @@ -117,13 +117,13 @@ %endif %global upver 7.3.7 -%global rcver RC1 -%global lower RC1 +%global rcver RC2 +%global lower RC2 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2231,6 +2231,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