diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-25 07:20:15 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-25 07:20:15 +0200 |
commit | 4571642203e63831f658c01feeac19e915224be3 (patch) | |
tree | 93cd49398d3d430081e7d83981475ebc1c7b0532 /php-pecl-fann.spec | |
parent | c30536b23123d92e9450981f749183adeb628db2 (diff) |
Diffstat (limited to 'php-pecl-fann.spec')
-rw-r--r-- | php-pecl-fann.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-pecl-fann.spec b/php-pecl-fann.spec index 89ab556..7a60d1b 100644 --- a/php-pecl-fann.spec +++ b/php-pecl-fann.spec @@ -3,9 +3,9 @@ # # Fedora spec file for php-pecl-fann # -# 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 # @@ -26,7 +26,7 @@ Summary: Wrapper for FANN Library Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP-3.01 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{sources}.tgz @@ -172,6 +172,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Sep 25 2025 Remi Collet <remi@remirepo.net> - 1.2.0-3 +- rebuild for PHP 8.5.0RC1 + * Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 1.2.0-2 - rebuild for 8.5.0alpha3 |