From 1072e4dcda413dc6c4840215104266e7c8f601a2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Sep 2020 08:43:45 +0200 Subject: update to 8.0.0rc1 bump ABI/API versions --- failed.txt | 2 +- php.spec | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index 98e5a77..c138256 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.8.0beta4 (2020-09-17) +===== 8.0.0rc1 (2020-10-01) $ grep -ar 'Tests failed' /var/lib/mock/scl80*/build.log diff --git a/php.spec b/php.spec index e26efdb..53daec8 100644 --- a/php.spec +++ b/php.spec @@ -23,8 +23,8 @@ %endif # API/ABI check -%global apiver 20200804 -%global zendver 20200804 +%global apiver 20200930 +%global zendver 20200930 %global pdover 20170320 # Extension version %global oci8ver 3.0.0 @@ -103,13 +103,13 @@ %global gh_owner php %global gh_project php-src %global upver 8.0.0 -%global rcver beta4 +%global rcver rc1 %global lower %{rcver} Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 33%{?dist} +Release: 34%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1804,6 +1804,10 @@ fi %changelog +* Wed Sep 30 2020 Remi Collet - 8.0.0~rc1-34 +- update to 8.0.0rc1 +- bump ABI/API versions + * Thu Sep 17 2020 Remi Collet - 8.0.0~beta4-33 - use %%bcond_without for dtrace, libgd, firebird, lsws, libpcre, imap tidy, freetds, sqlite3, enchant so can be disabled during rebuild -- cgit