Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nemo-extensions for openSUSE:Factory checked in at 2025-07-23 16:36:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nemo-extensions (Old) and /work/SRC/openSUSE:Factory/.nemo-extensions.new.8875 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nemo-extensions" Wed Jul 23 16:36:12 2025 rev:29 rq:1295275 version:6.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nemo-extensions/nemo-extensions.changes 2025-06-23 14:57:49.931234542 +0200 +++ /work/SRC/openSUSE:Factory/.nemo-extensions.new.8875/nemo-extensions.changes 2025-07-23 16:39:40.426769826 +0200 @@ -1,0 +2,6 @@ +Mon Jul 21 21:02:32 UTC 2025 - Andreas Stieger <andreas.stie...@gmx.de> + +- fix build with gpgme >= 2.0.0 (boo#1246849), add + nemo-extensions-6.4.0-nemo-seahorse-Fix-build-with-gpgme-2.0.0.patch + +------------------------------------------------------------------- New: ---- nemo-extensions-6.4.0-nemo-seahorse-Fix-build-with-gpgme-2.0.0.patch ----------(New B)---------- New:- fix build with gpgme >= 2.0.0 (boo#1246849), add nemo-extensions-6.4.0-nemo-seahorse-Fix-build-with-gpgme-2.0.0.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nemo-extensions.spec ++++++ --- /var/tmp/diff_new_pack.ubR3fC/_old 2025-07-23 16:39:41.030794771 +0200 +++ /var/tmp/diff_new_pack.ubR3fC/_new 2025-07-23 16:39:41.030794771 +0200 @@ -2,6 +2,7 @@ # spec file for package nemo-extensions # # Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 Andreas Stieger <andreas.stie...@gmx.de> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +27,7 @@ Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: fix-hwcaps.patch Patch1: gnome-installer-removal.patch +Patch2: nemo-extensions-6.4.0-nemo-seahorse-Fix-build-with-gpgme-2.0.0.patch BuildRequires: cmake BuildRequires: fdupes BuildRequires: gettext-runtime ++++++ nemo-extensions-6.4.0-nemo-seahorse-Fix-build-with-gpgme-2.0.0.patch ++++++ >From 29aa09a685fe491429c2ac8559506c5dfb4f556c Mon Sep 17 00:00:00 2001 From: Andreas Stieger <andreas.stie...@gmx.de> Date: Mon, 21 Jul 2025 22:58:22 +0200 Subject: [PATCH] nemo-seahorse: Fix build with gpgme >= 2.0.0 --- nemo-seahorse/tool/seahorse-pgp-operation.c | 1 - 1 file changed, 1 deletion(-) diff --git a/nemo-seahorse/tool/seahorse-pgp-operation.c b/nemo-seahorse/tool/seahorse-pgp-operation.c index 1c01c13..f1c459a 100644 --- a/nemo-seahorse/tool/seahorse-pgp-operation.c +++ b/nemo-seahorse/tool/seahorse-pgp-operation.c @@ -300,7 +300,6 @@ event_cb (void *data, gpgme_event_io_t type, void *type_data) break; case GPGME_EVENT_NEXT_KEY: - case GPGME_EVENT_NEXT_TRUSTITEM: default: /* Ignore unsupported event types */ break; -- 2.50.1