SHA256
1
0
forked from pool/seahorse

Accepting request 1205487 from GNOME:Factory

SCripted push of GNOME 47

OBS-URL: https://build.opensuse.org/request/show/1205487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seahorse?expand=0&rev=125
This commit is contained in:
Ana Guerrero 2024-10-08 15:18:25 +00:00 committed by Git OBS Bridge
commit 4f1c584d11
7 changed files with 22 additions and 35 deletions

View File

@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual"> <service name="obs_scm" mode="manual">
<param name="scm">git</param> <param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/seahorse.git</param> <param name="url">https://gitlab.gnome.org/GNOME/seahorse.git</param>
<param name="revision">main</param> <param name="revision">47.0.1</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param> <param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param> <param name="versionrewrite-replacement">\1</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ade0c56aaaf286a62f7c8165701797e96c4f26abb8b4dab03887c447127330f3
size 12644877

3
seahorse-47.0.1.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e24e71b76842eac388d0949d02eb3d8ef7c9deb7bc6113fe65a75114d378b51
size 12631053

View File

@ -1,25 +0,0 @@
From 4110a2389bf9728b8f0c9b216b0a5843de806e4a Mon Sep 17 00:00:00 2001
From: ppw 0 <ppw0@tuta.io>
Date: Wed, 6 Dec 2023 12:16:45 +0000
Subject: [PATCH] Update file operation.vala
---
ssh/operation.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ssh/operation.vala b/ssh/operation.vala
index 4743d0a5..48a525c3 100644
--- a/ssh/operation.vala
+++ b/ssh/operation.vala
@@ -49,7 +49,7 @@ public abstract class Operation : GLib.Object {
protected async string? operation_async(string command,
string? input,
Cancellable? cancellable) throws GLib.Error {
- return_val_if_fail (command != null && command != "", null);
+ return_val_if_fail (command != null && command != "", false);
// Strip the command name for logging purposes
string[] args;
--
GitLab

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Sep 18 12:53:35 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 47.0.1:
+ Do a better job of passing on the app icon to the window
manager, so it appropriately shows up when one of its windows
is focused.
+ Add support for GnuPG 2.4 and 2.5.
+ Try to show a bit more info when showing a password from some
apps, like Evolution and Remmina.
+ Several build fixes.
+ Updated translations.
- Drop seahorse-gcc14.patch: fixed upstream.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 4 19:37:12 UTC 2024 - Michael Gorse <mgorse@suse.com> Tue Jun 4 19:37:12 UTC 2024 - Michael Gorse <mgorse@suse.com>

View File

@ -1,4 +1,4 @@
name: seahorse name: seahorse
version: 43.0+22 version: 47.0.1
mtime: 1708971802 mtime: 1726661646
commit: 0f4cb1f4f421af4a0e1c240f012e915c4e3d59b3 commit: af96f244a15a2afe8ffdfffc173abc8e38a218ef

View File

@ -17,15 +17,13 @@
Name: seahorse Name: seahorse
Version: 43.0+22 Version: 47.0.1
Release: 0 Release: 0
Summary: GNOME interface for gnupg Summary: GNOME interface for gnupg
License: GFDL-1.1-only AND GPL-2.0-or-later AND LGPL-2.1-or-later License: GFDL-1.1-only AND GPL-2.0-or-later AND LGPL-2.1-or-later
Group: Productivity/Security Group: Productivity/Security
URL: https://wiki.gnome.org/Apps/Seahorse URL: https://wiki.gnome.org/Apps/Seahorse
Source0: %{name}-%{version}.tar.zst Source0: %{name}-%{version}.tar.zst
# PATCH-FIX-UPSTREAM seahorse-gcc14.patch boo#1225926 mgorse@suse.com -- fix an invalid cast.
Patch0: seahorse-gcc14.patch
BuildRequires: appstream-glib BuildRequires: appstream-glib
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: docbook-xsl-stylesheets BuildRequires: docbook-xsl-stylesheets