Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: gnome-shell-search-provider-seahorse | Distribution: SUSE Linux Enterprise 15 |
Version: 3.34.1 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 1.33 | Build date: Wed Jun 10 01:09:09 2020 |
Group: Productivity/Security | Build host: ibs-lx2160ardb-1 |
Size: 263 | Source RPM: seahorse-3.34.1-1.33.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://wiki.gnome.org/Apps/Seahorse | |
Summary: GNOME interface for gnupg -- Search Provider for GNOME Shell |
Seahorse is a GNOME interface for gnupg. It uses gpgme as the backend. This package contains a search provider to enable GNOME Shell to get search results from seahorse.
GPL-2.0-or-later AND LGPL-2.1-or-later AND GFDL-1.1-only
* Sun Jan 05 2020 bjorn.lie@gmail.com - Update to version 3.34.1: + Fix crash when deleting a subkey. + Fix a deadlock when using tofu trust model. + Updated translations. * Tue Oct 01 2019 bjorn.lie@gmail.com - Update to version 3.34: + gkr: Fix use-after-free in password interaction. + Add OARS Metadata tags. + Cleanup flatpak manifest. + gkr: Fix a build failure due to a GKR GIR breakage. + Depend on meson version >= 0.49. + Fix a crash for some Epiphany passwords. + Add mnemonics. + ssh: Use Posix.Signal.TERM to unbreak building with valac <= 0.40. + Enable type-to-search. + pgp: Fix a segfault when syncing GPG keys to an HKP server. + gkr: Update user documentation for keyrings. + Generate manpage from XML file. + Implement GApplication.open() so we can import files from the command line. + pgp: Fix build related to GPG(ME) versions. - Add docbook-xsl-stylesheets and libxslt-tools BuildRequires and pass manpage=true to meson: Build manpages. * Thu May 16 2019 bjorn.lie@gmail.com - Update to version 3.32.2: + appdata: Update the contact details and add OARS metadata. + gkr: Fix a crash for some Epiphany passwords. * Sun Apr 28 2019 bjorn.lie@gmail.com - Update to version 3.32.1: + Enable type-to-search. + Fix errors when building with valac < 0.40. + pgp: Fix crash when syncing GPG keys to HKP server. + Update documentation for import/exporting keys / creating keyrings. + Fix build with -Dcheck-compatible-gpg=false. + Updated translations. * Tue Mar 12 2019 bjorn.lie@gmail.com - Update to version 3.32: + Fix regression: no more context menu in sidebar. + gkr: Fix crash when renaming keyring. + pgp: Don't use a custom person icon. + gpgme: Don't use gpgme_op_edit for exporting or making a UID primary. + Port more GSimpleAsyncResult to GTask. + flatpak: fix network permissions. + Updated translations. * Wed Feb 20 2019 bjorn.lie@gmail.com - Update to version 3.31.91: + Remove deprecated g_type_class_add_private. + flatpak: Add dependencies for key sharing/importing. + gkr: - Recognize GNOME Web (Epiphany) passwords and adjust UI. - Recognize user-specific Wi-Fi passwords. - Use application icon for password of known installed app. - Fix Chrome password recognition. - Add password strength indicator when adding a new password. + pgp: - Always use gpgme_op_export_start when exporting. - Cleanup the UI of the key properties dialog. + Add an empty state indicator. + Add <ctrl>f as an accelerator for the search bar. + Start migration of GSimpleAsyncResult to GTask. + Migrate some widget from SeahorseWidget to GtkTemplate. - Add pkgconfig(pwquality) BuildRequires: New dependency. * Wed Jan 09 2019 bjorn.lie@gmail.com - Update to version 3.31.1: + Port most uses of Gtk.Action to GLib.Action. + New app icon. + Use a header bar. + Updated password properties dialog. + Updated SSH key properties dialog. + Update view when new item is added. + UI tweaks to the KeyManager list. + pgp: small cleanups. + Vala fixes. * Tue Dec 11 2018 bjorn.lie@gmail.com - Update to version 3.30.1.1: + Fix Vala build issue due to GLib.List type mismatch. - Changes from version 3.30.1: + gkr: Passwords are filtered out when "personal". + ssh: Fix key creation with quotes in the name. + pgp: A progress bar is again shown when creating a PGP key. + Resolved a crash when pasting e.g. a file into the window. + Updated translations. * Sun Sep 23 2018 antoine.belvire@opensuse.org - Update to version 3.30: + Fix no window when launched from .desktop (glgo#GNOME/seahorse#192, glgo#GNOME/seahorse#16). + Show active window if available on launch (glgo#GNOME/seahorse#18). + Add debug logging for filtering. + Make yelp documentation optional (glgo#GNOME/seahorse#17). + Drop Continuous' configure script (glgo#GNOME/seahorse#12). + Fix build on debian (glgo#GNOME/seahorse#190). + Updated translations. - Drop seahorse-fix-ldap-undefined-references.patch: Fixed upstream. - No longer recommend lang package as it already supplements main package (same effect, it's redundant). * Fri Aug 31 2018 luc14n0@linuxmail.org - Add seahorse-fix-ldap-undefined-references.patch provided by upstream (glgo#GNOME/seahorse!15) and re-enable ldap support. * Fri Aug 31 2018 luc14n0@linuxmail.org - Update to version 3.29.92: + gkr: fix segfault when trying to change default keyring password (glgo#GNOME/seahorse#182). + Fix - Cannot delete multi-selected SSH keys (glgo#GNOME/seahorse#105, glgo#GNOME/seahorse!9). + pgp: Seahorse again correctly filters keys for signing (glgo#GNOME/seahorse!11). + pgp: Search keys dialog now properly lists key servers again (glgo#GNOME/seahorse!10). + gkr: Fix lock/unlock button tooltip text in keyring properties (glgo#GNOME/seahorse!5). + Updated translations. - Enable tests run to increase QA of package. * Wed Aug 15 2018 luc14n0@linuxmail.org - Update to 3.29.91: + pgp: remove non-working Help button (glgo#GNOME/seahorse#164). + gkr: Fix lock/unlock button in keyring properties. + ssh: Fix upload button. + Use header bars more consistently. + Updated translations. - Changes from version 3.29.90: + pgp: add hint when 'Full name' is not long enough (bgo#395805). + gkr: ask for confirmation when saving changes (bgo#712348). + gkr: Don't update key description if it doesn't change (bgo#777802). + ssh: modify the key length options based on the type of encryption. + ssh: add basic support for ECDSA and ED25519 keys (bgo#754028). + Several small documentation fixes. + Updated translations. - Add: + meson BuildRequires and replace configure/make/make_install macros/command with meson/meson_build_meson_install, respectively; and pass pgp-support, check-compatible-gpg, pkcs11-support, keyservers-support, hkp-support, ldap-support, key-sharing options to meson as true (upstream defaults), following upstream port to Meson build system. + glib-2.0, gobject-2.0, gio-unix-2.0 and gmodule-2.0 pkgconfig modules as BuilRequires to avoid implicit dependencies. + libpkcs11-helper-devel BuildRequires: this is needed for PKCS#11 support. - Drop: + Fixed upstream patches: seahorse-new-gnupg.patch and seahorse-gpg-ignore-key-considered.patch (bgo#778607). + autoconf, and its autoreconf call, and automake BuildRequires: they are no longer needed, they were added only because of the previous dropped patches. + intltool BuildRequires: this is no longer needed since upstream migrated to Gettext. + update-desktop-files BuildRequires and suse_update_desktop_file macro: they are no longer needed. + glib2_gsettings_schema_requires macro: this is no longer needed since RPM file triggers (version >= 4.13). + Pristine Obsoletes targeted at openSUSE release <= 12.1. - Switch: + libsecret-unstable and gck-1 pkgconfig modules to libsecret-1 and gck-ui-3, respectively, to conform with meson dependency checks. Note that libsecret-1 and gck-ui-3 were already being used since they are provided by the same package as the switched modules. + gpgme-devel BuildRequire to libgpgme-devel: this is the right openSUSE package name. - Point fdupes to the datadir (/usr/share/) rather than the whole buildroot, which is a practice that must be avoided when hard linking. * Tue Mar 27 2018 dimstar@opensuse.org - Add explicit call to autoreconf: some of the patches touch the build system. - Drop -lib2_gsettings_schema_post[un], desktop_database_post[un] and icon_theme_cache_post[un] usage from post/postun scripts: the functionality covered by file triggers. * Mon Feb 26 2018 dimstar@opensuse.org - Use SPDX3.0 license tags and package COPYING as %license. * Mon Jan 15 2018 mgorse@suse.com - Add seahorse-gpg-ignore-key-considered.patch: ignore new key_considered line (bgo#779607). - Add seahorse-new-gnupg.patch: Mark gnupg 2.2.x as supported, so that our builds enable gpg again (bsc#1075928). - Drop seahorse-allow-deprecated.patch: seahorse builds without it. * Fri Apr 15 2016 hpj@suse.com - Update to GNOME 3.20 -- Fate#318572. * Fri Mar 25 2016 zaitor@opensuse.org - Update to version 3.20.0: + Update AppData spec file. + Updated translations. * Tue Jan 19 2016 dimstar@opensuse.org - Update to version 3.19.4: + Build fixes (bgo#758472). + Updated translations. * Tue Sep 29 2015 zaitor@opensuse.org - Update to version 3.18.0: + Use the application name in the software center. + Updated translations. * Tue Aug 04 2015 zaitor@opensuse.org - Update to version 3.17.4: + Avoid binding seahorse to the build-time version of GnuPG (bgo#750468). + Fix seahorse shell search provider (bgo#704619). + Use GResource to load UI resources (bgo#752516). + Build fixes: bgo#744503, bgo#752990. + Updated translations. * Tue May 12 2015 zaitor@opensuse.org - Update to version 3.16.0: + Provide a symbolic variant of the app icon (bgo#747244). + Updated translations. * Wed Mar 18 2015 dimstar@opensuse.org - Update to version 3.15.92: + Don't use deprecated GtkArrow (bgo#744195). + Updated translations. * Sat Feb 28 2015 dimstar@opensuse.org - Update to version 3.15.90: + Refactoring and revamping help files. + Work around for breakage with gnupg2. + Fix invalid UI files (bgo#740138). + Updated translations. * Sat Feb 28 2015 zaitor@opensuse.org - Update to version 3.14.1: + Don't hide GtkBuilder errors (bgo#740138). + Updated translations.
/usr/share/dbus-1/services/org.gnome.seahorse.Application.service /usr/share/gnome-shell /usr/share/gnome-shell/search-providers /usr/share/gnome-shell/search-providers/seahorse-search-provider.ini
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 13:54:43 2024