summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php85.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php85.spec b/php85.spec
index 546ad08..4b13e98 100644
--- a/php85.spec
+++ b/php85.spec
@@ -1,4 +1,4 @@
-# remirepo spec file for php84 SCL metapackage
+# remirepo spec file for php85 SCL metapackage
#
# SPDX-FileCopyrightText: Copyright 2018-2025 Remi Collet
# SPDX-License-Identifier: CECILL-2.1
@@ -7,8 +7,8 @@
# Please, preserve the changelog entries
#
%global scl_name_base php
-%global scl_name_version 84
-%global scl_name_verdot 8.4
+%global scl_name_version 85
+%global scl_name_verdot 8.5
%global scl %{scl_name_base}%{scl_name_version}
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_root_sysconfdir}/rpm; echo $d)
%global install_scl 1
@@ -253,6 +253,9 @@ restorecon -R %{_localstatedir} &>/dev/null || :
%changelog
+* Mon Jun 30 2025 Remi Collet <remi@remirepo.net> 8.5-1
+- initial package for 8.5
+
* Fri Feb 14 2025 Remi Collet <remi@remirepo.net> 8.4-2
- F42: fix dependencies
- re-license spec file to CECILL-2.1