summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-11-19 09:49:50 +0100
committerRemi Collet <remi@php.net>2025-11-19 09:49:50 +0100
commitd2aa3b9afda85ccca44cf606e88a5679ac8f1756 (patch)
tree81681a5a95626f5fff321c917bf5a5846a689580
parentd5e0b01d8b9c32e00b328578e3586ab5765eb213 (diff)
Update to 8.3.28 - http://www.php.net/releases/8_3_28.phpv8.3.28
switch to bz2 archive to workaround RHEL-125143
-rw-r--r--failed.txt2
-rw-r--r--php83.spec10
2 files changed, 8 insertions, 4 deletions
diff --git a/failed.txt b/failed.txt
index fb84786..d88e7d7 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.3.28RC1 (2025-11-06)
+===== 8.3.28 (2025-11-20)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
diff --git a/php83.spec b/php83.spec
index 80e0179..3192135 100644
--- a/php83.spec
+++ b/php83.spec
@@ -123,7 +123,7 @@
%bcond_with zip
%global upver 8.3.28
-%global rcver RC1
+#global rcver RC1
# TODO set PHP_EXTRA_VERSION for EOL version
Summary: PHP scripting language for creating dynamic web sites
@@ -140,7 +140,7 @@ Release: 1%{?dist}
License: PHP-3.01 AND Zend-2.0 AND BSD-2-Clause AND MIT AND Apache-1.0 AND NCSA AND BSL-1.0
URL: http://www.php.net/
-Source0: http://www.php.net/distributions/php-%{upver}%{?rcver}.tar.xz
+Source0: http://www.php.net/distributions/php-%{upver}%{?rcver}.tar.bz2
Source1: php.conf
Source2: php.ini
Source3: macros.php
@@ -156,7 +156,7 @@ Source13: nginx-fpm.conf
Source14: nginx-php.conf
# 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
# Configuration files for some extensions
Source50: 10-opcache.ini
Source51: opcache-default.blacklist
@@ -2233,6 +2233,10 @@ fi
%changelog
+* Wed Nov 19 2025 Remi Collet <remi@remirepo.net> - 8.3.28-1
+- Update to 8.3.28 - http://www.php.net/releases/8_3_28.php
+- switch to bz2 archive to workaround RHEL-125143
+
* Tue Nov 4 2025 Remi Collet <remi@remirepo.net> - 8.3.28~RC1-1
- update to 8.3.28RC1