diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-01 09:04:44 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-01 09:04:44 +0200 |
commit | 80d026b6b4ecab11c739b2d618a8b1925abfcc29 (patch) | |
tree | ca7422eca8b70b3980f4ee150781643102810d71 | |
parent | 09e3f9cda691a2c67d56237270f5f568d6cb578e (diff) |
rebuild for 8.1.0RC1
-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 8772bae..41047d6 100644 --- a/php-pecl-fann.spec +++ b/php-pecl-fann.spec @@ -29,7 +29,7 @@ Summary: Wrapper for FANN Library Name: %{?sub_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 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -223,6 +223,9 @@ fi %changelog +* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.2.0~RC1-3 +- rebuild for 8.1.0RC1 + * Thu Jun 10 2021 Remi Collet <remi@remirepo.net> - 1.2.0~RC1-2 - add patch for PHP 8.1 from https://github.com/bukka/phpc/pull/2 |