Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: typelib-1_0-Gcr-3 | Distribution: SUSE Linux Enterprise 15 |
Version: 3.41.1 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150400.3.3.1 | Build date: Mon Nov 7 05:58:04 2022 |
Group: System/Libraries | Build host: s390zp31 |
Size: 37772 | Source RPM: gcr-3.41.1-150400.3.3.1.src.rpm |
Packager: https://www.suse.com/ | |
Url: http://www.gnome.org | |
Summary: Introspection bindings for gcr, a library for crypto UI related tasks |
GCR is a library for displaying certificates, and crypto UI, accessing key stores. This package provides the GObject Introspection bindings for GCR.
LGPL-2.1-or-later
* Wed Sep 28 2022 yfjiang@suse.com - Update to version 3.41.1: + meson: Fix unknown kw argument in gnome.generate_gir [GNOME/gcr!68] + gcr: Add G_SPAWN_CLOEXEC_PIPES flag to all the g_spawn commands + docs: Port from gtk-doc to gi-docgen [GNOME/gcr!76] + Unbreak build without systemd [GNOME/gcr!75] + Several CI fixes + Updated translations - Add gi-docgen BuildRequires: needed by the docs - Update the doc directory - Drop patch b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8.patch: fixed upstream * Tue Feb 01 2022 bjorn.lie@gmail.com - Add b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8.patch: Fix build with meson 060.0 and newer. * Tue Oct 05 2021 bjorn.lie@gmail.com - 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 dimstar@opensuse.org - 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 bjorn.lie@gmail.com - Update to version 3.38.1: + ui: Set "use-underline" for GcrImportButton. + Updated translations. * Mon Oct 05 2020 dimstar@opensuse.org - Update to version 3.38.0: + No changes from 3.37.91. - Changes from version 3.37.91: + meson: missing dependency on generated oids header. + Correct display of key usage extensions. + meson: Correctly set internal vapi dependencies. + Cleanup GType boilerplate. + gck: Fixed test failures. + Updated translations. * Wed Apr 29 2020 mgorse@suse.com - Enable FIPS patch on Leap (jsc#SLE-11855). * Wed Mar 11 2020 bjorn.lie@gmail.com - Update to version 3.36.0: + gcr: Update gtk-doc get_der_data() vfunc. + Updated translations. * Tue Feb 18 2020 dimstar@opensuse.org - Update to version 3.35.91: + Mark deprecated functions with G_DEPRECATED. + egg-oid: Add comments for translators for new abbrevations. + Updated translations. * Wed Feb 12 2020 dimstar@opensuse.org - Update to version 3.35.90: + Add support for "NEW CERTIFICATE REQUEST" header. + Add support for GOST certificates. + Rework handling of ASN.1 standard types. + Fix a few regressions in the Meson build. + Add support for g_autoptr. + Fixed some compiler warnings. - Changes from version 3.35.1: + gcr-certificate: Add (virtual) annotation. + Always use G_PARAM_STATIC_STRINGS. + Support Meson build system. + Avoid potential 64-bit pointer aliasing alignment issues. + Update README to mention correct environment variables. + build: Use sed for .desktop variables substitution. + Updated translations. - Switch to meson buildsystem: replace configure/make/make_install macros with the meson/meson_build/meson_install counterparts. * Sat Jan 25 2020 dimstar@opensuse.org - No longer recommend -lang: supplements are in use * Thu Nov 28 2019 dimstar@opensuse.org - Fix usage of libexecdir instead of prefix/lib where applicable. * Mon Oct 14 2019 bjorn.lie@gmail.com - Update to version 3.34.0: + gcr-prompt-dialog: Allow the use of mnemonics in the choice label (glgo#GNOME/gcr!22). + Use python3 shebang in ui/icons/render-icons.py (glgo#GNOME/gcr!21). + configure: Use PKG_PROG_PKG_CONFIG instead of reinventing it (glgo#GNOME/gcr!20). + Replace tap-gtester with one that relies on GLib 2.38+ TAP output (glgo#GNOME/gcr!19). + Remove SKS network from keyserver defaults (glgo#GNOME/gcr!18). + Updated translations. * Sun Sep 01 2019 mgorse@suse.com - Update to version 3.33.4: + Move from intltool to gettext. + Fix parameter type for signal handler causing stack smashing on ppc64le. + cleanup: Don't use deprecated g_type_class_add_private() anymore. + Fix GIR annotations. + Fix hashtable ordering assumptions. + build: Fix gcr-trust symbols not appearing in GIR, and hence also VAPI. + Update gcr_pkcs11_get_trust_{store|lookup}_slot URI checks. + build: Update tap scripts for Python 3 compat. + Updated translations. - Drop intltool dependency, and add gettext. * Fri Jan 18 2019 bjorn.lie@gmail.com - Update to version 3.28.1: + system-prompter: Fix use of g_hash_table_lookup_extended. + Updated translations. * Mon Mar 12 2018 dimstar@opensuse.org - Update to version 3.28.0: + Fix year 2038 workaround in ASN.1 decoder (bgo#787963). + Fix test errors when ssh-keygen is not found. + Updated translations. * Sun Mar 11 2018 dimstar@opensuse.org - Supplement the new gcr-ssh-askpass for gpg2 and gnome-shell: GNOME users want to have this available to enter the ssh key passwords. * Fri Mar 09 2018 jengelh@inai.de - Fix SRPM group. Update package summaries. * Mon Mar 05 2018 dimstar@opensuse.org - Update to version 3.27.92: + Provide API for reliably calling ssh programs (bgo#735873). + Updated translations. - Split new subpackage gcr-ssh-askpass, recommended by the main library. * Wed Feb 28 2018 dimstar@opensuse.org - Modernize spec-file by calling spec-cleaner * Tue Feb 27 2018 luc14n0@linuxmail.org - Update to version 3.27.4: + Fixes: - Encoding of EC parameters (bgo#785234). - Hang in certificate export dialog (bgo#789804). - Failure case in gcr_secure_memory_try_realloc() (bgo#775685). + Switch to using GLib resources. + Build fixes: bgo#771052, bgo#775685, bgo#775966, bgo#774312, bgo#774311, bgo#764562, bgo#764569. + Updated translations. - Drop %desktop_database_*, %mime_database_*, %icon_theme_cache_* and %glib2_gsettings_schema_* post/postun scriptlets and %glib2_gsettings_schema_requires macro: they're no longer needed since RPM File Triggers cover their functionality now. - Drop shared-mime-info BuildRequires: it's no longer needed now that its macros are not used anymore. - Drop pkgconfig(libtasn1) BuildRequires: it's no longer needed nor used anymore. - Adopt the use of %make_build macro rather than raw make command, following the best practices. - Add gtk-doc BuildRequires and pass enable-gtk-doc to configure as the API's documentation is desired. - Add pkgconfig(gtk+-x11-3.0) BuildRequires: it was being pulled by gtk+-3.0 pkgconfig module and used already, since both of them lives in gtk3-devel package. - Rebase gcr-bsc932232-use-libgcrypt-allocators.patch. * Tue Feb 27 2018 dimstar@opensuse.org - Use SPDX3.0 license tags and package COPYING as %license. * Mon Feb 26 2018 crrodriguez@opensuse.org - Add explicit pkgconfig(pango) and pkgconfig(cairo) BuildRequires: closer alignment with what configure checks for. * Wed Aug 31 2016 fezhang@suse.com - Add openSUSE conditional macro and description tag for existing patches in specfile. * 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: + Build fixes (bgo#763488, bgo#766301). + Updated translations. * Tue Jan 19 2016 dimstar@opensuse.org - Update to version 3.19.4: + Build fixes (bgo#756235, bgo#755873). + Updated translations. * Thu Nov 26 2015 hpj@suse.com - Add gcr-bsc932232-use-libgcrypt-allocators.patch (bsc#932232). * Tue Sep 29 2015 zaitor@opensuse.org - Update to version 3.18.0: + Updated translations. * Tue Aug 04 2015 zaitor@opensuse.org - Update to version 3.17.4: + Bump up the GTK+ deps. + Build fixes. + Updated translations. * Tue May 12 2015 zaitor@opensuse.org - Update to version 3.16.0: + No changes from 3.15.92. * Wed Mar 18 2015 dimstar@opensuse.org - Update to version 3.15.92: + Build fixes (bgo#745629). + Updated translations. * Wed Feb 25 2015 dimstar@opensuse.org - Update to version 3.15.90: + Fix memory leaks (bgo#738508, bgo#739239). + Build fixes (bgo#743201, bgo#739449, #bgo737622). + Updated translations.
/usr/lib64/girepository-1.0/Gcr-3.typelib
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 18:25:27 2024