From 7273bdea7f845a6460918026d28755da638408ba Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Aug 2022 17:02:20 +0200 Subject: update to 8.2.0beta2 --- failed.txt | 4 ++-- php.spec | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index d639d38..e55c8b6 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.2.0beta1 (2022-07-21) +===== 8.2.0beta2 (2022-08-04) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -10,7 +10,7 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log el8x: - 5 Test setlocale() function : usage variations - Setting all available locales in the platform [ext/standard/tests/strings/setlocale_variation2.phpt] + 3 Test setlocale() function : usage variations - Setting all available locales in the platform [ext/standard/tests/strings/setlocale_variation2.phpt] (1) proc_open give erratic test results :( diff --git a/php.spec b/php.spec index bce0ec9..f5cc509 100644 --- a/php.spec +++ b/php.spec @@ -123,13 +123,13 @@ %global gh_owner php %global gh_project php-src %global upver 8.2.0 -%global rcver beta1 +%global rcver beta2 %global lower %(echo %{rcver} | tr '[:upper:]' '[:lower:]') Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 9%{?dist} +Release: 10%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1844,6 +1844,9 @@ fi %changelog +* Tue Aug 2 2022 Remi Collet - 8.2.0~beta2-10 +- update to 8.2.0beta2 + * Wed Jul 20 2022 Remi Collet - 8.2.0~beta1-9 - update to 8.2.0beta1 - new random extension -- cgit