From 6714d88d02a1d65ab3ae881674bc1fce1429cc1c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 4 Jan 2023 08:29:18 +0100 Subject: Update to 8.2.1 - http://www.php.net/releases/8_2_1.php --- failed.txt | 2 +- php82.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 3dcda09..b5e6fd4 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.2.1RC1 (2022-12-15) +===== 8.2.1 (2023-01-05) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php82.spec b/php82.spec index fe00031..ee56537 100644 --- a/php82.spec +++ b/php82.spec @@ -108,12 +108,12 @@ %bcond_with zip %global upver 8.2.1 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 3%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2178,6 +2178,9 @@ fi %changelog +* Wed Jan 4 2023 Remi Collet - 8.2.1-1 +- Update to 8.2.1 - http://www.php.net/releases/8_2_1.php + * Tue Dec 20 2022 Remi Collet - 8.2.1~RC1-3 - add upstream patch for failing test -- cgit