forked from pool/python-mutagen
This commit is contained in:
committed by
Git OBS Bridge
parent
4b68be1ae1
commit
d8a8ac22f2
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52888f50887b7d28bd054812bc911009d968b278b64092e286520779c50b4c58
|
||||
size 492661
|
||||
3
mutagen-1.13.tar.bz2
Normal file
3
mutagen-1.13.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a6e3afa75ddd891e4ef617cd5422f0b39253e8da14d90c6a7130299dd864763
|
||||
size 553748
|
||||
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 16 15:51:21 CET 2008 - hvogel@suse.de
|
||||
|
||||
- Update to version 1.13
|
||||
* FLAC: Raise IOError, instead of UnboundLocalError, when trying
|
||||
to open a non-existant file. (Lukáš Lalinský, Debian #448734)
|
||||
* Throw out invalid frames when upgrading from 2.3 to 2.4.
|
||||
* Fixed reading of Unicode strings from ASF files on big-endian
|
||||
platforms.
|
||||
* TCP/TCMP support.
|
||||
* Faster implementation of file-writing when mmap fails, and
|
||||
exclusive advisory locking when available.
|
||||
* Use VBRI header to calculate length of VBR MP3 files if the Xing
|
||||
header is not found.
|
||||
* Write important ID3v2 frames near the start. (Lukáš Lalinský)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 4 13:54:21 CEST 2007 - hvogel@suse.de
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-mutagen (Version 1.11)
|
||||
# spec file for package python-mutagen (Version 1.13)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@@ -10,16 +10,15 @@
|
||||
|
||||
|
||||
Name: python-mutagen
|
||||
Summary: Python module to handle audio metadata
|
||||
Version: 1.11
|
||||
Summary: Python module to Handle Audio Metadata
|
||||
Version: 1.13
|
||||
Release: 1
|
||||
License: GPL v2 only
|
||||
Group: Development/Libraries/Python
|
||||
URL: http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen
|
||||
Url: http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen
|
||||
Source: http://www.sacredchao.net/~piman/software/mutagen-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
|
||||
%py_requires
|
||||
|
||||
%description
|
||||
@@ -28,8 +27,8 @@ M4A, MP3, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, and
|
||||
WavPack audio files. All versions of ID3v2 are supported, and all
|
||||
standard ID3v2.4 frames are parsed. It can read Xing headers to
|
||||
accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags
|
||||
can be edited regardless of audio format. It can also manipulate Ogg
|
||||
streams on an individual packet/page level.
|
||||
can be edited regardless of their audio format. It can also manipulate
|
||||
Ogg streams on an individual packet/page level.
|
||||
|
||||
|
||||
|
||||
@@ -54,5 +53,18 @@ rm -rf %{buildroot}
|
||||
%_mandir/man1/*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 04 2007 - hvogel@suse.de
|
||||
* Wed Jan 16 2008 hvogel@suse.de
|
||||
- Update to version 1.13
|
||||
* FLAC: Raise IOError, instead of UnboundLocalError, when trying
|
||||
to open a non-existant file. (Lukáš Lalinský, Debian #448734)
|
||||
* Throw out invalid frames when upgrading from 2.3 to 2.4.
|
||||
* Fixed reading of Unicode strings from ASF files on big-endian
|
||||
platforms.
|
||||
* TCP/TCMP support.
|
||||
* Faster implementation of file-writing when mmap fails, and
|
||||
exclusive advisory locking when available.
|
||||
* Use VBRI header to calculate length of VBR MP3 files if the Xing
|
||||
header is not found.
|
||||
* Write important ID3v2 frames near the start. (Lukáš Lalinský)
|
||||
* Wed Jul 04 2007 hvogel@suse.de
|
||||
- Initial package, Version 1.11
|
||||
|
||||
Reference in New Issue
Block a user