From 45b3b67c4453cd0e4d1bb4ba9012d63675d6ae7e Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Sat, 28 Nov 2015 12:53:08 +0100 Subject: [PATCH] Fixes tests on big endian architectures (BZ 1270298) --- python-mutagen.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python-mutagen.spec b/python-mutagen.spec index de65172..02d3972 100644 --- a/python-mutagen.spec +++ b/python-mutagen.spec @@ -8,13 +8,14 @@ Name: python-%{realname} Version: 1.31 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mutagen is a Python module to handle audio meta-data Group: Development/Languages License: GPLv2 URL: https://bitbucket.org/lazka/mutagen/overview Source0: https://bitbucket.org/lazka/mutagen/downloads/mutagen-%{version}.tar.gz +Patch0: fix-endianess.patch BuildArch: noarch BuildRequires: python2-devel @@ -45,6 +46,8 @@ includes a module to handle generic Ogg bit-streams. %prep %setup -q -n %{realname}-%{version} +# BZ 1270298 - Fix tests on big endian arches +%patch0 -p1 %if %{with python3} rm -rf %{py3dir} @@ -114,6 +117,9 @@ pushd %{py3dir} %endif %changelog +* Sat Nov 28 2015 Michele Baldessari - 1.31-3 +- Fixes tests on big endian architectures (BZ 1270298) + * Mon Nov 9 2015 Toshio Kuratomi - - 1.31-2 - Move the scripts to the python3 package. This fixes two issues: * The scripts couldn't work without manual intervention because they required