From 7b66c17ed63623fb49a8e4bfb3ded259323cd6ea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 11:14:39 +0200 Subject: - update to 7.4.0RC1 - bump API number to 20190902 --- failed.txt | 5 +++-- php.spec | 14 +++++++++----- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index 41fc70b..e8f8dd9 100644 --- a/failed.txt +++ b/failed.txt @@ -1,11 +1,12 @@ -===== 7.4.0beta4 (2019-08-22) +===== 7.4.0RC1 (2019-09-05) $ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log /var/lib/mock/scl74el7x/build.log:Tests failed : 0 -/var/lib/mock/scl74el8x/build.log:Tests failed : 15 +/var/lib/mock/scl74el8x/build.log:Tests failed : 16 /var/lib/mock/scl74fc29x/build.log:Tests failed : 0 /var/lib/mock/scl74fc30x/build.log:Tests failed : 0 +/var/lib/mock/scl74fc31x/build.log:Tests failed : 0 diff --git a/php.spec b/php.spec index 4d9a31e..f95e9ac 100644 --- a/php.spec +++ b/php.spec @@ -22,8 +22,8 @@ %endif # API/ABI check -%global apiver 20190529 -%global zendver 20190529 +%global apiver 20190902 +%global zendver 20190902 %global pdover 20170320 # Extension version %global oci8ver 2.2.0 @@ -102,13 +102,13 @@ %global gh_owner php %global gh_project php-src %global upver 7.4.0 -%global rcver beta4 -%global lower beta4 +%global rcver RC1 +%global lower rc1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 17%{?dist} +Release: 18%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1779,6 +1779,10 @@ fi %changelog +* Tue Sep 3 2019 Remi Collet - 7.4.0~rc1-17 +- update to 7.4.0RC1 +- bump API number to 20190902 + * Tue Aug 20 2019 Remi Collet - 7.4.0~beta4-17 - update to 7.4.0beta4 -- cgit