From adb0c8733f97cb531afd6d935341d06f4e1081c4 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Tue, 3 May 2016 10:07:56 +0200 Subject: [PATCH] New upstream release --- python-mutagen.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python-mutagen.spec b/python-mutagen.spec index 6b3bc3a..9616a1e 100644 --- a/python-mutagen.spec +++ b/python-mutagen.spec @@ -7,15 +7,14 @@ %endif Name: python-%{realname} -Version: 1.31 -Release: 5%{?dist} +Version: 1.32 +Release: 1%{?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 @@ -46,8 +45,6 @@ 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} @@ -117,6 +114,9 @@ pushd %{py3dir} %endif %changelog +* Tue May 03 2016 Michele Baldessari - 1.32-1 +- New upstream release + * Thu Feb 04 2016 Fedora Release Engineering - 1.31-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild