From ce2593db2741d635d785df848620261c5ed2df07 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: May 26 2017 09:26:46 +0000 Subject: Run tests with -Wall Drop obsolete build conditionals --- diff --git a/isrcsubmit.spec b/isrcsubmit.spec index 95ecf31..dd9cd14 100644 --- a/isrcsubmit.spec +++ b/isrcsubmit.spec @@ -1,13 +1,9 @@ -%if 0%{?fedora} < 23 -%bcond_with python3 -%else %bcond_without python3 -%endif %{!?python3_pkgversion: %global python3_pkgversion 3} Name: isrcsubmit Version: 2.0.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Script to submit ISRCs from disc to MusicBrainz License: GPLv3+ @@ -67,9 +63,9 @@ rm -rf $RPM_BUILD_ROOT # sys.stdin.encoding can be None in mock, hence override with PYTHONIOENCODING export PYTHONIOENCODING=UTF-8 %if %{with python3} -%{__python3} setup.py test +%{__python3} -Wall setup.py test %else -%{__python2} setup.py test +%{__python2} -Wall setup.py test %endif @@ -88,6 +84,10 @@ export PYTHONIOENCODING=UTF-8 %changelog +* Fri May 26 2017 Ville Skyttä - 2.0.1-7 +- Run tests with -Wall +- Drop obsolete build conditionals + * Fri Feb 10 2017 Fedora Release Engineering - 2.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild