diff --git a/python-libdiscid.spec b/python-libdiscid.spec index d919169..34b616f 100644 --- a/python-libdiscid.spec +++ b/python-libdiscid.spec @@ -7,12 +7,12 @@ Name: python-libdiscid Version: 0.4.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Python bindings for libdiscid License: MIT URL: http://pythonhosted.org/python-libdiscid/ -Source0: https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz Patch0: https://github.com/sebastinas/python-libdiscid/commit/91955e9.patch BuildRequires: libdiscid-devel @@ -71,8 +71,8 @@ rm -rf $RPM_BUILD_ROOT %check -%{__python2} setup.py test -%{?with_python3:%{__python3} setup.py test} +%{__python2} -Wall setup.py test +%{?with_python3:%{__python3} -Wall setup.py test} %files -n python2-libdiscid @@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri May 26 2017 Ville Skyttä - 0.4.1-10 +- Run tests with -Wall + * Sat Feb 11 2017 Fedora Release Engineering - 0.4.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild