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
This commit is contained in:
Dominique Leuenberger 2020-04-17 22:54:30 +00:00 committed by Git OBS Bridge
parent 6c8f5fb272
commit 28db53ce22
4 changed files with 67 additions and 7 deletions

View File

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

3
seahorse-3.36.tar.xz Normal file
View File

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

View File

@ -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 <dimstar@opensuse.org>
- 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 <bjorn.lie@gmail.com>

View File

@ -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)