From 28db53ce2216e33bc8da60e62b0ee95d36daec868b8c6c908b78206ee6ac8763 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 17 Apr 2020 22:54:30 +0000 Subject: [PATCH] Accepting request 795105 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/795105 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/seahorse?expand=0&rev=200 --- seahorse-3.34.1.tar.xz | 3 --- seahorse-3.36.tar.xz | 3 +++ seahorse.changes | 59 ++++++++++++++++++++++++++++++++++++++++++ seahorse.spec | 9 ++++--- 4 files changed, 67 insertions(+), 7 deletions(-) delete mode 100644 seahorse-3.34.1.tar.xz create mode 100644 seahorse-3.36.tar.xz diff --git a/seahorse-3.34.1.tar.xz b/seahorse-3.34.1.tar.xz deleted file mode 100644 index 1bacda3..0000000 --- a/seahorse-3.34.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc7aee688a67b83cb076fae6275861dc6bc1a8ab195105132e8bf9c7a9ff82a5 -size 1271616 diff --git a/seahorse-3.36.tar.xz b/seahorse-3.36.tar.xz new file mode 100644 index 0000000..ed589ba --- /dev/null +++ b/seahorse-3.36.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992f48ba6b0fffa653a91c7acd2966126e7b21d764d721ff758192dc8c2216db +size 1673924 diff --git a/seahorse.changes b/seahorse.changes index 74914ce..3d2ff19 100644 --- a/seahorse.changes +++ b/seahorse.changes @@ -1,3 +1,62 @@ +------------------------------------------------------------------- +Wed Mar 11 00:09:42 UTC 2020 - mgorse@suse.com + +- Update to version 3.36: + + Add hyperlink for COPYING in README. + + meson: Validate appdata and desktop files. + + flatpak: Remove dconf workaround. + + flatpak: Remove libsoup. + + gkr: Try to guess the username. + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 18 16:12:51 UTC 2020 - Dominique Leuenberger + +- Update to version 3.35.91: + + ui: + - Add F10 shortcut for 'open menu'. + - Remove ctrl+f1 shortcut. + + pgp: + - Allow exporting both public & secret key. + - Use gpgme_op_create_subkey() over gpgme_op_edit(). + - Port several dialogs to GtkTemplate. + - Small UI changes to KeyProperties. + + gkr: + - Try to display a username if available. + - Strip verbose 'Network secret for' prefix. + - Use "network-wired" icon for NM secret. + + common: Remove SeahorseObjectWidget. + + css: Fix a missing 'px' unit. + + meson: Use files() for source. + +------------------------------------------------------------------- +Wed Feb 12 09:50:32 CET 2020 - dimstar@opensuse.org + +- Update to version 3.35.90: + + a11y: Make sure import buttons have a mnemonic. + + ui: + - Add keyboard shortcuts window. + - Take initials steps to provide an adaptive UI. + - Remove "Show combined" option. + - sidebar: Group by Passwords, Keys, Certificates. + - sidebar: Don't show "System Trust" if empty. + + ssh: Show the public key and add button to copy it. + + pgp: Don't use short key IDs. + + build: glgo#GNOME/seahorse!103, glgo#GNOME/seahorse!104, + glgo#GNOME/seahorse!110, glgo#GNOME/seahorse!113. +- Changes from version 3.35.1: + + Replace GtkFileChooserDialog with GtkFileChooserNative. + + Add development profile. + + icon: Create a nightly app icon. + + pgp: + - Update documentation for exporting public keys + - Fix segfault when deleting subkeys (glgo#GNOME/seahorse#250). + - Fix deadlock with trust-model tofu or tofu-pgp + (glgo#GNOME/seahorse#2). + + Updated translations. +- Replace libgpgme-devel BuildRequires with pkgconfig(gpgme). +- Add pkgcofig(libhandy-0.0) BuildRequires: new dependency. + ------------------------------------------------------------------- Sun Jan 5 23:48:20 UTC 2020 - Bjørn Lie diff --git a/seahorse.spec b/seahorse.spec index bcdf149..361a940 100644 --- a/seahorse.spec +++ b/seahorse.spec @@ -17,20 +17,19 @@ Name: seahorse -Version: 3.34.1 +Version: 3.36 Release: 0 Summary: GNOME interface for gnupg License: GPL-2.0-or-later AND LGPL-2.1-or-later AND GFDL-1.1-only Group: Productivity/Security URL: https://wiki.gnome.org/Apps/Seahorse -Source0: https://download.gnome.org/sources/seahorse/3.34/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/seahorse/3.36/%{name}-%{version}.tar.xz BuildRequires: docbook-xsl-stylesheets BuildRequires: fdupes BuildRequires: gpg2 -BuildRequires: libgpgme-devel BuildRequires: libxslt-tools -BuildRequires: meson >= 0.49 +BuildRequires: meson >= 0.51 BuildRequires: openldap2-devel BuildRequires: openssh BuildRequires: pkcs11-helper-devel @@ -47,7 +46,9 @@ BuildRequires: pkgconfig(gio-unix-2.0) >= 2.44 BuildRequires: pkgconfig(glib-2.0) >= 2.44 BuildRequires: pkgconfig(gmodule-2.0) >= 2.44 BuildRequires: pkgconfig(gobject-2.0) >= 2.44 +BuildRequires: pkgconfig(gpgme) >= 1.7.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.22 +BuildRequires: pkgconfig(libhandy-0.0) >= 0.0.12 BuildRequires: pkgconfig(libsecret-1) >= 0.16 BuildRequires: pkgconfig(libsoup-2.4) >= 2.33.92 BuildRequires: pkgconfig(pwquality)