From 8e0a03bfa2f745cb0bdb20829256d6ea70f40eca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Nov 2022 09:20:25 +0100 Subject: update to 8.2.0RC7 --- failed.txt | 2 +- php82.spec | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index 1924a6e..b762944 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.2.0RC6 (2022-11-10) +===== 8.2.0RC7 (2022-11-24) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php82.spec b/php82.spec index 57216a1..b780ba6 100644 --- a/php82.spec +++ b/php82.spec @@ -108,13 +108,12 @@ %bcond_with zip %global upver 8.2.0 -%global rcver RC6 -%global lower RC6 +%global rcver RC7 Summary: PHP scripting language for creating dynamic web sites Name: php -Version: %{upver}%{?rcver:~%{lower}} -Release: 7%{?dist} +Version: %{upver}%{?rcver:~%{rcver}} +Release: 8%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2177,6 +2176,9 @@ fi %changelog +* Wed Nov 23 2022 Remi Collet - 8.2.0~RC7-8 +- update to 8.2.0RC7 + * Tue Nov 8 2022 Remi Collet - 8.2.0~RC6-7 - update to 8.2.0RC6 -- cgit