summaryrefslogtreecommitdiffstats
path: root/php-pecl-fann.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-02 09:42:30 +0200
committerRemi Collet <remi@remirepo.net>2020-09-02 09:42:30 +0200
commit115d15aae217220061eaa5be665086774629dd1d (patch)
treecb4fb5abee6ce28c5078dc4dd559fe0a0bff37b7 /php-pecl-fann.spec
parent8e9422b065b867a366fde3626ea5697fe05aec89 (diff)
rebuild for PHP 8.0.0beta3
Diffstat (limited to 'php-pecl-fann.spec')
-rw-r--r--php-pecl-fann.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-fann.spec b/php-pecl-fann.spec
index 5adbc21..c60a748 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: 17%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 18%{?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 2 2020 Remi Collet <remi@remirepo.net> - 1.1.1-18
+- rebuild for PHP 8.0.0beta3
+
* Tue Aug 25 2020 Remi Collet <remi@remirepo.net> - 1.1.1-17
- add patches for PHP8 from
https://github.com/bukka/php-fann/pull/42