forked from pool/python-mutagen
OBS-URL: https://build.opensuse.org/request/show/51422 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mutagen?expand=0&rev=5
50 lines
2.0 KiB
Plaintext
50 lines
2.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Oct 26 21:17:34 UTC 2010 - boris@steki.net
|
|
|
|
- spec file fixes
|
|
* fixed suse version for OS11.2 as it have noarch detected correctly
|
|
* remove shebangs from library files
|
|
* simplified fix for compressed manual pages
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 14 08:26:56 UTC 2010 - coolo@novell.com
|
|
|
|
- update to 1.20:
|
|
* tons of changes in two years time, support for almost everything
|
|
improved, see NEWS file for a lengthy description
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- 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
|
|
|
|
- Initial package, Version 1.11
|
|
|