From 5ce5e8f5802af8693c2c081e737d15acb0ac3c3f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Nov 2025 09:01:19 +0100 Subject: Update to 8.4.15 - http://www.php.net/releases/8_4_15.php switch to bz2 archive to workaround RHEL-125143 --- failed.txt | 2 +- php.spec | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index b1f964a..f89662c 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.4.15RC1 (2025-11-06) +===== 8.4.15 (2025-11-20) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php.spec b/php.spec index 79a6546..24bde42 100644 --- a/php.spec +++ b/php.spec @@ -94,7 +94,7 @@ %global gh_owner php %global gh_project php-src %global upver 8.4.15 -%global rcver RC1 +#global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -114,10 +114,10 @@ URL: http://www.php.net/ %if 0%{?gh_date} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{upver}-%{gh_short}.tar.gz %else -Source0: http://www.php.net/distributions/php-%{upver}%{?rcver}.tar.xz +Source0: http://www.php.net/distributions/php-%{upver}%{?rcver}.tar.bz2 # See https://secure.php.net/gpg-keys.php Source20: https://www.php.net/distributions/php-keyring.gpg -Source21: https://www.php.net/distributions/php-%{upver}%{?rcver}.tar.xz.asc +Source21: https://www.php.net/distributions/php-%{upver}%{?rcver}.tar.bz2.asc %endif Source1: php.conf Source2: php.ini @@ -1658,6 +1658,10 @@ fi %changelog +* Wed Nov 19 2025 Remi Collet - 8.4.15-1 +- Update to 8.4.15 - http://www.php.net/releases/8_4_15.php +- switch to bz2 archive to workaround RHEL-125143 + * Wed Nov 5 2025 Remi Collet - 8.4.15~RC1-1 - Update to 8.4.15RC1 -- cgit