summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-11-19 09:50:00 +0100
committerRemi Collet <remi@php.net>2025-11-19 09:50:00 +0100
commit7543a8bd9d7ff4401e402e12b8a0117a4194899f (patch)
treef10e408c70ede7aa046ebecca3030fbd70ac0792
parent07347b86eaec68f6fc038039edef5c8978041a37 (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--php.spec10
2 files changed, 8 insertions, 4 deletions
diff --git a/failed.txt b/failed.txt
index 7d49643..c3a7439 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/php.spec b/php.spec
index ecfb224..2aef565 100644
--- a/php.spec
+++ b/php.spec
@@ -131,7 +131,7 @@
%global gh_owner php
%global gh_project php-src
%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
@@ -151,10 +151,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
@@ -1889,6 +1889,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