|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: python-%{realname}
|
|
|
|
|
Version: 1.34.1
|
|
|
|
|
Version: 1.35
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Mutagen is a Python module to handle audio meta-data
|
|
|
|
|
|
|
|
|
@ -20,9 +20,11 @@ Source0: https://bitbucket.org/lazka/mutagen/downloads/mutagen-%{version}
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
|
BuildRequires: python2-pytest
|
|
|
|
|
BuildRequires: python2-sphinx
|
|
|
|
|
%if %{with python3}
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -130,6 +132,9 @@ pushd %{py3dir}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Nov 03 2016 Michele Baldessari <michele@acksyn.org> - 1.35
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|
* Sun Sep 04 2016 Michele Baldessari <michele@acksyn.org> - 1.34.1-1
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|