[python-pybloomfiltermmap] Remove comment about the test suite since it's enabled now.

Athmane Madjoudj athmane at fedoraproject.org
Sat Mar 1 01:27:56 UTC 2014


commit 4c4b473cc02ec19f7a5e2d6a76b393312a3a7d91
Author: Athmane Madjoudj <athmane at fedoraproject.org>
Date:   Sat Mar 1 02:28:33 2014 +0100

    Remove comment about the test suite since it's enabled now.

 python-pybloomfiltermmap.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/python-pybloomfiltermmap.spec b/python-pybloomfiltermmap.spec
index e611322..3dd16b9 100644
--- a/python-pybloomfiltermmap.spec
+++ b/python-pybloomfiltermmap.spec
@@ -6,7 +6,7 @@
 
 Name:           python-pybloomfiltermmap
 Version:        0.3.12
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Bloom filter (bloomfilter) for Python built on mmap
 
 License:        MIT
@@ -27,7 +27,6 @@ correct library for Bloom Filters in Python.
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 
 %check
-# Disable check section for now since test-suite fails
 %{__python} setup.py test
 
 %install
@@ -40,6 +39,9 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 
 
 %changelog
+* Sat Mar 01 2014 Athmane Madjoudj <athmane at fedoraproject.org>  0.3.12-2
+- Remove comment about the test suite since it's enabled now.
+
 * Wed Feb 26 2014 Athmane Madjoudj <athmane at fedoraproject.org> 0.3.12-1
 - Update to 0.3.12
 - Add Cython a build requirement


More information about the scm-commits mailing list