diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-30 16:08:08 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-30 16:08:08 +0200 |
commit | c30536b23123d92e9450981f749183adeb628db2 (patch) | |
tree | 4f46baa8498aef18687fc7b0ce25ca24f4d2ec5b | |
parent | 4fda0bbd5d1410d57541791a350fc0a4d91f0fcc (diff) |
-rw-r--r-- | php-pecl-fann.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-fann.spec b/php-pecl-fann.spec index 3d98e83..89ab556 100644 --- a/php-pecl-fann.spec +++ b/php-pecl-fann.spec @@ -26,7 +26,7 @@ Summary: Wrapper for FANN Library Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?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 +* Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 1.2.0-2 +- rebuild for 8.5.0alpha3 + * Thu Feb 22 2024 Remi Collet <remi@remirepo.net> - 1.2.0-1 - update to 1.2.0 - run tests in parallel |