diff options
| -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  | 
