Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kf6-kfilemetadata for
openSUSE:Factory checked in at 2026-08-17 16:56:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kfilemetadata (Old)
and /work/SRC/openSUSE:Factory/.kf6-kfilemetadata.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-kfilemetadata"
Mon Aug 17 16:56:34 2026 rev:30 rq:1371379 version:6.29.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kfilemetadata/kf6-kfilemetadata.changes
2026-07-15 16:36:02.091107466 +0200
+++
/work/SRC/openSUSE:Factory/.kf6-kfilemetadata.new.1258/kf6-kfilemetadata.changes
2026-08-17 16:59:27.134006020 +0200
@@ -1,0 +2,15 @@
+Sun Aug 9 10:38:32 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 6.29.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/6/6.29.0
+- Changes since 6.28.0:
+ * Update dependency version to 6.29.0
+ * autotests/ossfuzz: clone libpng from github to fix unreliable sourceforge
downloads
+ * Fix overflow in extractAudioProperties
+ * taglib: Protect against UnknownFrame
+ * types.h: provide version macros to consumers
+ * Update version to 6.29.0
+
+-------------------------------------------------------------------
Old:
----
kfilemetadata-6.28.0.tar.xz
kfilemetadata-6.28.0.tar.xz.sig
New:
----
kfilemetadata-6.29.0.tar.xz
kfilemetadata-6.29.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kf6-kfilemetadata.spec ++++++
--- /var/tmp/diff_new_pack.HiT0eJ/_old 2026-08-17 16:59:28.077039339 +0200
+++ /var/tmp/diff_new_pack.HiT0eJ/_new 2026-08-17 16:59:28.079039410 +0200
@@ -19,12 +19,12 @@
%define qt6_version 6.9.0
%define rname kfilemetadata
-# Full KF6 version (e.g. 6.28.0)
+# Full KF6 version (e.g. 6.29.0)
%{!?_kf6_version: %global _kf6_version %{version}}
%bcond_without ffmpeg
%bcond_without released
Name: kf6-kfilemetadata
-Version: 6.28.0
+Version: 6.29.0
Release: 0
Summary: Library for extracting Metadata
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only
@@ -34,6 +34,8 @@
Source1: %{rname}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
+# Packaging bug (still present in Leap 16): libzip cmake files defines
libzip::zipcmp which needs the executable
+BuildRequires: libzip-tools
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_version}
BuildRequires: libattr-devel
BuildRequires: libepub-devel
@@ -51,6 +53,9 @@
BuildRequires: cmake(Qt6Xml) >= %{qt6_version}
BuildRequires: pkgconfig(poppler-qt6)
BuildRequires: pkgconfig(taglib)
+# EPub support (boo#1271358)
+BuildRequires: pkgconfig(libxml-2.0)
+BuildRequires: pkgconfig(libzip)
%if %{with ffmpeg}
BuildRequires: pkgconfig(libavcodec)
BuildRequires: pkgconfig(libavformat)
++++++ kfilemetadata-6.28.0.tar.xz -> kfilemetadata-6.29.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kfilemetadata-6.28.0/.gitlab-ci.yml
new/kfilemetadata-6.29.0/.gitlab-ci.yml
--- old/kfilemetadata-6.28.0/.gitlab-ci.yml 2026-07-03 12:54:50.000000000
+0200
+++ new/kfilemetadata-6.29.0/.gitlab-ci.yml 2026-08-07 22:40:20.000000000
+0200
@@ -5,7 +5,7 @@
- project: sysadmin/ci-utilities
file:
- /gitlab-templates/linux-qt6.yml
- - /gitlab-templates/linux-qt6-next.yml
+ # - /gitlab-templates/linux-qt6-next.yml
- /gitlab-templates/freebsd-qt6.yml
- /gitlab-templates/windows-qt6.yml
- /gitlab-templates/xml-lint.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kfilemetadata-6.28.0/CMakeLists.txt
new/kfilemetadata-6.29.0/CMakeLists.txt
--- old/kfilemetadata-6.28.0/CMakeLists.txt 2026-07-03 12:54:50.000000000
+0200
+++ new/kfilemetadata-6.29.0/CMakeLists.txt 2026-08-07 22:40:20.000000000
+0200
@@ -1,11 +1,11 @@
cmake_minimum_required(VERSION 3.29)
-set(KF_VERSION "6.28.0") # handled by release scripts
-set(KF_DEP_VERSION "6.28.0") # handled by release scripts
+set(KF_VERSION "6.29.0") # handled by release scripts
+set(KF_DEP_VERSION "6.29.0") # handled by release scripts
project(KFileMetaData VERSION ${KF_VERSION})
include(FeatureSummary)
-find_package(ECM 6.28.0 NO_MODULE)
+find_package(ECM 6.29.0 NO_MODULE)
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake
Modules." URL "https://commits.kde.org/extra-cmake-modules")
feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND
FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kfilemetadata-6.28.0/autotests/ossfuzz/build_fuzzers.sh
new/kfilemetadata-6.29.0/autotests/ossfuzz/build_fuzzers.sh
--- old/kfilemetadata-6.28.0/autotests/ossfuzz/build_fuzzers.sh 2026-07-03
12:54:50.000000000 +0200
+++ new/kfilemetadata-6.29.0/autotests/ossfuzz/build_fuzzers.sh 2026-08-07
22:40:20.000000000 +0200
@@ -38,9 +38,7 @@
-DEXPAT_BUILD_EXAMPLES=OFF
ninja install -j$(nproc)
-cd $SRC/
-tar xzf libpng-*.tar.gz && rm -f libpng-*.tar.gz
-cd libpng-*
+cd $SRC/libpng
cmake . -G Ninja \
-DCMAKE_INSTALL_PREFIX=$WORK \
-DPNG_SHARED=OFF \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kfilemetadata-6.28.0/autotests/ossfuzz/prepare_build.sh
new/kfilemetadata-6.29.0/autotests/ossfuzz/prepare_build.sh
--- old/kfilemetadata-6.28.0/autotests/ossfuzz/prepare_build.sh 2026-07-03
12:54:50.000000000 +0200
+++ new/kfilemetadata-6.29.0/autotests/ossfuzz/prepare_build.sh 2026-08-07
22:40:20.000000000 +0200
@@ -9,7 +9,7 @@
git clone --depth 1 https://github.com/madler/zlib.git
git clone --depth=1 https://gitlab.freedesktop.org/freetype/freetype.git
-wget
https://sourceforge.net/projects/libpng/files/libpng16/1.6.50/libpng-1.6.50.tar.gz
+git clone --depth 1 https://github.com/pnggroup/libpng.git
git clone --depth=1 https://gitlab.freedesktop.org/fontconfig/fontconfig.git
git clone --depth 1 -b dev git://code.qt.io/qt/qtbase.git
git clone --depth 1 https://invent.kde.org/frameworks/extra-cmake-modules.git
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kfilemetadata-6.28.0/po/cs/kfilemetadata6.po
new/kfilemetadata-6.29.0/po/cs/kfilemetadata6.po
--- old/kfilemetadata-6.28.0/po/cs/kfilemetadata6.po 2026-07-03
12:54:50.000000000 +0200
+++ new/kfilemetadata-6.29.0/po/cs/kfilemetadata6.po 2026-08-07
22:40:20.000000000 +0200
@@ -2,21 +2,22 @@
# This file is distributed under the same license as the PACKAGE package.
# SPDX-FileCopyrightText: 2014, 2015, 2016, 2017, 2018, 2019, 2023, 2025 Vít
Pelčák <[email protected]>
# SPDX-FileCopyrightText: 2024 Vit Pelcak <[email protected]>
+# SPDX-FileCopyrightText: 2026 Libor Filípek <[email protected]>
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2025-11-17 11:49+0000\n"
-"PO-Revision-Date: 2025-12-03 11:30+0100\n"
-"Last-Translator: Vit Pelcak <[email protected]>\n"
+"PO-Revision-Date: 2026-07-22 21:53+0200\n"
+"Last-Translator: Libor Filípek <[email protected]>\n"
"Language-Team: Czech <[email protected]>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 25.08.3\n"
+"X-Generator: Lokalize 26.04.3\n"
"X-Language: cs_CZ\n"
"X-Source-Language: en_US\n"
@@ -84,25 +85,25 @@
#, kde-format
msgctxt "Description of photo flash"
msgid "Fired"
-msgstr "Ano"
+msgstr "Spuštěn"
#: src/formatstrings.cpp:98
#, kde-format
msgctxt "Description of photo flash"
msgid "Fired, return light not detected"
-msgstr ""
+msgstr "Spuštěn, není detekováno zpětné světlo"
#: src/formatstrings.cpp:99
#, kde-format
msgctxt "Description of photo flash"
msgid "Fired, return light detected"
-msgstr ""
+msgstr "Spuštěn, detekováno zpětné světlo"
#: src/formatstrings.cpp:100
#, kde-format
msgctxt "Description of photo flash"
msgid "Yes, did not fire"
-msgstr ""
+msgstr "Ano, nespuštěn"
#: src/formatstrings.cpp:101
#, kde-format
@@ -114,13 +115,13 @@
#, kde-format
msgctxt "Description of photo flash"
msgid "Yes, compulsory, return light not detected"
-msgstr ""
+msgstr "Ano, vynucený, není detekováno zpětné světlo"
#: src/formatstrings.cpp:103
#, kde-format
msgctxt "Description of photo flash"
msgid "Yes, compulsory, return light detected"
-msgstr ""
+msgstr "Ano, vynucený, detekováno zpětné světlo"
#: src/formatstrings.cpp:104
#, kde-format
@@ -132,7 +133,7 @@
#, kde-format
msgctxt "Description of photo flash"
msgid "No, did not fire, return light not detected"
-msgstr ""
+msgstr "Ne, nespuštěn, není detekováno zpětné světlo"
#: src/formatstrings.cpp:106
#, kde-format
@@ -150,13 +151,13 @@
#, kde-format
msgctxt "Description of photo flash"
msgid "Yes, auto, return light not detected"
-msgstr ""
+msgstr "Ano, automaticky, není detekováno zpětné světlo"
#: src/formatstrings.cpp:109
#, kde-format
msgctxt "Description of photo flash"
msgid "Yes, auto, return light detected"
-msgstr ""
+msgstr "Ano, automaticky, detekováno zpětné světlo"
#: src/formatstrings.cpp:110
#, kde-format
@@ -168,73 +169,73 @@
#, kde-format
msgctxt "Description of photo flash"
msgid "No, no flash function"
-msgstr ""
+msgstr "Ne, bez funkce blesku"
#: src/formatstrings.cpp:112
#, kde-format
msgctxt "Description of photo flash"
msgid "Yes, red-eye reduction"
-msgstr ""
+msgstr "Ano, redukce červeného oka"
#: src/formatstrings.cpp:113
#, kde-format
msgctxt "Description of photo flash"
msgid "Yes, red-eye reduction, return light not detected"
-msgstr ""
+msgstr "Ano, redukce červeného oka, není detekováno zpětné světlo"
#: src/formatstrings.cpp:114
#, kde-format
msgctxt "Description of photo flash"
msgid "Yes, red-eye reduction, return light detected"
-msgstr ""
+msgstr "Ano, redukce červeného oka, detekováno zpětné světlo"
#: src/formatstrings.cpp:115
#, kde-format
msgctxt "Description of photo flash"
msgid "Yes, compulsory, red-eye reduction"
-msgstr ""
+msgstr "Ano, vynucený, redukce červeného oka"
#: src/formatstrings.cpp:116
#, kde-format
msgctxt "Description of photo flash"
msgid "Yes, compulsory, red-eye reduction, return light not detected"
-msgstr ""
+msgstr "Ano, vynucený, redukce červeného oka, není detekováno zpětné světlo"
#: src/formatstrings.cpp:117
#, kde-format
msgctxt "Description of photo flash"
msgid "Yes, compulsory, red-eye reduction, return light detected"
-msgstr ""
+msgstr "Ano, vynucený, redukce červeného oka, detekováno zpětné světlo"
#: src/formatstrings.cpp:118
#, kde-format
msgctxt "Description of photo flash"
msgid "No, red-eye reduction"
-msgstr ""
+msgstr "Ne, redukce červeného oka"
#: src/formatstrings.cpp:119
#, kde-format
msgctxt "Description of photo flash"
msgid "No, auto, red-eye reduction"
-msgstr ""
+msgstr "Ne, automaticky, redukce červeného oka"
#: src/formatstrings.cpp:120
#, kde-format
msgctxt "Description of photo flash"
msgid "Yes, auto, red-eye reduction"
-msgstr ""
+msgstr "Ano, automaticky, redukce červeného oka"
#: src/formatstrings.cpp:121
#, kde-format
msgctxt "Description of photo flash"
msgid "Yes, auto, red-eye reduction, return light not detected"
-msgstr ""
+msgstr "Ano, automaticky, redukce červeného oka, není detekováno zpětné světlo"
#: src/formatstrings.cpp:122
#, kde-format
msgctxt "Description of photo flash"
msgid "Yes, auto, red-eye reduction, return light detected"
-msgstr ""
+msgstr "Ano, automaticky, redukce červeného oka, detekováno zpětné světlo"
#: src/formatstrings.cpp:127
#, kde-format
@@ -450,7 +451,7 @@
#: src/propertyinfo.cpp:74
msgctxt "@label EXIF"
msgid "Original Date Time"
-msgstr ""
+msgstr "Původní datum a čas"
#: src/propertyinfo.cpp:75
msgctxt "@label EXIF"
@@ -500,7 +501,7 @@
#: src/propertyinfo.cpp:84
msgctxt "@label EXIF"
msgid "ISO Speed Rating"
-msgstr ""
+msgstr "Hodnota citlivosti ISO"
#: src/propertyinfo.cpp:85
msgctxt "@label EXIF"
@@ -606,7 +607,7 @@
#: src/propertyinfo.cpp:105
msgctxt "@label"
msgid "Ensemble"
-msgstr ""
+msgstr "Umělecký soubor"
#: src/propertyinfo.cpp:106
msgctxt "@label"
@@ -616,7 +617,7 @@
#: src/propertyinfo.cpp:107
msgctxt "@label"
msgid "Conductor"
-msgstr ""
+msgstr "Dirigent"
#: src/propertyinfo.cpp:108
msgctxt "@label"
@@ -646,22 +647,22 @@
#: src/propertyinfo.cpp:113
msgctxt "@label ReplayGain is the name of a standard"
msgid "ReplayGain Album Peak"
-msgstr ""
+msgstr "Normalizace hlasitosti špiček alba"
#: src/propertyinfo.cpp:114
msgctxt "@label ReplayGain is the name of a standard"
msgid "ReplayGain Album Gain"
-msgstr ""
+msgstr "Normalizace hlasitosti zisku alba"
#: src/propertyinfo.cpp:115
msgctxt "@label ReplayGain is the name of a standard"
msgid "ReplayGain Track Peak"
-msgstr ""
+msgstr "Normalizace hlasitosti špiček stopy"
#: src/propertyinfo.cpp:116
msgctxt "@label ReplayGain is the name of a standard"
msgid "ReplayGain Track Gain"
-msgstr ""
+msgstr "Normalizace hlasitosti zisku stopy"
#: src/propertyinfo.cpp:117
msgctxt "@label"
@@ -686,7 +687,7 @@
#: src/propertyinfo.cpp:121
msgctxt "@label number of fuzzy translated strings"
msgid "Draft Translations"
-msgstr ""
+msgstr "Návrhy překladů"
#: src/propertyinfo.cpp:122
msgctxt "@label translation author"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kfilemetadata-6.28.0/po/de/kfilemetadata6.po
new/kfilemetadata-6.29.0/po/de/kfilemetadata6.po
--- old/kfilemetadata-6.28.0/po/de/kfilemetadata6.po 2026-07-03
12:54:50.000000000 +0200
+++ new/kfilemetadata-6.29.0/po/de/kfilemetadata6.po 2026-08-07
22:40:20.000000000 +0200
@@ -1,6 +1,6 @@
-# SPDX-FileCopyrightText: 2024 Johannes Obermayr <[email protected]>
-# SPDX-FileCopyrightText: 2014, 2015, 2016, 2017, 2018, 2019, 2021 Burkhard
Lück <[email protected]>
+# SPDX-FileCopyrightText: 2014-2019, 2021 Burkhard Lück <[email protected]>
# SPDX-FileCopyrightText: 2016, 2018, 2022 Frederik Schwarzer
<[email protected]>
+# SPDX-FileCopyrightText: 2024 Johannes Obermayr <[email protected]>
# SPDX-FileCopyrightText: 2025 Alois Spitzbart <[email protected]>
msgid ""
msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kfilemetadata-6.28.0/po/nb/kfilemetadata6.po
new/kfilemetadata-6.29.0/po/nb/kfilemetadata6.po
--- old/kfilemetadata-6.28.0/po/nb/kfilemetadata6.po 2026-07-03
12:54:50.000000000 +0200
+++ new/kfilemetadata-6.29.0/po/nb/kfilemetadata6.po 2026-08-07
22:40:20.000000000 +0200
@@ -1,6 +1,7 @@
# Translation of kfilemetadata6 to Norwegian Bokmål
#
# Bjørn Steensrud <[email protected]>, 2014.
+# Martin Hansen <[email protected]>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kfilemetadata-6.28.0/po/nn/kfilemetadata6.po
new/kfilemetadata-6.29.0/po/nn/kfilemetadata6.po
--- old/kfilemetadata-6.28.0/po/nn/kfilemetadata6.po 2026-07-03
12:54:50.000000000 +0200
+++ new/kfilemetadata-6.29.0/po/nn/kfilemetadata6.po 2026-08-07
22:40:20.000000000 +0200
@@ -1,5 +1,6 @@
# Translation of kfilemetadata6 to Norwegian Nynorsk
#
+# Karl Ove Hufthammer <[email protected]>, 2015, 2016, 2017, 2018, 2019, 2023,
2024, 2025, 2026.
msgid ""
msgstr ""
"Project-Id-Version: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kfilemetadata-6.28.0/src/extractors/taglibextractor.cpp
new/kfilemetadata-6.29.0/src/extractors/taglibextractor.cpp
--- old/kfilemetadata-6.28.0/src/extractors/taglibextractor.cpp 2026-07-03
12:54:50.000000000 +0200
+++ new/kfilemetadata-6.29.0/src/extractors/taglibextractor.cpp 2026-08-07
22:40:20.000000000 +0200
@@ -41,6 +41,8 @@
#include <popularimeterframe.h>
#include <attachedpictureframe.h>
+#include <limits>
+
using namespace KFileMetaData;
namespace {
@@ -80,8 +82,9 @@
result->add(Property::Duration, audioProp->lengthInSeconds());
}
- if (audioProp->bitrate()) {
- result->add(Property::BitRate, audioProp->bitrate() * 1000);
+ const int bitRate = audioProp->bitrate();
+ if (bitRate > 0 && bitRate <= std::numeric_limits<int>::max() / 1000) {
+ result->add(Property::BitRate, bitRate * 1000);
}
if (audioProp->channels()) {
@@ -288,21 +291,23 @@
*/
lstID3v2 = Id3Tags->frameListMap()["POPM"];
if (!lstID3v2.isEmpty()) {
- TagLib::ID3v2::PopularimeterFrame *ratingFrame =
static_cast<TagLib::ID3v2::PopularimeterFrame *>(lstID3v2.front());
- int rating = ratingFrame->rating();
- if (rating == 0) {
- rating = 0;
- } else if (rating == 1) {
- TagLib::String ratingProvider = ratingFrame->email();
- if (ratingProvider == "no@email" || ratingProvider ==
"org.kde.kfilemetadata") {
- rating = 1;
- } else {
- rating = 2;
+ TagLib::ID3v2::PopularimeterFrame *ratingFrame =
dynamic_cast<TagLib::ID3v2::PopularimeterFrame *>(lstID3v2.front());
+ if (ratingFrame) {
+ int rating = ratingFrame->rating();
+ if (rating == 0) {
+ rating = 0;
+ } else if (rating == 1) {
+ TagLib::String ratingProvider = ratingFrame->email();
+ if (ratingProvider == "no@email" || ratingProvider ==
"org.kde.kfilemetadata") {
+ rating = 1;
+ } else {
+ rating = 2;
+ }
+ } else if (rating >= 1 && rating <= 255) {
+ rating = static_cast<int>(0.032 * rating + 2);
}
- } else if (rating >= 1 && rating <= 255) {
- rating = static_cast<int>(0.032 * rating + 2);
+ result->add(Property::Rating, rating);
}
- result->add(Property::Rating, rating);
}
}
@@ -371,11 +376,13 @@
using PictureFrame = TagLib::ID3v2::AttachedPictureFrame;
for (const auto& frame : std::as_const(lstID3v2)) {
- const auto *coverFrame = static_cast<PictureFrame *>(frame);
- const auto imageType =
mapTaglibType<PictureFrame::Type>(coverFrame->type());
- if (types & imageType) {
- const auto& picture = coverFrame->picture();
- images.insert(imageType, QByteArray(picture.data(),
picture.size()));
+ const auto *coverFrame = dynamic_cast<PictureFrame *>(frame);
+ if (coverFrame) {
+ const auto imageType =
mapTaglibType<PictureFrame::Type>(coverFrame->type());
+ if (types & imageType) {
+ const auto& picture = coverFrame->picture();
+ images.insert(imageType, QByteArray(picture.data(),
picture.size()));
+ }
}
}
return images;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kfilemetadata-6.28.0/src/types.h
new/kfilemetadata-6.29.0/src/types.h
--- old/kfilemetadata-6.28.0/src/types.h 2026-07-03 12:54:50.000000000
+0200
+++ new/kfilemetadata-6.29.0/src/types.h 2026-08-07 22:40:20.000000000
+0200
@@ -8,6 +8,11 @@
#ifndef KFILEMETADATA_TYPES
#define KFILEMETADATA_TYPES
+// All KF6 public headers should provide the version macros.
+// Include version header explicitly because the export header
+// (which usually takes care of that) isn't used here
+#include <kfilemetadata_version.h> // IWYU pragma: export
+
#include <QVariant>
/*!