Accepting request 1036639 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/1036639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/taglib?expand=0&rev=61
This commit is contained in:
Dominique Leuenberger 2022-11-19 17:08:52 +00:00 committed by Git OBS Bridge
commit 7a3f1240a6
4 changed files with 29 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7fccd07669a523b07a15bd24c8da1bbb92206cb19e9366c3692af3d79253b703
size 1364231

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

Binary file not shown.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Nov 17 21:40:14 UTC 2022 - Jonas Kvinge <jonaski@opensuse.org>
- Update to version 1.13:
* Added interface StreamTypeResolver to support streams which cannot be fopen()'ed, e.g. network files.
* Added MP4::File::strip() to remove meta atom from MP4 file.
* Added Map::value() to look up without creating entry.
* Use property "WORK" instead of "CONTENTGROUP" for ID3v2 "TIT1" frame,
* use property "WORK" for ASF "WM/ContentGroupDescription",
* use property "COMPILATION" for ID3v2 "TCMP" frame.
* Build system improvements: option WITH_ZLIB, BUILD_TESTING instead of
* BUILD_TESTS, GNUInstallDirs, FeatureSummary, tests with BUILD_SHARED_LIBS,
* cross compilation with Buildroot, systems without HAVE_GCC_ATOMIC, Clang.
* Fixed heap-buffer-overflows when handling ASF, APE, FLAC, ID3v2, MP4, MPC tags.
* Fixed detection of invalid file by extension when correct type can be detected by contents.
* Fixed unnecessary creation of map entries in APE and FLAC tags if looked up tag does not exist.
* Fixed parsing of MP4 non-full meta atoms.
* Fixed potential ID3v1 false positive in the presence of an APE tag.
* Fixed ID3v2 version handling for frames embedded in CHAP or CTOC frames.
* Fixed parsing of multiple strings with a single BOM in ID3v2.4.0.
* Fixed several smaller issues reported by clang-tidy.
-------------------------------------------------------------------
Mon May 9 19:05:54 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package taglib
# spec file
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 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.12
Version: 1.13
Release: 0
Summary: Audio Meta-Data Library
License: LGPL-2.1-or-later AND MPL-1.1
@ -187,6 +187,7 @@ install -m755 build/examples/{framelist,strip-id3v1,tagreader,tagreader_c,tagwri
%{_libdir}/libtag*.so
%{_libdir}/pkgconfig/*.pc
%else
%files -n libtag-doc
%doc AUTHORS NEWS examples
%{_docdir}/libtag-doc/html