From d1dba8e13684512af6ae0d68e3101a83a2f3e1ae Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Nov 2019 09:11:42 +0100 Subject: update to 7.4.0 GA --- failed.txt | 2 +- php.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index c35a738..44b6fe5 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.4.0RC6 (2019-11-14) +===== 7.4.0 (2019-11-28) $ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log diff --git a/php.spec b/php.spec index d6c63bb..f753547 100644 --- a/php.spec +++ b/php.spec @@ -103,13 +103,13 @@ %global gh_owner php %global gh_project php-src %global upver 7.4.0 -%global rcver RC6 -%global lower rc6 +#global rcver RC6 +#global lower rc6 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 34%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1808,6 +1808,9 @@ fi %changelog +* Wed Nov 27 2019 Remi Collet - 7.4.0-1 +- update to 7.4.0 GA + * Mon Nov 11 2019 Remi Collet - 7.4.0~rc6-34 - update to 7.4.0RC6 -- cgit