diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-30 10:32:05 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-30 10:32:05 +0200 |
commit | 5ef7e1a1fa951fc603996f9289a38b79e536cf8a (patch) | |
tree | 7b7b4fd131e00fdcdce0d795cc2f72e33f3208ea | |
parent | 115d15aae217220061eaa5be665086774629dd1d (diff) |
rebuild for PHP 8.0.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 c60a748..676fcfd 100644 --- a/php-pecl-fann.spec +++ b/php-pecl-fann.spec @@ -27,7 +27,7 @@ Summary: Wrapper for FANN Library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.1.1 -Release: 18%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 19%{?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}-%{version}%{?prever}.tgz @@ -238,6 +238,9 @@ fi %changelog +* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 1.1.1-19 +- rebuild for PHP 8.0.0RC1 + * Wed Sep 2 2020 Remi Collet <remi@remirepo.net> - 1.1.1-18 - rebuild for PHP 8.0.0beta3 |