From a16f8f1eddbcd842686afdee505200bf681f4f95 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Oct 2022 11:41:53 +0200 Subject: update to 8.2.0RC4 --- failed.txt | 2 +- php.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index c954f64..eda8267 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.2.0RC3 (2022-09-29) +===== 8.2.0RC4 (2022-10-13) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php.spec b/php.spec index 89b5356..58e532f 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 RC3 +%global rcver RC4 %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: 16%{?dist} +Release: 17%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1848,6 +1848,9 @@ fi %changelog +* Tue Oct 11 2022 Remi Collet - 8.2.0~rc4-17 +- update to 8.2.0RC4 + * Wed Sep 28 2022 Remi Collet - 8.2.0~rc3-16 - update to 8.2.0RC3 -- cgit