From a492987202f931c39dd29daa6ac5de4368c9cb5d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Apr 2019 18:11:32 +0200 Subject: Update to 7.3.4 - http://www.php.net/releases/7_3_4.php --- failed.txt | 2 +- php.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index 7154030..b6b3400 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.3.4RC1 (2019-03-21) +===== 7.3.4 (2019-04-04) $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log diff --git a/php.spec b/php.spec index b4e8304..d4eb443 100644 --- a/php.spec +++ b/php.spec @@ -130,13 +130,13 @@ %endif %global upver 7.3.4 -%global rcver RC1 -%global lower RC1 +#global rcver RC1 +#global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}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 @@ -1887,6 +1887,9 @@ fi %changelog +* Tue Apr 2 2019 Remi Collet - 7.3.4-1 +- Update to 7.3.4 - http://www.php.net/releases/7_3_4.php + * Thu Mar 21 2019 Remi Collet - 7.3.4~RC1-2 - update to 7.3.4RC1 new tag - add upstream patches for failed tests -- cgit