Compare commits

...

4 Commits

Author SHA256 Message Date
Dominique Leuenberger
230a802728 Accepting request 1197026 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1197026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/taglib?expand=0&rev=66
2024-08-30 11:26:05 +00:00
e5f753aa65 - Update to 2.0.2:
* Fix parsing of ID3v2.2 frames.
  * Tolerate MP4 files with unknown atom types as generated by Android tools.
  * Support setting properties with arbitrary names in MP4 tags.
  * Windows: Fix "-p" option in tagwriter example.
  * Support building with older utfcpp versions.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/taglib?expand=0&rev=114
2024-08-28 15:36:27 +00:00
Dominique Leuenberger
226460b308 Accepting request 1189650 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1189650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/taglib?expand=0&rev=65
2024-07-28 15:18:49 +00:00
1d0ad5a38c - update to 2.0.1:
* Fix aborting when _GLIBCXX_ASSERTIONS are enabled.
  * Fall back to utf8cpp header detection in the case that its
    CMake configuration is removed.
  * Improve compatibility with the SWIG interface compiler.
  * Build system fixes for testing without bindings, Emscripten
    and Illumos.
  * C bindings: Fix setting UTF-8 encoded property values.
  * Windows: Fix opening long paths.

- reference download url of tarball
  invalid ogg flac files (CVE-2018-11439, bsc#1096180).
  * Added support for embedded frames in ID3v2 CHAP and CTOC
  * Fixed backwards-incompatible change in TagLib::String when
  * Changed Xiph and APE generic getters to return
  * Fixed possible file corruptions when removing tags from WAV
  * Added support for MP4 files with 64-bit atoms in certain 64-bit
  * Added support for reading the nominal bitrate of Ogg Speex
  * Marked FLAC::File::streamInfoData() deprecated. It returns an
  * Fixed possible file corruptions when adding an ID3v1 tag to

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/taglib?expand=0&rev=112
2024-07-25 18:56:01 +00:00
4 changed files with 37 additions and 14 deletions

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

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

View File

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Aug 27 17:26:46 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com>
- Update to 2.0.2:
* Fix parsing of ID3v2.2 frames.
* Tolerate MP4 files with unknown atom types as generated by Android tools.
* Support setting properties with arbitrary names in MP4 tags.
* Windows: Fix "-p" option in tagwriter example.
* Support building with older utfcpp versions.
-------------------------------------------------------------------
Thu Jul 25 09:39:42 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.0.1:
* Fix aborting when _GLIBCXX_ASSERTIONS are enabled.
* Fall back to utf8cpp header detection in the case that its
CMake configuration is removed.
* Improve compatibility with the SWIG interface compiler.
* Build system fixes for testing without bindings, Emscripten
and Illumos.
* C bindings: Fix setting UTF-8 encoded property values.
* Windows: Fix opening long paths.
-------------------------------------------------------------------
Wed May 8 12:02:24 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
@ -186,7 +209,7 @@ Thu Mar 18 17:18:24 CET 2021 - tiwai@suse.de
-------------------------------------------------------------------
Fri Mar 12 22:24:46 UTC 2021 - Dirk Müller <dmueller@suse.com>
- reference download url of tarball
- reference download url of tarball
-------------------------------------------------------------------
Tue Feb 16 18:27:09 UTC 2021 - Jonas Kvinge <jonaski@opensuse.org>
@ -316,7 +339,7 @@ Tue Nov 13 22:29:57 UTC 2018 - Jonas Kvinge <jonas@jkvinge.net>
Wed Jun 6 08:38:38 UTC 2018 - kbabioch@suse.com
- Added taglib-CVE-2018-11439.patch: Fix an out-of-bounds read when loading
invalid ogg flac files (CVE-2018-11439, bsc#1096180).
invalid ogg flac files (CVE-2018-11439, bsc#1096180).
- Applied spec-cleaner to specfile
-------------------------------------------------------------------
@ -402,22 +425,22 @@ Sat Jan 2 17:06:39 UTC 2016 - mpluskal@suse.com
* Added new options to the tagwriter example.
* Added support for ID3v2 ETCO and SYLT frames.
* Added support for album artist in PropertyMap API of MP4 files.
* Added support for embedded frames in ID3v2 CHAP and CTOC
* Added support for embedded frames in ID3v2 CHAP and CTOC
frames.
* Added support for AIFF-C files.
* Better handling of duplicate ID3v2 tags in MPEG files.
* Allowed generating taglib.pc on Windows.
* Added ZLIB_SOURCE build option.
* Fixed backwards-incompatible change in TagLib::String when
* Fixed backwards-incompatible change in TagLib::String when
constructing UTF16 strings.
* Fixed crash when parsing certain FLAC files.
* Fixed crash when encoding empty strings.
* Fixed saving of certain XM files on OS X.
* Changed Xiph and APE generic getters to return
* Changed Xiph and APE generic getters to return
space-concatenated values.
* Fixed possible file corruptions when removing tags from WAV
* Fixed possible file corruptions when removing tags from WAV
files.
* Added support for MP4 files with 64-bit atoms in certain 64-bit
* Added support for MP4 files with 64-bit atoms in certain 64-bit
environments.
* Prevented ID3v2 padding from being too large.
* Fixed crash when parsing corrupted APE files.
@ -438,13 +461,13 @@ Sat Jan 2 17:06:39 UTC 2016 - mpluskal@suse.com
* Added support for reading the encoder information of WMA files.
* Added support for reading the codec of WAV files.
* Added support for multi channel WavPack files.
* Added support for reading the nominal bitrate of Ogg Speex
* Added support for reading the nominal bitrate of Ogg Speex
files.
* Added support for VBR headers in MPEG files.
* Marked FLAC::File::streamInfoData() deprecated. It returns an
* Marked FLAC::File::streamInfoData() deprecated. It returns an
empty ByteVector.
* Marked FLAC::File::streamLength() deprecated. It returns zero.
* Fixed possible file corruptions when adding an ID3v1 tag to
* Fixed possible file corruptions when adding an ID3v1 tag to
FLAC files.
* Fixed self-assignment operator in some types.
* Fixed extraction of MP4 tag keys with an empty list.

View File

@ -27,7 +27,7 @@
%bcond_with tests
%endif
Name: taglib%{psuffix}
Version: 2.0
Version: 2.0.2
Release: 0
Summary: Audio Meta-Data Library
License: LGPL-2.1-or-later AND MPL-1.1