From d8e6761930f8fde62e4cf682950572fe20c2429b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 24 Oct 2023 14:48:04 +0200 Subject: update to 8.3.0RC5 --- failed.txt | 2 +- php.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/failed.txt b/failed.txt index 0939780..ad9eda5 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.3.0RC4 (2023-10-12) +===== 8.3.0RC5 (2023-10-26) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php.spec b/php.spec index 84512b0..61672b5 100644 --- a/php.spec +++ b/php.spec @@ -130,7 +130,7 @@ %global gh_owner php %global gh_project php-src %global upver 8.3.0 -%global rcver RC4 +%global rcver RC5 %global rclower %(echo %{rcver} | tr '[:upper:]' '[:lower:]') # TODO set PHP_EXTRA_VERSION for EOL version @@ -1874,6 +1874,9 @@ fi %changelog +* Tue Oct 24 2023 Remi Collet - 8.3.0~rc5-1 +- update to 8.3.0RC5 + * Wed Oct 11 2023 Remi Collet - 8.3.0~rc4-1 - update to 8.3.0RC4 -- cgit