summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-fann.spec9
1 files changed, 8 insertions, 1 deletions
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 <remi@fedoraproject.org> - 1.0.6-1
+- Update to 1.0.6 (stable)
+
* Fri Nov 29 2013 Remi Collet <rcollet@redhat.com> - 1.0.5-1
- adapt for SCL