Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

seahorse-41.0-1.2 RPM for armv7hl

From OpenSuSE Ports Leap 15.5 for armv7hl

Name: seahorse Distribution: openSUSE Step 15
Version: 41.0 Vendor: openSUSE
Release: 1.2 Build date: Tue Jan 18 02:52:54 2022
Group: Productivity/Security Build host: obs-arm-5
Size: 1359524 Source RPM: seahorse-41.0-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://wiki.gnome.org/Apps/Seahorse
Summary: GNOME interface for gnupg
Seahorse is a GNOME interface for gnupg. It uses gpgme as the backend.

Provides

Requires

License

GFDL-1.1-only AND GPL-2.0-or-later AND LGPL-2.1-or-later

Changelog

* Wed Sep 29 2021 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 2021 sbrabec@suse.com
  - Remove obsolete translation-update-upstream support
    (jsc#SLE-21105).
* Sat Sep 04 2021 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 2021 dimstar@opensuse.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 dimstar@opensuse.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 dimstar@opensuse.org
  - Add 153.patch: key-manager: Make sure to update after unlocking
    (boo#1179003).
* Mon Feb 15 2021 bjorn.lie@gmail.com
  - Update to version 3.38.1:
    + ui: Bind to list item to listen to changes.
    + Updated translations.
* Sun Nov 08 2020 bjorn.lie@gmail.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.lie@gmail.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 dimstar@opensuse.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.lie@gmail.com
  - Update to version 3.36.2:
    + Revert accidental string freeze break.
* Sat Jun 20 2020 bjorn.lie@gmail.com
  - Update to version 3.36.1:
    + Updated help pages.
    + Updated translations.
* Wed Mar 11 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 2020 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 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 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.

Files

/usr/bin/seahorse
/usr/lib/seahorse
/usr/lib/seahorse/ssh-askpass
/usr/lib/seahorse/xloadimage
/usr/share/applications/org.gnome.seahorse.Application.desktop
/usr/share/doc/packages/seahorse
/usr/share/doc/packages/seahorse/AUTHORS
/usr/share/doc/packages/seahorse/NEWS
/usr/share/doc/packages/seahorse/README.md
/usr/share/glib-2.0/schemas/org.gnome.seahorse.gschema.xml
/usr/share/glib-2.0/schemas/org.gnome.seahorse.manager.gschema.xml
/usr/share/glib-2.0/schemas/org.gnome.seahorse.window.gschema.xml
/usr/share/help/C/seahorse
/usr/share/help/C/seahorse/about-diff-private-public.page
/usr/share/help/C/seahorse/about-pgp.page
/usr/share/help/C/seahorse/about-ssh.page
/usr/share/help/C/seahorse/concepts.page
/usr/share/help/C/seahorse/glossary.page
/usr/share/help/C/seahorse/index.page
/usr/share/help/C/seahorse/introduction.page
/usr/share/help/C/seahorse/key-servers-add.page
/usr/share/help/C/seahorse/keyring-change-default.page
/usr/share/help/C/seahorse/keyring-create.page
/usr/share/help/C/seahorse/keyring-lock.page
/usr/share/help/C/seahorse/keyring-unlock.page
/usr/share/help/C/seahorse/keyring-update-password.page
/usr/share/help/C/seahorse/keyring.page
/usr/share/help/C/seahorse/legal.xml
/usr/share/help/C/seahorse/media
/usr/share/help/C/seahorse/media/dialog-password-symbolic.svg
/usr/share/help/C/seahorse/media/org.gnome.seahorse.Application.svg
/usr/share/help/C/seahorse/misc-key-backup.page
/usr/share/help/C/seahorse/misc-key-fingerprint.page
/usr/share/help/C/seahorse/passwords-stored-create.page
/usr/share/help/C/seahorse/passwords-view.page
/usr/share/help/C/seahorse/pgp-create.page
/usr/share/help/C/seahorse/pgp-delete.page
/usr/share/help/C/seahorse/pgp-expiration-change.page
/usr/share/help/C/seahorse/pgp-expired.page
/usr/share/help/C/seahorse/pgp-export.page
/usr/share/help/C/seahorse/pgp-import.page
/usr/share/help/C/seahorse/pgp-photoid.page
/usr/share/help/C/seahorse/pgp-publish.page
/usr/share/help/C/seahorse/pgp-retrieve-remote.page
/usr/share/help/C/seahorse/pgp-sign.page
/usr/share/help/C/seahorse/pgp-subkeys.page
/usr/share/help/C/seahorse/pgp-sync.page
/usr/share/help/C/seahorse/pgp-userid-add.page
/usr/share/help/C/seahorse/pgp-userid-primary.page
/usr/share/help/C/seahorse/pgp-userid-remove.page
/usr/share/help/C/seahorse/pgp-userid.page
/usr/share/help/C/seahorse/ssh-connect-remote.page
/usr/share/help/C/seahorse/ssh-create.page
/usr/share/help/C/seahorse/ssh-export.page
/usr/share/help/C/seahorse/ssh-import.page
/usr/share/help/C/seahorse/subkeys-add.page
/usr/share/help/C/seahorse/subkeys-examine.page
/usr/share/help/C/seahorse/subkeys-revoke.page
/usr/share/icons/hicolor
/usr/share/icons/hicolor/scalable
/usr/share/icons/hicolor/scalable/apps
/usr/share/icons/hicolor/scalable/apps/org.gnome.seahorse.Application.svg
/usr/share/icons/hicolor/symbolic
/usr/share/icons/hicolor/symbolic/apps
/usr/share/icons/hicolor/symbolic/apps/org.gnome.seahorse.Application-symbolic.svg
/usr/share/licenses/seahorse
/usr/share/licenses/seahorse/COPYING
/usr/share/licenses/seahorse/COPYING-DOCS
/usr/share/licenses/seahorse/COPYING.LIB
/usr/share/man/man1/seahorse.1.gz
/usr/share/metainfo/org.gnome.seahorse.Application.appdata.xml
/usr/share/seahorse
/usr/share/seahorse/icons
/usr/share/seahorse/icons/hicolor
/usr/share/seahorse/icons/hicolor/22x22
/usr/share/seahorse/icons/hicolor/22x22/apps
/usr/share/seahorse/icons/hicolor/22x22/apps/seahorse-key-personal.png
/usr/share/seahorse/icons/hicolor/22x22/apps/seahorse-key-ssh.png
/usr/share/seahorse/icons/hicolor/22x22/apps/seahorse-key.png
/usr/share/seahorse/icons/hicolor/22x22/status
/usr/share/seahorse/icons/hicolor/22x22/status/seahorse-sign-bad.png
/usr/share/seahorse/icons/hicolor/22x22/status/seahorse-sign-ok.png
/usr/share/seahorse/icons/hicolor/22x22/status/seahorse-sign.png
/usr/share/seahorse/icons/hicolor/48x48
/usr/share/seahorse/icons/hicolor/48x48/apps
/usr/share/seahorse/icons/hicolor/48x48/apps/seahorse-key-personal.png
/usr/share/seahorse/icons/hicolor/48x48/apps/seahorse-key-ssh.png
/usr/share/seahorse/icons/hicolor/48x48/apps/seahorse-key.png
/usr/share/seahorse/icons/hicolor/48x48/status
/usr/share/seahorse/icons/hicolor/48x48/status/seahorse-sign-bad.png
/usr/share/seahorse/icons/hicolor/48x48/status/seahorse-sign-ok.png
/usr/share/seahorse/icons/hicolor/48x48/status/seahorse-sign-unknown.png
/usr/share/seahorse/icons/hicolor/48x48/status/seahorse-sign.png


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 21:45:44 2024