Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kaddressbook for openSUSE:Factory checked in at 2026-07-15 16:33:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kaddressbook (Old) and /work/SRC/openSUSE:Factory/.kaddressbook.new.1991 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kaddressbook" Wed Jul 15 16:33:23 2026 rev:123 rq:1365601 version:26.04.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kaddressbook/kaddressbook.changes 2026-07-02 22:04:56.391554928 +0200 +++ /work/SRC/openSUSE:Factory/.kaddressbook.new.1991/kaddressbook.changes 2026-07-15 16:44:33.628508811 +0200 @@ -1,0 +2,6 @@ +Tue Jul 14 08:48:28 UTC 2026 - Christophe Marin <[email protected]> + +- Add upstream change: + * 0001-Explicitely-check-KF6I18n-dependency-ourselves-using.patch + +------------------------------------------------------------------- New: ---- 0001-Explicitely-check-KF6I18n-dependency-ourselves-using.patch ----------(New B)---------- New:- Add upstream change: * 0001-Explicitely-check-KF6I18n-dependency-ourselves-using.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kaddressbook.spec ++++++ --- /var/tmp/diff_new_pack.4zuWQz/_old 2026-07-15 16:44:34.680544439 +0200 +++ /var/tmp/diff_new_pack.4zuWQz/_new 2026-07-15 16:44:34.684544574 +0200 @@ -32,6 +32,8 @@ Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig Source2: applications.keyring %endif +# PATCH-FIX-UPSTREAM +Patch0: 0001-Explicitely-check-KF6I18n-dependency-ourselves-using.patch BuildRequires: fdupes BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} BuildRequires: update-desktop-files ++++++ 0001-Explicitely-check-KF6I18n-dependency-ourselves-using.patch ++++++ >From 14804f1e8755a0998c83167735914b25828ab200 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" <[email protected]> Date: Sat, 11 Jul 2026 10:45:58 +0000 Subject: [PATCH] Explicitely check KF6I18n dependency ourselves, using it directly CMake macros are used and explicit lingage, so better to not rely on others to check the dep for us. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 381da324..503b8241 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -135,6 +135,7 @@ find_package(KF6KCMUtils ${KF_MIN_VERSION} CONFIG REQUIRED) find_package(KF6Crash ${KF_MIN_VERSION} REQUIRED) find_package(KF6IconThemes ${KF_MIN_VERSION} CONFIG REQUIRED) find_package(KF6ColorScheme ${KF_MIN_VERSION} CONFIG REQUIRED) +find_package(KF6I18n ${KF_MIN_VERSION} CONFIG REQUIRED) find_package(KF6DocTools ${KF_MIN_VERSION}) set_package_properties( KF6DocTools -- 2.54.0
