5 Commits

Author SHA256 Message Date
Marius Grossu
a79af47b6a Add the bug in the change log 2025-11-07 16:38:22 +01:00
95e7d0ae3d Accepting request 1307021 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1307021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/taglib?expand=0&rev=68
2025-09-26 20:24:07 +00:00
03450c8c1e Accepting request 1307020 from home:mgrossu:branches:multimedia:libs
- Update to version 2.1.1
  * Map ID3v2.3 IPLS frames to both ID3v2.4 TIPL and TMCL to have a consistent behavior when using MusicBrainz tags
  * Fix missing include for wchar_t when using C bindings with MinGW.

OBS-URL: https://build.opensuse.org/request/show/1307020
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/taglib?expand=0&rev=118
2025-09-25 05:17:33 +00:00
29466b8356 Accepting request 1282781 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1282781
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/taglib?expand=0&rev=67
2025-06-06 20:35:17 +00:00
e3ab717fcc - Update to version 2.1
* Support for Shorten (SHN) files.
  * Compile time configuration of supported formats: WITH_APE,
    WITH_ASF, ...
  * Compile time configuration of data and temporary directories
    for unit tests: TESTS_DIR and TESTS_TMPDIR.
  * C bindings: Added taglib_file_new_wchar() and
    taglib_file_new_type_wchar().
  * Preserve unicode encoding when downgrading to ID3v2.3.
  * Do not store FLAC metadata blocks which are too large.
  * Fix segfaults with String and ByteVector nullptr arguments.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/taglib?expand=0&rev=116
2025-06-04 13:55:28 +00:00
4 changed files with 28 additions and 6 deletions

Binary file not shown.

3
taglib-2.1.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3716d31f7c83cbf17b67c8cf44dd82b2a2f17e6780472287a16823e70305ddba
size 1522929

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Sep 25 05:13:20 UTC 2025 - Marius Grossu <marius.grossu@suse.com>
- Update to version 2.1.1
* Map ID3v2.3 IPLS frames to both ID3v2.4 TIPL and TMCL to have a consistent behavior when using MusicBrainz tags
* Fix missing include for wchar_t when using C bindings with MinGW.
(CVE-2023-47466, bsc#1243499)
-------------------------------------------------------------------
Mon Jun 2 15:34:45 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.1
* Support for Shorten (SHN) files.
* Compile time configuration of supported formats: WITH_APE,
WITH_ASF, ...
* Compile time configuration of data and temporary directories
for unit tests: TESTS_DIR and TESTS_TMPDIR.
* C bindings: Added taglib_file_new_wchar() and
taglib_file_new_type_wchar().
* Preserve unicode encoding when downgrading to ID3v2.3.
* Do not store FLAC metadata blocks which are too large.
* Fix segfaults with String and ByteVector nullptr arguments.
-------------------------------------------------------------------
Tue Aug 27 17:26:46 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com>
@@ -636,7 +658,7 @@ Thu May 10 01:11:38 UTC 2012 - crrodriguez@opensuse.org
- No dont use -ansi gcc flag.
-------------------------------------------------------------------
Thu Mar 8 01:01:13 YEKT 2012 - avm-xandry@yandex.ru
Wed Mar 07 20:01:13 UTC 2012 - avm-xandry@yandex.ru
- Add rusxmms patch to be fixed https://features.opensuse.org/313273

View File

@@ -1,7 +1,7 @@
#
# spec file for package taglib
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
%bcond_with tests
%endif
Name: taglib%{psuffix}
Version: 2.0.2
Version: 2.1.1
Release: 0
Summary: Audio Meta-Data Library
License: LGPL-2.1-or-later AND MPL-1.1