Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package seahorse for openSUSE:Factory 
checked in at 2023-01-07 17:17:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/seahorse (Old)
 and      /work/SRC/openSUSE:Factory/.seahorse.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "seahorse"

Sat Jan  7 17:17:38 2023 rev:122 rq:1056679 version:43.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/seahorse/seahorse.changes        2022-12-14 
14:10:42.059401504 +0100
+++ /work/SRC/openSUSE:Factory/.seahorse.new.1563/seahorse.changes      
2023-01-07 17:19:26.694059496 +0100
@@ -1,0 +2,5 @@
+Fri Jan  6 09:29:28 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Add 9260c747.patch: Allow building with GnuPG-2.4.x.
+
+-------------------------------------------------------------------

New:
----
  9260c747.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ seahorse.spec ++++++
--- /var/tmp/diff_new_pack.autYTL/_old  2023-01-07 17:19:27.110061978 +0100
+++ /var/tmp/diff_new_pack.autYTL/_new  2023-01-07 17:19:27.114062002 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package seahorse
 #
-# 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
@@ -24,7 +24,8 @@
 Group:          Productivity/Security
 URL:            https://wiki.gnome.org/Apps/Seahorse
 Source0:        
https://download.gnome.org/sources/seahorse/43/%{name}-%{version}.tar.xz
-
+# PATCH-FIX-UPSTREAM 9260c747.patch dims...@opensuse.org -- Allow building 
with GnuPG-2.4.x
+Patch0:         https://gitlab.gnome.org/GNOME/seahorse/-/commit/9260c747.patch
 BuildRequires:  appstream-glib
 BuildRequires:  desktop-file-utils
 BuildRequires:  docbook-xsl-stylesheets

++++++ 9260c747.patch ++++++
>From 9260c74779be3d7a378db0671af862ffa3573d42 Mon Sep 17 00:00:00 2001
From: Xi Ruoyao <xry...@xry111.site>
Date: Wed, 21 Dec 2022 20:58:26 +0800
Subject: [PATCH] Allow building with GnuPG-2.4.x

---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index e29b5322..23d0b54f 100644
--- a/meson.build
+++ b/meson.build
@@ -26,7 +26,7 @@ endif
 # Dependencies
 min_glib_version = '2.66'
 min_gcr_version = '3.38'
-accepted_gpg_versions = [ '2.2.0', '2.3.0' ]
+accepted_gpg_versions = [ '2.2.0', '2.3.0', '2.4.0' ]
 gpg_check_version = find_program('build-aux' / 'gpg_check_version.py')
 
 glib_deps = [
-- 
GitLab

Reply via email to