diff --git a/python-blessings.spec b/python-blessings.spec index b73fb5b..0a23315 100644 --- a/python-blessings.spec +++ b/python-blessings.spec @@ -8,7 +8,7 @@ Name: python-%{upstream_name} Version: 1.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python library for terminal coloring, styling, and positioning License: MIT URL: https://github.com/erikrose/blessings @@ -71,12 +71,7 @@ popd %if %{with python3} pushd %{py3dir} -%if 0%{?fedora} <= 17 -nosetests-3.2 build/lib -%else -nosetests-3.3 build/lib -%endif -popd +nosetests-%{python3_version} build/lib %endif %files @@ -92,6 +87,9 @@ popd %endif %changelog +* Wed May 14 2014 Bohuslav Kabrda - 1.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + * Sun Aug 04 2013 Fedora Release Engineering - 1.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild