From 826db6e4be8b9f66b5fbac5048a92a1ecbef0819 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Jan 2014 09:12:29 +0100 Subject: php-pecl-fann: 1.0.6 (stable) --- php-pecl-fann.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'php-pecl-fann.spec') diff --git a/php-pecl-fann.spec b/php-pecl-fann.spec index 234e909..60ea2a3 100644 --- a/php-pecl-fann.spec +++ b/php-pecl-fann.spec @@ -16,7 +16,7 @@ Summary: Wrapper for FANN Library Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.0.5 +Version: 1.0.6 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages @@ -142,6 +142,10 @@ fi %check +# temporary skip this one because of memory corruption in libfann +# see https://bugzilla.redhat.com/1047627 +rm ?TS/tests/fann_create_from_file_basic.phpt + cd NTS # Minimal load test for NTS extension %{__php} --no-php-ini \ @@ -190,6 +194,9 @@ rm -rf %{buildroot} %changelog +* Wed Jan 01 2014 Remi Collet - 1.0.6-1 +- Update to 1.0.6 (stable) + * Fri Nov 29 2013 Remi Collet - 1.0.5-1 - adapt for SCL -- cgit