From 28b18ad442a9d1ada1ad25f17685000e9abb81ec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Sep 2016 20:41:16 +0200 Subject: PHP 7.1.0RC2 (SCL) + extension mass rebuild --- php-pecl-fann.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-fann.spec') 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 - 1.1.1-2 +- rebuild for PHP 7.1 new API version + * Sun Jun 26 2016 Remi Collet - 1.1.1-1 - update to 1.1.1 -- cgit