Accepting request 1098377 from home:dspinella:branches:multimedia:libs

- Update to version 1.13.1:
  * Fixed parsing of TXXX frames without description.
  * Detect MP4 atoms with invalid length or type.
  * Do not miss ID3v2 frames when an extended header is present.
  * Use property "DISCSUBTITLE" for ID3v2 "TSST" frame.
  * Build system improvements: Use absolute path for macOS dylib install name,
    support --define-prefix when using pkg-config, fixed minimum required
    CppUnit version.
  * Code clean up using clang-tidy.

OBS-URL: https://build.opensuse.org/request/show/1098377
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/taglib?expand=0&rev=103
This commit is contained in:
Danilo Spinella 2023-07-17 08:32:55 +00:00 committed by Git OBS Bridge
parent eb85c0f76f
commit 723e824f55
4 changed files with 18 additions and 5 deletions

BIN
taglib-1.13.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
taglib-1.13.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jul 12 14:20:57 UTC 2023 - Danilo Spinella <danilo.spinella@suse.com>
- Update to version 1.13.1:
* Fixed parsing of TXXX frames without description.
* Detect MP4 atoms with invalid length or type.
* Do not miss ID3v2 frames when an extended header is present.
* Use property "DISCSUBTITLE" for ID3v2 "TSST" frame.
* Build system improvements: Use absolute path for macOS dylib install name,
support --define-prefix when using pkg-config, fixed minimum required
CppUnit version.
* Code clean up using clang-tidy.
-------------------------------------------------------------------
Thu Nov 17 21:40:14 UTC 2022 - Jonas Kvinge <jonaski@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# 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: 1.13
Version: 1.13.1
Release: 0
Summary: Audio Meta-Data Library
License: LGPL-2.1-or-later AND MPL-1.1