Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libksane for openSUSE:Factory checked in at 2023-01-20 17:36:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libksane (Old) and /work/SRC/openSUSE:Factory/.libksane.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libksane" Fri Jan 20 17:36:24 2023 rev:152 rq:1059165 version:22.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libksane/libksane.changes 2023-01-07 17:19:11.181966954 +0100 +++ /work/SRC/openSUSE:Factory/.libksane.new.32243/libksane.changes 2023-01-20 17:36:24.679768672 +0100 @@ -1,0 +2,6 @@ +Tue Jan 17 21:08:14 UTC 2023 - Fabian Vogt <[email protected]> + +- Add patch to avoid -devel depending on KSaneCore: + * 0001-Don-t-search-for-KSane-Core-in-KF5SaneConfig.patch + +------------------------------------------------------------------- New: ---- 0001-Don-t-search-for-KSane-Core-in-KF5SaneConfig.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libksane.spec ++++++ --- /var/tmp/diff_new_pack.FGqroX/_old 2023-01-20 17:36:25.451772934 +0100 +++ /var/tmp/diff_new_pack.FGqroX/_new 2023-01-20 17:36:25.455772955 +0100 @@ -1,7 +1,7 @@ # # spec file for package libksane # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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 +Patch1: 0001-Don-t-search-for-KSane-Core-in-KF5SaneConfig.patch BuildRequires: extra-cmake-modules BuildRequires: kf5-filesystem BuildRequires: sane-backends-devel ++++++ 0001-Don-t-search-for-KSane-Core-in-KF5SaneConfig.patch ++++++ >From 08bc7a5c35f32e2348ec8002b195b3e4f630fd4a Mon Sep 17 00:00:00 2001 From: Fabian Vogt <[email protected]> Date: Mon, 16 Jan 2023 18:48:38 +0100 Subject: [PATCH] Don't search for KSane::Core in KF5SaneConfig It's not a public dependency, so it doesn't need to be searched. --- KF5SaneConfig.cmake.in | 1 - 1 file changed, 1 deletion(-) diff --git a/KF5SaneConfig.cmake.in b/KF5SaneConfig.cmake.in index 5d1b995..67f6f04 100644 --- a/KF5SaneConfig.cmake.in +++ b/KF5SaneConfig.cmake.in @@ -2,5 +2,4 @@ include(CMakeFindDependencyMacro) find_dependency(Qt@QT_MAJOR_VERSION@Widgets "@REQUIRED_QT_VERSION@") -find_dependency(KSaneCore "@RELEASE_SERVICE_VERSION@") include("${CMAKE_CURRENT_LIST_DIR}/KF5SaneTargets.cmake") -- 2.39.0
