Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package digikam for openSUSE:Factory checked in at 2023-07-04 15:22:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/digikam (Old) and /work/SRC/openSUSE:Factory/.digikam.new.23466 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "digikam" Tue Jul 4 15:22:40 2023 rev:214 rq:1096679 version:8.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/digikam/digikam.changes 2023-04-21 14:16:57.782564367 +0200 +++ /work/SRC/openSUSE:Factory/.digikam.new.23466/digikam.changes 2023-07-04 15:23:35.622643285 +0200 @@ -1,0 +2,6 @@ +Tue Jul 4 06:56:45 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Add patch: + * 0001-fix-broken-compilation-with-Exiv2-0.28-missing-heade.patch + +------------------------------------------------------------------- New: ---- 0001-fix-broken-compilation-with-Exiv2-0.28-missing-heade.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ digikam.spec ++++++ --- /var/tmp/diff_new_pack.e9BYKj/_old 2023-07-04 15:23:36.466648357 +0200 +++ /var/tmp/diff_new_pack.e9BYKj/_new 2023-07-04 15:23:36.470648382 +0200 @@ -30,6 +30,7 @@ Source1: https://download.kde.org/stable/%{name}/%{version}/digiKam-%{version}.tar.xz.sig Source2: %{name}.keyring %endif +Patch0: 0001-fix-broken-compilation-with-Exiv2-0.28-missing-heade.patch # QtWebEngine is not available on ppc and zSystems ExclusiveArch: %{arm} aarch64 %{ix86} x86_64 %{riscv} BuildRequires: QtAV-devel >= 1.12 ++++++ 0001-fix-broken-compilation-with-Exiv2-0.28-missing-heade.patch ++++++ >From 4896cef032ed2468b927d770ae26d0a3e2de07b8 Mon Sep 17 00:00:00 2001 From: Gilles Caulier <caulier.gil...@gmail.com> Date: Mon, 15 May 2023 07:18:40 +0200 Subject: [PATCH] fix broken compilation with Exiv2 0.28 (missing header) --- core/libs/metadataengine/engine/metaengine_p.h | 1 + 1 file changed, 1 insertion(+) diff --git a/core/libs/metadataengine/engine/metaengine_p.h b/core/libs/metadataengine/engine/metaengine_p.h index 93c91c8d99..d3c9148dac 100644 --- a/core/libs/metadataengine/engine/metaengine_p.h +++ b/core/libs/metadataengine/engine/metaengine_p.h @@ -89,6 +89,7 @@ # define AutoPtr UniquePtr # define AnyError Error # define kerErrorMessage ErrorCode::kerErrorMessage +# include <exiv2/photoshop.hpp> #endif #if EXIV2_TEST_VERSION(0,27,4) -- 2.41.0