forked from pool/seahorse
Accepting request 922148 from GNOME:Factory
New stable release (forwarded request 922142 from iznogood) OBS-URL: https://build.opensuse.org/request/show/922148 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seahorse?expand=0&rev=117
This commit is contained in:
commit
d33f549521
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ec7057b3868bac6ea041fda82140a39f5ec9e5b188b450914d453bc2d55d02c
|
||||
size 1309064
|
3
seahorse-41.0.tar.xz
Normal file
3
seahorse-41.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6eec09e810448295f547f18c1d5772b65c3edc1d9e5a2595f10b5dde68929f5
|
||||
size 1371984
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 29 09:45:52 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 41.0:
|
||||
+ appdata: State hardware support.
|
||||
+ Updated translations.
|
||||
- Update Supplements syntax in sub-package to current standard.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 02:05:19 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>
|
||||
|
||||
- Remove obsolete translation-update-upstream support
|
||||
(jsc#SLE-21105).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 4 20:20:37 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 41.beta:
|
||||
+ pgp:
|
||||
- Redesign of the PGP key properties dialog
|
||||
- Also monitor .kbx in gpghomedir, making sure we get notified
|
||||
of new keys
|
||||
- Start adding (basic) unit tests
|
||||
- Make pgp key id equality accept more values
|
||||
- Make HKP keyid check more robust
|
||||
- Fix expiration date for certain keys
|
||||
- Allow building with GnuPG-2.3.x
|
||||
- Fix segfault when built with LDAP disabled
|
||||
+ ui:
|
||||
- Follow GNOME HIG more closely [!178]
|
||||
- Datepicker now only pops down on double click
|
||||
+ gkr:
|
||||
- Fix warnings for items with NULL labels
|
||||
- Don't show "Details" if no attributes are shown
|
||||
+ appdata: Updated screenshot
|
||||
+ Update README.md
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 13 06:39:03 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: seahorse
|
||||
Version: 40.0
|
||||
Version: 41.0
|
||||
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/40/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/seahorse/41/%{name}-%{version}.tar.xz
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gpg2 >= 2.2.0
|
||||
@ -33,18 +33,17 @@ BuildRequires: openldap2-devel
|
||||
BuildRequires: openssh
|
||||
BuildRequires: pkcs11-helper-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: vala
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(avahi-client)
|
||||
BuildRequires: pkgconfig(avahi-glib) >= 0.6
|
||||
BuildRequires: pkgconfig(gcr-3) >= 3.18
|
||||
BuildRequires: pkgconfig(gcr-ui-3) >= 3.18
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.58
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.58
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.58
|
||||
BuildRequires: pkgconfig(gmodule-2.0) >= 2.58
|
||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.58
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.66
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.66
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.66
|
||||
BuildRequires: pkgconfig(gmodule-2.0) >= 2.66
|
||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.66
|
||||
BuildRequires: pkgconfig(gpgme) >= 1.14.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.0
|
||||
BuildRequires: pkgconfig(libhandy-1) >= 1.1.0
|
||||
@ -59,7 +58,7 @@ Seahorse is a GNOME interface for gnupg. It uses gpgme as the backend.
|
||||
%package -n gnome-shell-search-provider-seahorse
|
||||
Summary: GNOME interface for gnupg -- Search Provider for GNOME Shell
|
||||
Group: Productivity/Security
|
||||
Supplements: packageand(gnome-shell:%{name})
|
||||
Supplements: (%{name} and gnome-shell)
|
||||
|
||||
%description -n gnome-shell-search-provider-seahorse
|
||||
Seahorse is a GNOME interface for gnupg. It uses gpgme as the backend.
|
||||
@ -71,7 +70,6 @@ search results from seahorse.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
%meson \
|
||||
|
Loading…
Reference in New Issue
Block a user