From cf0f99a53bfa268dec1320d2814a961596959265 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Jun 2022 10:10:46 +0200 Subject: update to 8.2.0alpha1 --- failed.txt | 2 +- php-8.2.0-parser.patch | 2 +- php.spec | 13 ++++++++----- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index d91700d..376541e 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.2.0-dev (2022-05-30) +===== 8.2.0alpha1 (2022-06-09) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php-8.2.0-parser.patch b/php-8.2.0-parser.patch index b648290..1b4cdaa 100644 --- a/php-8.2.0-parser.patch +++ b/php-8.2.0-parser.patch @@ -11,6 +11,6 @@ diff -up ./build/gen_stub.php.syslib ./build/gen_stub.php + return; + } + - $version = "4.13.2"; + $version = "4.14.0"; $phpParserDir = __DIR__ . "/PHP-Parser-$version"; if (!is_dir($phpParserDir)) { diff --git a/php.spec b/php.spec index bef919b..064737e 100644 --- a/php.spec +++ b/php.spec @@ -119,17 +119,17 @@ %global gh_commit e2e2d2997328951de813fd157b6b4bf8701d8607 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20220530 +#global gh_date 20220530 %global gh_owner php %global gh_project php-src %global upver 8.2.0 -%global rcver -dev -%global lower DEV +%global rcver alpha1 +%global lower %(echo %{rcver} | tr '[:upper:]' '[:lower:]') Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 5%{?dist} +Version: %{upver}%{?rcver:~%{lower}}%{?gh_date:.%{gh_date}} +Release: 6%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1842,6 +1842,9 @@ fi %changelog +* Wed Jun 8 2022 Remi Collet - 8.2.0~alpha1-6 +- update to 8.2.0alpha1 + * Mon May 30 2022 Remi Collet - 8.2.0~DEV.20220530-5 - refresh -- cgit