File project.diff of Package taglib
--- taglib.changes.orig
+++ taglib.changes
@@ -1,4 +1,28 @@
-------------------------------------------------------------------
+Fri Mar 13 22:52:27 UTC 2026 - Martin Hauke <mardnh@gmx.de>
+
+- Update to version 2.2.1
+ * Avoid duplicates in StringList
+ Matroska::Tag::complexPropertyKeys().
+ * Support edition, chapter and attachment UIDs in Matroska simple
+ tags (#1311).
+- Update to version 2.2
+ * Support for Matroska (MKA, MKV) and WebM files.
+ * Support for NI STEM in MP4 files.
+ * New method isDsd() in WavPack properties.
+ * Stricter verification of ID3v2 frames.
+ * Fix setting the last header flag in Ogg FLAC files.
+ * Fix reading of the last page in Ogg streams.
+ * Avoid corrupting invalid Ogg FLAC files without Vorbis comment.
+ * Fix use of property keys with non-ASCII characters in C-
+ bindings.
+- Drop not longer needed patches (fixed upstream):
+ * 0001-Do-not-warn-when-seeing-FLAC-picture-block-in-Ogg-fi.patch
+ * 0002-Set-last-header-flag-in-FLAC-Metadata-block-type-fie.patch
+ * 0003-Avoid-corrupting-an-invalid-FLAC-Ogg-file-without-Vo.patch
+ * 0004-Fix-reading-of-last-page-in-ogg-stream.patch
+
+-------------------------------------------------------------------
Tue Jan 13 01:17:21 UTC 2026 - Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
- Fix writing of Vorbis comment for FLAC in Ogg, add patches:
--- taglib.spec.orig
+++ taglib.spec
@@ -27,7 +27,7 @@
%bcond_with tests
%endif
Name: taglib%{psuffix}
-Version: 2.1.1
+Version: 2.2.1
Release: 0
Summary: Audio Meta-Data Library
License: LGPL-2.1-or-later AND MPL-1.1
@@ -36,10 +36,10 @@ URL: https://taglib.github.io
Source0: https://taglib.github.io/releases/taglib-%{version}.tar.gz
Source100: baselibs.conf
Patch1: taglib-utf8cpp-include.patch
-Patch2: 0001-Do-not-warn-when-seeing-FLAC-picture-block-in-Ogg-fi.patch
-Patch3: 0002-Set-last-header-flag-in-FLAC-Metadata-block-type-fie.patch
-Patch4: 0003-Avoid-corrupting-an-invalid-FLAC-Ogg-file-without-Vo.patch
-Patch5: 0004-Fix-reading-of-last-page-in-ogg-stream.patch
+#Patch2: 0001-Do-not-warn-when-seeing-FLAC-picture-block-in-Ogg-fi.patch
+#Patch3: 0002-Set-last-header-flag-in-FLAC-Metadata-block-type-fie.patch
+#Patch4: 0003-Avoid-corrupting-an-invalid-FLAC-Ogg-file-without-Vo.patch
+#Patch5: 0004-Fix-reading-of-last-page-in-ogg-stream.patch
BuildRequires: cmake >= 3.5
BuildRequires: fdupes
BuildRequires: gcc-c++