From 369887a414513f2ca334800dc14c208b2808e04b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 26 Jun 2016 17:21:02 +0200 Subject: php-pecl-fann: 1.1.1 --- REFLECTION | 2 +- php-pecl-fann.spec | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index 7560c61..13fd954 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #93 fann version 1.1.0 ] { +Extension [ extension #93 fann version 1.1.1 ] { - Constants [51] { Constant [ string FANN_VERSION ] { 2.2 } diff --git a/php-pecl-fann.spec b/php-pecl-fann.spec index df63f3a..27d8cfb 100644 --- a/php-pecl-fann.spec +++ b/php-pecl-fann.spec @@ -15,10 +15,9 @@ %else %global sub_prefix %{scl_prefix} %endif +%scl_package php-pecl-fann %endif -%{?scl: %scl_package php-pecl-fann} - %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name fann %global with_tests %{?_without_tests:0}%{!?_without_tests:1} @@ -31,7 +30,7 @@ Summary: Wrapper for FANN Library Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.1.0 +Version: 1.1.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages @@ -73,6 +72,10 @@ Obsoletes: php56w-pecl-%{pecl_name} <= %{version} Obsoletes: php70u-pecl-%{pecl_name} <= %{version} Obsoletes: php70w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.1" +Obsoletes: php71u-pecl-%{pecl_name} <= %{version} +Obsoletes: php71w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -227,6 +230,9 @@ fi %changelog +* Sun Jun 26 2016 Remi Collet - 1.1.1-1 +- update to 1.1.1 + * Thu Mar 31 2016 Remi Collet - 1.1.0-1 - update to 1.1.0 (stable, no change since RC2) -- cgit