Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package krita for openSUSE:Factory checked in at 2024-01-28 19:39:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/krita (Old) and /work/SRC/openSUSE:Factory/.krita.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "krita" Sun Jan 28 19:39:23 2024 rev:75 rq:1141784 version:5.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/krita/krita.changes 2024-01-19 23:02:46.751308395 +0100 +++ /work/SRC/openSUSE:Factory/.krita.new.1815/krita.changes 2024-01-28 19:39:24.841589801 +0100 @@ -1,0 +2,5 @@ +Fri Jan 26 15:34:05 UTC 2024 - Ben Greiner <c...@bnavigator.de> + +- Add 0004-Fix-build-with-sip6.8.patch to support sip 6.8 + +------------------------------------------------------------------- New: ---- 0004-Fix-build-with-sip6.8.patch BETA DEBUG BEGIN: New: - Add 0004-Fix-build-with-sip6.8.patch to support sip 6.8 BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ krita.spec ++++++ --- /var/tmp/diff_new_pack.R3cBi7/_old 2024-01-28 19:39:26.061633740 +0100 +++ /var/tmp/diff_new_pack.R3cBi7/_new 2024-01-28 19:39:26.065633884 +0100 @@ -46,6 +46,7 @@ Patch1: 0001-Fix-build-with-libjxl-0.9.0.patch Patch2: 0002-KisFileIconCreator-add-workaround-for-JPEG-XL-too.patch Patch3: 0003-JPEG-XL-Disable-export-bug-workaround-for-libjxl-0.9.patch +Patch4: 0004-Fix-build-with-sip6.8.patch BuildRequires: OpenEXR-devel BuildRequires: extra-cmake-modules BuildRequires: fftw3-devel ++++++ 0004-Fix-build-with-sip6.8.patch ++++++ >From 2d71c47661d43a4e3c1ab0c27803de980bdf2bb2 Mon Sep 17 00:00:00 2001 From: Antonio Rojas <aro...@archlinux.org> Date: Mon, 11 Dec 2023 20:26:13 +0100 Subject: [PATCH] Bump SIP ABI version to 12.8 Fixes build with SIP 6.8 --- cmake/modules/pyproject.toml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/pyproject.toml.in b/cmake/modules/pyproject.toml.in index 090b2d4b0cb..085ddf41799 100644 --- a/cmake/modules/pyproject.toml.in +++ b/cmake/modules/pyproject.toml.in @@ -9,7 +9,7 @@ name = "@module_name_toml@" sip-module = "@sip_name@" sip-include-dirs = @sip_include_dirs@ sip-files-dir = "@module_srcs@" -abi-version = "12" +abi-version = "12.8" [tool.sip.bindings.@module_name_toml@] tags = @module_tags@ -- GitLab