diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
commit | 28b18ad442a9d1ada1ad25f17685000e9abb81ec (patch) | |
tree | f46078db13b015ad0906a82b6f5e530ceed5fb2d | |
parent | 369887a414513f2ca334800dc14c208b2808e04b (diff) |
PHP 7.1.0RC2 (SCL) + extension mass rebuild
-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 27d8cfb..d635ae8 100644 --- a/php-pecl-fann.spec +++ b/php-pecl-fann.spec @@ -31,7 +31,7 @@ Summary: Wrapper for FANN Library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.1.1 -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 Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -230,6 +230,9 @@ fi %changelog +* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 1.1.1-2 +- rebuild for PHP 7.1 new API version + * Sun Jun 26 2016 Remi Collet <remi@fedoraproject.org> - 1.1.1-1 - update to 1.1.1 |