From 0ce5c7c732f9c2f38d05a383fc51866a7af33d5c Mon Sep 17 00:00:00 2001 From: Ankur Sinha (Ankur Sinha Gmail) Date: Jun 14 2019 09:03:10 +0000 Subject: Add links to issues reported upstream --- diff --git a/python-elephant.spec b/python-elephant.spec index b953635..0c0ad0c 100644 --- a/python-elephant.spec +++ b/python-elephant.spec @@ -1,4 +1,5 @@ -# Docs fail to build. Need to be reported +# Docs fail to build +# Reported: https://github.com/NeuralEnsemble/elephant/issues/228 %bcond_with docs %global pypi_name elephant @@ -11,6 +12,8 @@ Release: 2%{?dist} Summary: Elephant is a package for analysis of electrophysiology data in Python License: BSD URL: http://neuralensemble.org/elephant +# Must use github tarball. Test data not included in pypi tar +# https://github.com/NeuralEnsemble/elephant/issues/225 Source0: https://github.com/neuralensemble/%{pypi_name}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch @@ -91,7 +94,8 @@ popd %check # Ignore tests: # test_unitary_event_analysis: tries to download data -# test_cubic: seems to fail on 32 bit machines. NEEDS TO BE REPORTED UPSTREAM with more information. +# test_cubic: seems to fail on 32 bit machines. +# Reported upstream: https://github.com/NeuralEnsemble/elephant/issues/227 nosetests-3 -I test_unitary_event_analysis.py -I test_cubic.py %files -n python3-%{pypi_name} @@ -107,6 +111,9 @@ nosetests-3 -I test_unitary_event_analysis.py -I test_cubic.py %endif %changelog +* Fri Jun 14 2019 Ankur Sinha - 0.6.2-2 +- Report issues upstream and add links to spec file + * Tue Jun 11 2019 Luis Bazan - 0.6.2-2 - Fix comment #11 BZ#1651824