diff --git a/9260c747.patch b/9260c747.patch deleted file mode 100644 index d9160c6..0000000 --- a/9260c747.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 9260c74779be3d7a378db0671af862ffa3573d42 Mon Sep 17 00:00:00 2001 -From: Xi Ruoyao -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 - diff --git a/_service b/_service new file mode 100644 index 0000000..b49dbe5 --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + git + https://gitlab.gnome.org/GNOME/seahorse.git + main + @PARENT_TAG@+@TAG_OFFSET@ + v?(.*)\+0 + \1 + + + + + *.tar + zst + + + + diff --git a/seahorse-43.0+22.obscpio b/seahorse-43.0+22.obscpio new file mode 100644 index 0000000..fc6058f --- /dev/null +++ b/seahorse-43.0+22.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade0c56aaaf286a62f7c8165701797e96c4f26abb8b4dab03887c447127330f3 +size 12644877 diff --git a/seahorse-43.0.tar.xz b/seahorse-43.0.tar.xz deleted file mode 100644 index a6792b5..0000000 --- a/seahorse-43.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b1d1bfba74f3658227f3c82e296f330dd0fcd1ef4636b6a218228fee5ea832d -size 1392460 diff --git a/seahorse.changes b/seahorse.changes index 3bebb28..3a77342 100644 --- a/seahorse.changes +++ b/seahorse.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Feb 28 09:09:56 UTC 2024 - Dominique Leuenberger + +- Update to version 43.0+22: + + Avoid C99 incompatibility around + seahorse_pkcs11_backend_initialize. + + Allow building with GnuPG-2.4.x. +- Drop 9260c747.patch: fixed upstream. + ------------------------------------------------------------------- Fri Jan 6 09:29:28 UTC 2023 - Dominique Leuenberger diff --git a/seahorse.obsinfo b/seahorse.obsinfo new file mode 100644 index 0000000..2b99ded --- /dev/null +++ b/seahorse.obsinfo @@ -0,0 +1,4 @@ +name: seahorse +version: 43.0+22 +mtime: 1708971802 +commit: 0f4cb1f4f421af4a0e1c240f012e915c4e3d59b3 diff --git a/seahorse.spec b/seahorse.spec index 9823d37..0bd3be0 100644 --- a/seahorse.spec +++ b/seahorse.spec @@ -1,7 +1,7 @@ # # spec file for package seahorse # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,13 @@ Name: seahorse -Version: 43.0 +Version: 43.0+22 Release: 0 Summary: GNOME interface for gnupg 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 +Source0: %{name}-%{version}.tar.zst BuildRequires: appstream-glib BuildRequires: desktop-file-utils BuildRequires: docbook-xsl-stylesheets