Changelog for
gobject-introspection-devel-1.70.0-lp154.6.12.x86_64.rpm :
* Thu Feb 10 2022 Dirk Müller
- use bash for bash scripts (bsc#1195391)
* Tue Feb 01 2022 Bjørn Lie - Add upstream patches to fix build with meson 0.61.0 and newer: + 7c1178069f1c58a05ec56a94ca6ba124215a947b.patch + effb1e09dee263cdac4ec593e8caf316e6f01fe2.patch + 827494d6415b696a98fa195cbd883b50cc893bfc.patch
* Sat Nov 06 2021 Bjørn Lie - Add explicit libgirepository-1_0-1 Requires to devel subpackage, it was already pulled in via the main package, so no real change.- Use ldconfig_scriptlets macro for post(un) handling.
* Fri Sep 17 2021 Bjørn Lie - Update to version 1.70.0: + Update the GIR data for GLib, GObject, and GIO.
* Wed Aug 25 2021 Dominique Leuenberger - Update to version 1.69.0: + Fix build when gobject-introspection is a subproject, + Add more float types, + Make test suite work with cross-related options, + Fix several leaks found by Coverity, + Fix enum member, + Add g-ir-doc-tool man page, + Export warnlib sources as variables, + Update the GLib annotations, + Add \"final\" class attribute, + Add option to make .gir files installation paths configurable, + Handle constructors with mismatched GTypes, + Add property accessors annotations,
* Mon Jun 28 2021 Dominique Leuenberger - Revert back o HOSTTYPE: RPM_ARCH is not available to the dep scanners.
* Tue Jun 08 2021 Jan Engelhardt - gi-find-deps.sh: Don\'t use HOSTTYPE, use RPM_ARCH.- ia64 never used ()(64bit) markers, do drop that from gi-find-deps.
* Tue Jun 08 2021 Dominique Leuenberger - gi-find-deps.sh: on Tumbleweed, HOSTTYPE on ppc64/ppc64le reports powerpc64 and powerpc64le: accept those strings as 64bit archs.
* Sat Mar 20 2021 Dominique Leuenberger - Update to version 1.68.0: + Update GLib annotations. + docs: cleanup. + Fix syntax errors in gir-1.2.rnc.
* Thu Mar 18 2021 Dominique Leuenberger - Update to version 1.67.1: + Requires Python 3.6+. + Update GLib annotations. + Fix compatibility with Python 3.10. + Fix build with GIR data disabled. + Add test object for signal marshallers.
* Mon Oct 05 2020 dimstarAATTopensuse.org- Update to version 1.66.1: + Update glib annotations. + gimarshallingtests: Add more tests for flags.. + Revert \"giscanner: Fix section matching for documentation.
* Mon Sep 14 2020 dimstarAATTopensuse.org- Update to version 1.66.0: + Support the gtk-doc action syntax. + GITypeInfo storage type utility API. + libgirepository: Add a couple missing nullable annotations. + dumper: Fix missing symbols in LTO case or with overridden symbol visibility settings. + Documentation improvements. + Remove old autoconf fallback code for the python tools. + giscanner: parse block comments for members and fields. + Add the notion of standalone doc sections. + giscanner: Add support for using clang-cl. + giscanner: Fix section matching for documentation.
* Sun Apr 05 2020 Bjørn Lie - Update to version 1.64.1: + Replace calls to deprecated xml.etree.cElementTree removed in Python 3.9. + gimarshallingtests: Use g_assert_cmpfloat_with_epsilon. Fixes tests on some architectures.
* Sun Mar 08 2020 Bjørn Lie - Update to version 1.64.0: + Update glib annotations. + Fix regress scanner tests for non-gcc/clang compilers. + Document how to update glib GIR.
* Wed Feb 12 2020 dimstarAATTopensuse.org- Update to version 1.63.2: + Update glib annotations. + Fix build reproducibility. + Drop deprecated xml.etree.ElementTree.Element.getchildren() calls.- Changes from version 1.63.1: + Update glib annotations. + build: require meson 0.50.1. + scanner: Support array arguments with static keyword. + Fix non-libtool code being run with no nob-libtool dependencies. + meson: change \"cairo\" and \"doctool\" from a boolean to a feature option. + Fix a memory leak in g_irepository_get_object_gtype_interfaces. + autotools: Make INTROSPECTION_GIRDIR/INTROSPECTION_TYPELIBDIR respect prefix/datadir/libdir. + girepository: Also store GType cache misses. + docs: Document GI_CROSS_LAUNCHER envvar.- Change -Dcairo=true and -Ddoctool=true meson parameters to - Dcairo=enabled and -Ddoctool=enabled: follow upstreams changes.