diff --git a/170.patch b/170.patch new file mode 100644 index 0000000..cc5f0e1 --- /dev/null +++ b/170.patch @@ -0,0 +1,25 @@ +From 5afb3c219867f264f817c9be7e50353566cc325c Mon Sep 17 00:00:00 2001 +From: Xi Ruoyao +Date: Wed, 14 Apr 2021 23:25:45 +0800 +Subject: [PATCH] Allow building with GnuPG-2.3.x + +--- + meson.build | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/meson.build b/meson.build +index 978f1f10..0ed0ec26 100644 +--- a/meson.build ++++ b/meson.build +@@ -26,7 +26,7 @@ endif + # Dependencies + min_glib_version = '2.58' + min_gcr_version = '3.38' +-accepted_gpg_versions = [ '2.2.0' ] ++accepted_gpg_versions = [ '2.2.0', '2.3.0' ] + gpg_check_version = find_program('build-aux' / 'gpg_check_version.py') + + glib_deps = [ +-- +GitLab + diff --git a/seahorse.spec b/seahorse.spec index 803b92c..5c0e82a 100644 --- a/seahorse.spec +++ b/seahorse.spec @@ -11,6 +11,9 @@ License: GPLv2+ and LGPLv2+ URL: https://wiki.gnome.org/Apps/Seahorse Source: https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz +# Fix the build with gnupg 2.3.x +Patch0: 170.patch + BuildRequires: pkgconfig(avahi-client) BuildRequires: pkgconfig(avahi-glib) BuildRequires: pkgconfig(gio-2.0)