diff options
-rw-r--r-- | php-smbclient.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/php-smbclient.spec b/php-smbclient.spec index d78ffaf..43e7cd5 100644 --- a/php-smbclient.spec +++ b/php-smbclient.spec @@ -1,14 +1,11 @@ # remirepo spec file for php-smbclient # -# Copyright (c) 2015-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2015-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # -# we don't want -z defs linker flag -%undefine _strict_symbol_defs_build - %if 0%{?scl:1} %scl_package php-smbclient @@ -33,7 +30,7 @@ Name: %{?scl_prefix}php-smbclient Version: 1.1.2 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP wrapper for libsmbclient @@ -190,6 +187,9 @@ cp %{SOURCE2} phpunit.xml %changelog +* Thu Sep 25 2025 Remi Collet <remi@remirepo.net> - 1.1.2-3 +- rebuild for PHP 8.5.0RC1 + * Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 1.1.2-2 - rebuild for 8.5.0alpha3 |