Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package seahorse-nautilus for openSUSE:Factory checked in at 2025-06-18 15:53:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/seahorse-nautilus (Old) and /work/SRC/openSUSE:Factory/.seahorse-nautilus.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "seahorse-nautilus" Wed Jun 18 15:53:30 2025 rev:22 rq:1285996 version:3.11.92+95 Changes: -------- --- /work/SRC/openSUSE:Factory/seahorse-nautilus/seahorse-nautilus.changes 2022-09-21 14:40:24.193417295 +0200 +++ /work/SRC/openSUSE:Factory/.seahorse-nautilus.new.19631/seahorse-nautilus.changes 2025-06-18 15:53:33.557770697 +0200 @@ -1,0 +2,5 @@ +Sat Jun 14 20:55:45 UTC 2025 - Andreas Stieger <andreas.stie...@gmx.de> + +- fix build with gpgme >=2.0.0 gpgme-2.0.0.patch boo#1244605 + +------------------------------------------------------------------- New: ---- gpgme-2.0.0.patch ----------(New B)---------- New: - fix build with gpgme >=2.0.0 gpgme-2.0.0.patch boo#1244605 ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ seahorse-nautilus.spec ++++++ --- /var/tmp/diff_new_pack.3XoDHu/_old 2025-06-18 15:53:35.145836916 +0200 +++ /var/tmp/diff_new_pack.3XoDHu/_new 2025-06-18 15:53:35.157837416 +0200 @@ -2,6 +2,7 @@ # spec file for package seahorse-nautilus # # Copyright (c) 2022 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 @@ -24,8 +25,7 @@ Group: Productivity/Security URL: http://live.gnome.org/Seahorse Source: %{name}-%{version}.tar.xz - -BuildRequires: gpgme-devel +Patch0: gpgme-2.0.0.patch BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(cryptui-0.0) >= 3.9.90 @@ -34,6 +34,7 @@ BuildRequires: pkgconfig(gio-2.0) >= 2.44 BuildRequires: pkgconfig(glib-2.0) >= 2.44 BuildRequires: pkgconfig(gnome-keyring-1) +BuildRequires: pkgconfig(gpgme) BuildRequires: pkgconfig(gtk+-3.0) >= 3.18.0 BuildRequires: pkgconfig(libnautilus-extension-4) >= 43.rc ++++++ gpgme-2.0.0.patch ++++++ Index: seahorse-nautilus-3.11.92+95/tool/seahorse-pgp-operation.c =================================================================== --- seahorse-nautilus-3.11.92+95.orig/tool/seahorse-pgp-operation.c +++ seahorse-nautilus-3.11.92+95/tool/seahorse-pgp-operation.c @@ -300,7 +300,6 @@ event_cb (void *data, gpgme_event_io_t t break; case GPGME_EVENT_NEXT_KEY: - case GPGME_EVENT_NEXT_TRUSTITEM: default: /* Ignore unsupported event types */ break;