diff --git a/mutagen-1.13.tar.bz2 b/mutagen-1.13.tar.bz2 deleted file mode 100644 index e851e23..0000000 --- a/mutagen-1.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a6e3afa75ddd891e4ef617cd5422f0b39253e8da14d90c6a7130299dd864763 -size 553748 diff --git a/mutagen-1.14.tar.bz2 b/mutagen-1.14.tar.bz2 new file mode 100644 index 0000000..61bf731 --- /dev/null +++ b/mutagen-1.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f3fe25bd731ef6e75e332e8d7ee2f3b5710e1c4ae78148e8584a3fc265c381 +size 555081 diff --git a/python-mutagen.changes b/python-mutagen.changes index 3ecca25..2737316 100644 --- a/python-mutagen.changes +++ b/python-mutagen.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Jun 25 00:35:21 CEST 2008 - dmueller@suse.de + +- update to 1.14: + * MP4/M4A: Fixed saving of atoms with 64-bit size on 64-bit platforms. + * MP4: Conversion of 'gnre' atoms to '\xa9gen' text atoms now correctly + produces a list of string values, not just a single value. + * ID3: Broken RVA2 frames are now discarded. (Vladislav Naumov) + * ID3: Use long integers when appropriate. + * VCommentDict: Raise UnicodeEncodeErrors when trying to use a Unicode + key that is not valid ASCII; keys are also normalized to ASCII + str objects. (Forest Bond) + ------------------------------------------------------------------- Wed Jan 16 15:51:21 CET 2008 - hvogel@suse.de diff --git a/python-mutagen.spec b/python-mutagen.spec index b99e660..596f748 100644 --- a/python-mutagen.spec +++ b/python-mutagen.spec @@ -1,5 +1,5 @@ # -# spec file for package python-mutagen (Version 1.13) +# spec file for package python-mutagen (Version 1.14) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -9,9 +9,10 @@ # + Name: python-mutagen Summary: Python module to Handle Audio Metadata -Version: 1.13 +Version: 1.14 Release: 1 License: GPL v2 only Group: Development/Libraries/Python @@ -53,6 +54,16 @@ rm -rf %{buildroot} %_mandir/man1/* %changelog +* Wed Jun 25 2008 dmueller@suse.de +- update to 1.14: + * MP4/M4A: Fixed saving of atoms with 64-bit size on 64-bit platforms. + * MP4: Conversion of 'gnre' atoms to '\xa9gen' text atoms now correctly + produces a list of string values, not just a single value. + * ID3: Broken RVA2 frames are now discarded. (Vladislav Naumov) + * ID3: Use long integers when appropriate. + * VCommentDict: Raise UnicodeEncodeErrors when trying to use a Unicode + key that is not valid ASCII; keys are also normalized to ASCII + str objects. (Forest Bond) * Wed Jan 16 2008 hvogel@suse.de - Update to version 1.13 * FLAC: Raise IOError, instead of UnboundLocalError, when trying