summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php82.spec17
1 files changed, 10 insertions, 7 deletions
diff --git a/php82.spec b/php82.spec
index aadf4b6..9494f60 100644
--- a/php82.spec
+++ b/php82.spec
@@ -1,13 +1,13 @@
-# remirepo spec file for php81 SCL metapackage
+# remirepo spec file for php82 SCL metapackage
#
-# Copyright (c) 2018-2021 Remi Collet
+# Copyright (c) 2018-2022 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
%global scl_name_base php
-%global scl_name_version 81
+%global scl_name_version 82
%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
@@ -23,10 +23,10 @@
# do not produce empty debuginfo package
%global debug_package %{nil}
-Summary: Package that installs PHP 8.1
+Summary: Package that installs PHP 8.2
Name: %scl_name
-Version: 8.1
-Release: 2%{?dist}
+Version: 8.2
+Release: 1%{?dist}
License: GPLv2+
Source0: macros-build
@@ -54,7 +54,7 @@ Recommends: %{?scl_prefix}php-xml%{?_isa}
%description
This is the main package for %scl Software Collection,
-that install PHP 8.1 language.
+that install PHP 8.2 language.
%package runtime
@@ -258,6 +258,9 @@ restorecon -R %{_localstatedir} &>/dev/null || :
%changelog
+* Wed May 11 2022 Remi Collet <remi@remirepo.net> 8.2-1
+- initial package for 8.2
+
* Fri Jul 9 2021 Remi Collet <remi@remirepo.net> 8.1-2
- add weak dependencies on commonly used SAPI and extensions:
fpm, mbstring, opcache, pdo, sodium and xml