From 317c554ba8dfd13cbf2668fae710dbdba059d172 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Sep 2020 08:43:58 +0200 Subject: update to 8.0.0rc1 bump ABI/API versions --- failed.txt | 2 +- php80.spec | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index b108eff..437eb22 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.0.0beta4 (2020-09-17) +===== 8.0.0rc1 (2020-10-01) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log diff --git a/php80.spec b/php80.spec index b589d24..ba6115f 100644 --- a/php80.spec +++ b/php80.spec @@ -8,13 +8,13 @@ # Please preserve changelog entries # # API/ABI check -%global apiver 20200804 -%global zendver 20200804 +%global apiver 20200930 +%global zendver 20200930 %global pdover 20170320 # Extension version %global fileinfover 1.0.5 %global oci8ver 3.0.0 -%global zipver 1.19.1-dev +%global zipver 1.19.1 # Adds -z now to the linker flags %global _hardened_build 1 @@ -90,13 +90,13 @@ %bcond_with zip %global upver 8.0.0 -%global rcver beta4 -%global lower beta4 +%global rcver rc1 +%global lower rc1 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -Release: 4%{?dist} +Release: 5%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2138,6 +2138,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-4 - drop mod_php for ZTS (have never be suported) - use %%bcond_without for dtrace, libgd, firebird, lsws, libpcre and zts -- cgit