diff options
Diffstat (limited to 'php-pecl-couchbase4.spec')
-rw-r--r-- | php-pecl-couchbase4.spec | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/php-pecl-couchbase4.spec b/php-pecl-couchbase4.spec index 00bf04f..830f4c1 100644 --- a/php-pecl-couchbase4.spec +++ b/php-pecl-couchbase4.spec @@ -1,8 +1,8 @@ # remirepo spec file for php-pecl-couchbase4 # -# Copyright (c) 2013-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2013-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -27,7 +27,7 @@ Summary: Couchbase Server PHP extension Name: %{?scl_prefix}php-pecl-couchbase4 -Version: 4.2.5 +Version: 4.2.6 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Apache-2.0 # src @@ -231,6 +231,10 @@ install -D -m 644 package.xml %{buildroot}%{pecl_xmldir}/%{name}.xml %changelog +* Thu Jan 30 2025 Remi Collet <remi@remirepo.net> - 4.2.6-1 +- update to 4.2.6 +- re-license spec file to CECILL-2.1 + * Mon Nov 25 2024 Remi Collet <remi@remirepo.net> - 4.2.5-1 - update to 4.2.5 |