SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for gnome-shell-search-provider-seahorse-43.0-150600.1.2.noarch.rpm :

* Fri Jan 06 2023 dimstarAATTopensuse.org- Add 9260c747.patch: Allow building with GnuPG-2.4.x.
* Mon Dec 12 2022 gmbr3AATTopensuse.org- The shell provider dbus service file must be in the main package due to being referenced in the .desktop file
* Fri Oct 14 2022 bjorn.lieAATTgmail.com- Update to version 43.0: + When showing an empty page, there\'s now a button to add a new item directly. + Fixed some warnings related to .authorized_keys or .other_keys not existing on the system. + Keysharing over DNS-SD is now disabled by default. + Port to libsoup3. + Updated translations.- Drop ab2f253c.patch: Fixed upstream.- Add desktop-file-utils BuildRequires: New dependency.- Add appstream-glib BuildRequires: Optional BuildRequires for validation of appdata during meson_test.
* Thu Sep 01 2022 bjorn.lieAATTgmail.com- Add ab2f253c.patch: Port to soup3. Following this, replace pkgconfig(libsoup-2.4) with pkgconfig(libsoup-3.0) BuildRequires.- Build sub-package gnome-shell-search-provider-seahorse as noarch.
* Mon May 23 2022 dimstarAATTopensuse.org- Update to version 42.0: + pgp: Fix GPG version check. + desktop: Add pgp,gpg to the description. + search-provider: Don\'t escape result description as markup. + gkr: Network label fixes. + ssh: Fix CPU Usage Spike When Calling ssh-keygen. + desktop: Add supported mime types to .desktop file> + desktop: Mark application as adaptive. + metainfo: Align app name with .desktop name. + ui: Opt-in to color scheme user preference> + Updated translations.
* Wed Sep 29 2021 bjorn.lieAATTgmail.com- Update to version 41.0: + appdata: State hardware support. + Updated translations.- Update Supplements syntax in sub-package to current standard.
* Thu Sep 16 2021 sbrabecAATTsuse.com- Remove obsolete translation-update-upstream support (jsc#SLE-21105).
* Sat Sep 04 2021 bjorn.lieAATTgmail.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 2021 dimstarAATTopensuse.org- Update to version 40.0: + Fix paint issue when unlocking empty login keyring (boo#1179003). + pgp: - Properly fix keyserver registration. - Add unit tests for PGP keyserver code.
* build: Unbreak build using vala 0.48.x.
* ci: Add minimal style checks to the CI.
* Several code cleanups.
* Updated translations.- Drop 153.patch: fixed upstream.
* Tue Feb 23 2021 dimstarAATTopensuse.org- Update to version 40.alpha: + Fix import dialog. + pgp: - Add support for HKPS servers. - Allow empty passphrase on key creation. - Fix expiry container disabled. + gkr: Add icon for network passwords. + ui: use libhandy list styling. + deps: - Bump to libhandy 1.1 and remove submodule. - Bump minimal supported version of gcr. - Bump minimal supported versions of gpg/gpgme. + Updated translations.
* Mon Feb 22 2021 dimstarAATTopensuse.org- Add 153.patch: key-manager: Make sure to update after unlocking (boo#1179003).
* Mon Feb 15 2021 bjorn.lieAATTgmail.com- Update to version 3.38.1: + ui: Bind to list item to listen to changes. + Updated translations.
* Sun Nov 08 2020 bjorn.lieAATTgmail.com- Update to version 3.38.0.1: + Fix detection of libhandy-1.- Drop seahorse-fix-libhandy.patch, fixed upstream.
* Sat Nov 07 2020 bjorn.lieAATTgmail.com- Update to version 3.38.0: + Bump to libhandy1. + Updated translations.- Replace pkgconfig(libhandy-0.0) for pkgconfig(libhandy-1) BuildRequires following upstreams changes.- Add seahorse-fix-libhandy.patch, fix detection of new libhandy.
* Fri Sep 04 2020 dimstarAATTopensuse.org- Update to version 3.37.2: + help: Several updates to the help pages. + gkr: Allow copying password secret with right click. + pgp: Don\'t show \'Indicate trust\' before importing. + ssh: Fix \"allow remote access\".- Changes from version 3.37.1: + Better keyboard navigation. + pgp: Set input-purpose on relevant entries. + Don\'t use wrongful mnemonic for Import. + Several fixes to the help pages. + Updated translations.
* Sat Jun 20 2020 bjorn.lieAATTgmail.com- Update to version 3.36.2: + Revert accidental string freeze break.
* Sat Jun 20 2020 bjorn.lieAATTgmail.com- Update to version 3.36.1: + Updated help pages. + Updated translations.
* Wed Mar 11 2020 mgorseAATTsuse.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 2020 dimstarAATTopensuse.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 2020 dimstarAATTopensuse.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 05 2020 bjorn.lieAATTgmail.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.lieAATTgmail.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.lieAATTgmail.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.lieAATTgmail.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.lieAATTgmail.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.lieAATTgmail.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 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.lieAATTgmail.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.lieAATTgmail.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.belvireAATTopensuse.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 luc14n0AATTlinuxmail.org- Add seahorse-fix-ldap-undefined-references.patch provided by upstream (glgo#GNOME/seahorse!15) and re-enable ldap support.
* Fri Aug 31 2018 luc14n0AATTlinuxmail.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 luc14n0AATTlinuxmail.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 dimstarAATTopensuse.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 dimstarAATTopensuse.org- Use SPDX3.0 license tags and package COPYING as %license.
* Mon Jan 15 2018 mgorseAATTsuse.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 hpjAATTsuse.com- Update to GNOME 3.20 -- Fate#318572.
* Fri Mar 25 2016 zaitorAATTopensuse.org- Update to version 3.20.0: + Update AppData spec file. + Updated translations.
* Tue Jan 19 2016 dimstarAATTopensuse.org- Update to version 3.19.4: + Build fixes (bgo#758472). + Updated translations.
* Tue Sep 29 2015 zaitorAATTopensuse.org- Update to version 3.18.0: + Use the application name in the software center. + Updated translations.
* Tue Aug 04 2015 zaitorAATTopensuse.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 zaitorAATTopensuse.org- Update to version 3.16.0: + Provide a symbolic variant of the app icon (bgo#747244). + Updated translations.
* Wed Mar 18 2015 dimstarAATTopensuse.org- Update to version 3.15.92: + Don\'t use deprecated GtkArrow (bgo#744195). + Updated translations.
* Sat Feb 28 2015 dimstarAATTopensuse.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 zaitorAATTopensuse.org- Update to version 3.14.1: + Don\'t hide GtkBuilder errors (bgo#740138). + Updated translations.
 
ICM