From afb058cd0f9a1862a4f38b604e461f21091714a6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Apr 2024 10:25:27 +0200 Subject: Update to 8.1.28 - http://www.php.net/releases/8_1_28.php --- failed.txt | 2 +- php.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index c935314..7d45120 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.1.27 (2023-12-21) +===== 8.1.28 (2024-04-11) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php.spec b/php.spec index 0d059c4..a474615 100644 --- a/php.spec +++ b/php.spec @@ -129,13 +129,13 @@ #global gh_date 20210809 %global gh_owner php %global gh_project php-src -%global upver 8.1.27 +%global upver 8.1.28 #global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -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 @@ -1867,6 +1867,9 @@ fi %changelog +* Wed Apr 10 2024 Remi Collet - 8.1.28-1 +- Update to 8.1.28 - http://www.php.net/releases/8_1_28.php + * Wed Mar 6 2024 Remi Collet - 8.1.27-2 - use oracle client library version 21.13 on x86_64 - patch test suite for zlib-ng -- cgit