From b065ac6358944675233cd5121f38a3cdc328c0685b2198dbfec33da8e6a0b758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 3 May 2016 06:30:11 +0000 Subject: [PATCH] Accepting request 393354 from home:alois:branches:multimedia:libs Update to version 1.11 OBS-URL: https://build.opensuse.org/request/show/393354 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/taglib?expand=0&rev=69 --- taglib-1.10.tar.gz | 3 --- taglib-1.11.tar.gz | 3 +++ taglib.changes | 52 ++++++++++++++++++++++++++++++++++++++++++++++ taglib.spec | 2 +- 4 files changed, 56 insertions(+), 4 deletions(-) delete mode 100644 taglib-1.10.tar.gz create mode 100644 taglib-1.11.tar.gz diff --git a/taglib-1.10.tar.gz b/taglib-1.10.tar.gz deleted file mode 100644 index f955ced..0000000 --- a/taglib-1.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24c32d50042cb0ddf162eb263f8ac75c5a158e12bf32ed534c1d5c71ee369baa -size 1233893 diff --git a/taglib-1.11.tar.gz b/taglib-1.11.tar.gz new file mode 100644 index 0000000..0f6abc4 --- /dev/null +++ b/taglib-1.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4cabb3d970ff9a30b2620071c2b054c4347f44fc63546dbe06f97980ece288 +size 1263736 diff --git a/taglib.changes b/taglib.changes index d1e1d9f..87cb5ab 100644 --- a/taglib.changes +++ b/taglib.changes @@ -1,3 +1,55 @@ +------------------------------------------------------------------- +Mon May 2 18:24:57 UTC 2016 - aloisio@gmx.com + +- Update to 1.11 + * Fixed reading APE items with long keys. + * Fixed reading ID3v2 SYLT frames when description is empty. + 1.11 BETA 2: + * Better handling of PCM WAV files with a 'fact' chunk. + * Better handling of corrupted APE tags. + * Efficient decoding of unsynchronized ID3v2 frames. + * Fixed text encoding when saving certain frames in ID3v2.3 + tags. + * Fixed updating the size of RIFF files when removing chunks. + * Several smaller bug fixes and performance improvements. + 1.11 BETA: + * New API for creating FileRef from IOStream. + * Added support for ID3v2 PCST and WFED frames. + * Added support for pictures in XiphComment. + * Added String::clear(). + * Added FLAC::File::strip() for removing non-standard tags. + * Added alternative functions to XiphComment::removeField(). + * Added BUILD_BINDINGS build option. + * Added ENABLE_CCACHE build option. + * Replaced ENABLE_STATIC build option with BUILD_SHARED_LIBS. + * Better handling of duplicate ID3v2 tags in all kinds of + files. + * Better handling of duplicate tag chunks in WAV files. + * Better handling of duplicate tag chunks in AIFF files. + * Better handling of duplicate Vorbis comment blocks in FLAC + files. + * Better handling of broken MPEG audio frames. + * Fixed crash when calling File::properties() after strip(). + * Fixed crash when parsing certain MPEG files. + * Fixed crash when saving Ogg files. + * Fixed possible file corruptions when saving ASF files. + * Fixed possible file corruptions when saving FLAC files. + * Fixed possible file corruptions when saving MP4 files. + * Fixed possible file corruptions when saving MPEG files. + * Fixed possible file corruptions when saving APE files. + * Fixed possible file corruptions when saving Musepack files. + * Fixed possible file corruptions when saving WavPack files. + * Fixed updating the comment field of Vorbis comments. + * Fixed reading date and time in ID3v2.3 tags. + * Marked ByteVector::null and ByteVector::isNull() + deprecated. + * Marked String::null and String::isNull() deprecated. + * Marked XiphComment::removeField() deprecated. + * Marked Ogg::Page::getCopyWithNewPageSequenceNumber() + deprecated. It returns null. + * Marked custom integer types deprecated. + * Many smaller bug fixes and performance improvements. + ------------------------------------------------------------------- Mon Jan 4 08:49:06 UTC 2016 - olaf@aepfle.de diff --git a/taglib.spec b/taglib.spec index 182f966..2f31c33 100644 --- a/taglib.spec +++ b/taglib.spec @@ -17,7 +17,7 @@ Name: taglib -Version: 1.10 +Version: 1.11 Release: 0 Summary: Audio Meta-Data Library License: LGPL-2.1+ and MPL-1.1