From fb344c5b4b597a5a5d1d50e3b37ddc14dbab4612 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Aug 2024 06:51:24 +0200 Subject: update to 8.3.11RC2 --- failed.txt | 5 +++-- php83.spec | 7 +++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index 07f1978..fb4cc2d 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.3.11RC1 (2024-08-15) +===== 8.3.11RC2 (2024-08-22) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -6,11 +6,12 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el8x83/build.log:Tests failed : 0 /var/lib/mock/el9a83/build.log:Tests failed : 0 /var/lib/mock/el9x83/build.log:Tests failed : 0 -/var/lib/mock/fc38x83/build.log:Tests failed : 0 /var/lib/mock/fc39a83/build.log:Tests failed : 0 /var/lib/mock/fc39x83/build.log:Tests failed : 0 /var/lib/mock/fc40a83/build.log:Tests failed : 0 /var/lib/mock/fc40x83/build.log:Tests failed : 0 +/var/lib/mock/fc41a83/build.log:Tests failed : 0 +/var/lib/mock/fc41x83/build.log:Tests failed : 0 diff --git a/php83.spec b/php83.spec index 0534362..31d4376 100644 --- a/php83.spec +++ b/php83.spec @@ -126,13 +126,13 @@ %bcond_with zip %global upver 8.3.11 -%global rcver RC1 +%global rcver RC2 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2239,6 +2239,9 @@ fi %changelog +* Thu Aug 22 2024 Remi Collet - 8.3.11~RC2-1 +- update to 8.3.11RC2 + * Wed Aug 14 2024 Remi Collet - 8.3.11~RC1-2 - allow to build using libiodbc instead of unixODBC (--with iodbc) -- cgit