Accepting request 1159274 from GNOME:Next
GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1159274 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/seahorse?expand=0&rev=227
This commit is contained in:
parent
83a4d2aefa
commit
608b4f5e25
@ -1,25 +0,0 @@
|
||||
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
|
||||
|
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/seahorse.git</param>
|
||||
<param name="revision">main</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
3
seahorse-43.0+22.obscpio
Normal file
3
seahorse-43.0+22.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ade0c56aaaf286a62f7c8165701797e96c4f26abb8b4dab03887c447127330f3
|
||||
size 12644877
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b1d1bfba74f3658227f3c82e296f330dd0fcd1ef4636b6a218228fee5ea832d
|
||||
size 1392460
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 09:09:56 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- 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 <dimstar@opensuse.org>
|
||||
|
||||
|
4
seahorse.obsinfo
Normal file
4
seahorse.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: seahorse
|
||||
version: 43.0+22
|
||||
mtime: 1708971802
|
||||
commit: 0f4cb1f4f421af4a0e1c240f012e915c4e3d59b3
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user