summaryrefslogtreecommitdiffstats
path: root/php86.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php86.spec')
-rw-r--r--php86.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php86.spec b/php86.spec
index 9805b04..05ae126 100644
--- a/php86.spec
+++ b/php86.spec
@@ -1,4 +1,4 @@
-# remirepo spec file for php85 SCL metapackage
+# remirepo spec file for php86 SCL metapackage
#
# SPDX-FileCopyrightText: Copyright 2018-2026 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 85
-%global scl_name_verdot 8.5
+%global scl_name_version 86
+%global scl_name_verdot 8.6
%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
@@ -22,7 +22,7 @@
Summary: Package that installs PHP %{scl_name_verdot}
Name: %{scl_name}
Version: %{scl_name_verdot}
-Release: 2%{?dist}
+Release: 1%{?dist}
License: GPL-2.0-or-later
Source0: macros-build
@@ -257,6 +257,9 @@ restorecon -R %{_localstatedir} &>/dev/null || :
%changelog
+* Thu Jul 2 2026 Remi Collet <remi@remirepo.net> 8.6-1
+- initial package for 8.6
+
* Fri Jun 5 2026 Remi Collet <remi@remirepo.net> 8.5-2
- workaround for selinux context on /var/opt
https://github.com/remicollet/remirepo/issues/323