diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-08 10:10:46 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-08 10:10:46 +0200 |
commit | cf0f99a53bfa268dec1320d2814a961596959265 (patch) | |
tree | ee03ba53c240eb4533548facd5c1297da1a88694 | |
parent | da777dfce518a0a0e975134b531bcb33c22fc687 (diff) |
update to 8.2.0alpha1
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php-8.2.0-parser.patch | 2 | ||||
-rw-r--r-- | php.spec | 13 |
3 files changed, 10 insertions, 7 deletions
@@ -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)) { @@ -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 <remi@remirepo.net> - 8.2.0~alpha1-6 +- update to 8.2.0alpha1 + * Mon May 30 2022 Remi Collet <remi@remirepo.net> - 8.2.0~DEV.20220530-5 - refresh |