Changelog for
gcr3-prompter-3.41.2-1.2.x86_64.rpm :
* Thu Jan 18 2024 Dominique Leuenberger
- Update to version 3.41.2: + ui: Add gcr.gresource.xml back into the build. + misc: Several memory leaks were fixed. + ci: Several CI fixes. + Updated translations.- Changes from version 3.41.1: + meson: Fix unknown kw argument in gnome.generate_gir. + gcr: Add G_SPAWN_CLOEXEC_PIPES flag to all the g_spawn commands. + docs: Port from gtk-doc to gi-docgen. + Unbreak build without systemd. + Several CI fixes. + Updated translations.- Drop b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8.patch: fixed upstream.- Replace gtk-doc buildRequires with pkgconfig(gi-docgen): follow upstreams port of the documentation infrastructure.
* Tue Nov 28 2023 Dominique Leuenberger - Use %patch -p N instead of deprecated %patchN.
* Tue Oct 25 2022 Dominique Leuenberger - Have libgcr-3-1 require gcr3-ssh-askpass when gnome-keyring is present: gnome-keyring interacts deeper with this library, which justifies a hard dep in this case (boo#1204071).
* Fri Sep 16 2022 Dominique Leuenberger - gcr-ssh-askpass: this package does still exist on gcr4 too, but the two are not interchanchable. The binary though has a different name, so they do not conflict. Drop the provides/obsoletes on gcr-ssh-askpass and recommend gcr-ssh-askpass by the library.
* Thu Sep 15 2022 Dominique Leuenberger - Add provides/conflicts to the sub packages to co-exist with gcr: + gcr3-data provides gcr-data and conflicts with gcr-data: packages provided by gcr and gcr3 will thus be picked from gcr (higher version) + Same setup done for gcr3-viewew, -prompter, -ssh-askpass, and - ssh-agent.
* Fri Aug 05 2022 Dominique Leuenberger - Rename package to gcr3, as compat stack.
* Tue Feb 01 2022 Bjørn Lie - Add b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8.patch: Fix build with meson 060.0 and newer.
* Tue Oct 05 2021 Bjørn Lie - Update to version 3.41.0: + Port ssh-agent from gnome-keyring. + build: Fix parallel build failure due to missing marshal dependency. + Fix warnings by dropping `volatile` for g_once_init_inter locations. + tests: More robust against GTask unref race condition. + Updated translations.- Add pkgconfig(libsecret-1), pkgconfig(libsystemd), pkgconfig(systemd) and openssh-clients BuildRequires: Build new standalone ssh-agent, and split it out in own sub-package.
* Sat Apr 17 2021 Dominique Leuenberger - Update to version 3.40.0: + FEATURE: add hkps://keys.openpgp.org to keyserver defaults. + gcr/key-mechanism: Port to GTask. + GckCall: Simplify the code by using GTask based implementation. + Updated translations.- Make use of the new gpg_path meson option by passing %{_bindir}/gpg2 as value to it: We know that openSUSE installs gpg2 to this path. Allows to drop gpg2 BuildRequires.- Drop pkgconfig(gtk+-x11-3.0) BuildRequires: no longer needed.
* Wed Jan 13 2021 Bjørn Lie - Update to version 3.38.1: + ui: Set \"use-underline\" for GcrImportButton. + Updated translations.