SHA256
1
0
forked from pool/seahorse

Accepting request 1056358 from home:dimstar:Factory

- Add 9260c747.patch: Allow building with GnuPG-2.4.x.

OBS-URL: https://build.opensuse.org/request/show/1056358
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/seahorse?expand=0&rev=225
This commit is contained in:
Bjørn Lie 2023-01-06 19:02:01 +00:00 committed by Git OBS Bridge
parent 1e0ec984e8
commit 83a4d2aefa
3 changed files with 33 additions and 2 deletions

25
9260c747.patch Normal file
View File

@ -0,0 +1,25 @@
From 9260c74779be3d7a378db0671af862ffa3573d42 Mon Sep 17 00:00:00 2001
From: Xi Ruoyao <xry111@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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 6 09:29:28 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Add 9260c747.patch: Allow building with GnuPG-2.4.x.
-------------------------------------------------------------------
Mon Dec 12 22:49:41 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>

View File

@ -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 @@ License: GFDL-1.1-only AND GPL-2.0-or-later AND LGPL-2.1-or-later
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 dimstar@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