Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: gobject-introspection | Distribution: openSUSE Tumbleweed |
Version: 1.72.0 | Vendor: openSUSE |
Release: 1.3 | Build date: Wed May 11 04:19:06 2022 |
Group: Development/Libraries/GNOME | Build host: obs-arm-10 |
Size: 12497681 | Source RPM: gobject-introspection-1.72.0-1.3.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://wiki.gnome.org/Projects/GObjectIntrospection | |
Summary: GObject Introspection Tools |
The goal of the project is to describe the APIs and collect them in a uniform, machine readable format.
GPL-2.0-or-later AND LGPL-2.1-or-later
* Fri Mar 18 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 1.72.0: + Add new utility API to libgirepository for bindings implementing an argument cache. + Update the GIR data for GLib, GObject, GModule, and GIO. * Mon Feb 14 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 1.71.0: + Create new API for libffi closures + Treat @-prefixed shlib paths as absolute on macOS + Add new `forever` scope + Build fixes with newer Meson + Improve regression test suite + Avoid a segfault when using an invalid GType + Build fixes on Windows when using g-i as a subproject + Warn about property name collisions + Add "strict" warnings to g-ir-scanner + Add the "emitter" annotation for signal emitters + Add a command line option to g-ir-scanner to specify the compiler + Add new convenience API to libgirepository + Build fixes on Windows when using MSVC + Documentation fixes + Update the GIR data for GLib, GObject, and GIO - Drop patches fixed upstream: + 7c1178069f1c58a05ec56a94ca6ba124215a947b.patch + effb1e09dee263cdac4ec593e8caf316e6f01fe2.patch + 827494d6415b696a98fa195cbd883b50cc893bfc.patch * Thu Feb 10 2022 Dirk Müller <dmueller@suse.com> - use bash for bash scripts (bsc#1195391) * Tue Feb 01 2022 Bjørn Lie <bjorn.lie@gmail.com> - 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 <bjorn.lie@gmail.com> - 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 <bjorn.lie@gmail.com> - Update to version 1.70.0: + Update the GIR data for GLib, GObject, and GIO. * Wed Aug 25 2021 Dominique Leuenberger <dimstar@opensuse.org> - 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 <dimstar@opensuse.org> - Revert back o HOSTTYPE: RPM_ARCH is not available to the dep scanners. * Tue Jun 08 2021 Jan Engelhardt <jengelh@inai.de> - 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 <dimstar@opensuse.org> - 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 <dimstar@opensuse.org> - 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 <dimstar@opensuse.org> - 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 dimstar@opensuse.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 dimstar@opensuse.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 <bjorn.lie@gmail.com> - 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 <bjorn.lie@gmail.com> - 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 dimstar@opensuse.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. * Fri Dec 13 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de> - Drop python3-Sphix BuildRequires, only used for rebuilding the website contents. * Sat Oct 12 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de> - Depend on the specific Python ABI version the module was built with, as the _giscanner binary module is ABI dependent. Fixes boo#1153837 * Mon Sep 09 2019 mgorse@suse.com - Update to version 1.62.0: + No changes since 1.61.2. * Fri Aug 30 2019 mgorse@suse.com - Update to version 1.61.2: + dumper: Use the distutils linker. + structinfo: Fix offset in find_method(). + tests: Don't include "config.h" in installed files. + meson: Make meson.override_find_program working on more complex use cases. - Changes from version 1.61.1: + Drop autotools build system. + meson: require 0.49.2. + Update glib annotations. + Add documentation to the RelaxNG schema. + Unused variable fixes. + cachestore: handle cache getting deleted while loading it. + Add Vulkan gir. + Make g_irepository_get_object_gtype_interfaces actually work. + gimarshallingtests: Add a marshalling test case for GPtrArrays and GArrays of structures. + scanner: parse and expose function macros. + meson: use pkg-config directly for libffi cflags and libs. + meson: Fix wrong dependency type check for gio-unix. + regress: Add regression test for signal with GError param. - Add Vulkan to typelib template. * Wed Aug 14 2019 QK ZHU <qkzhu@suse.com> - Update gi-find-deps.sh: upate javascript_requires function to parse the new JS import style (bsc#1140614). * Sat Jun 15 2019 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 1.60.2: + docwriter: Fix Exception message attribute. + meson: fix default cairo DLL name on Windows. + scanner: Fix error on Windows in case source files are on different drives. + gi-test: Fix gir file tests with MSVC. + MSVC.README.rst: Update VS 2008/x64 build notes. + giscanner/scannerlexer.l: Include io.h on Windows. + build: Force-include msvc_recommended_pragmas.h on Visual Studio. + Update glib annotations. * Tue Apr 09 2019 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 1.60.1: + Update glib annotations. + shlibs: fall back to basename on macOS for relative paths. + meson: always pass --quiet to g-ir-scanner. + docs: include '--c-include' in g-ir-scanner man page. + tests: Fix compatibility with Python 3.5. * Sun Mar 10 2019 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 1.60.0: + gir: Update glib annotations. * Mon Mar 04 2019 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 1.59.5: + gir: - Include C header in cairo gir file. - Skip glib-enumtypes.h for GObject-2.0. * Thu Feb 14 2019 bjorn.lie@gmail.com - Update to version 1.59.4: + tests: Add functions using flat struct arrays. + Clean shebangs out of non-executable scripts and drop exec perm from xmlwriter.py. + maintransformer: parse deprecation annotations for section blocks. + repository: g_irepository_get_object_gtype_interfaces. + message: handle fatal errors even if warnings are disabled. + autotools: Fix build with ``-Wl,--as-needed``. + maintransformer: Don't warn on (optional) annotations on (inout). + girepository: Fix a possible use-after-free if g_mapped_file_new() fails and fix possible leak of transitive dependency names. * Wed Jan 09 2019 Dominique Leuenberger <dimstar@opensuse.org> - Fix shebangs for files installed to /usr/bin to not use /usr/bin/env. * Tue Jan 08 2019 bjorn.lie@gmail.com - Update to version 1.59.3: + meson: - Use underscore as a separator in build options (gtk-doc-> gtk_doc etc). - Warn that not all tests will be run if building without cairo/doctool. + scanner: - Merge specifiers and qualifiers when merging basic types. Fixes "unsigned char" being wrongly parsed as "unsigned" etc. - Rework source root directory guessing code to not depend on the build directory. - Remove incorrect c:type generated for array of synthesized unions. - Flatten multi-dimensional arrays fields. + website: add cppgir C++ binding. - Replace -Dgtk-doc=true call to meson with -Dgtk_doc=true. - Pass -Ddoctool=true and -Dcairo=true to meson, build and install g-ir-doc-tool and use cairo during meson_check (tests). * Fri Jan 04 2019 bjorn.lie@gmail.com - Update to version 1.59.2: + Everything included in 1.58.3. + meson: Various fixes and all tests have been ported. + scanner: Save preprocessor input and output files with ``save-temps``. + automake: Use the wildcard function where needed. + build: extend ``PYTHONPATH`` instead of replacing it. + gir/cairo: add ``cairo_rectangle_t``. + Add a ``--version`` option to g-ir-compiler and g-ir-generate. + tests: various test improvements. + ccompiler: don't use Python compiler flags. + parser: Do not bail out when parsing GIR files without doc positions. + gimarshallingtests: Remove declarations of nonexistent functions. - Changes from version 1.59.1: + Everything included in 1.58.2. + build: - Drop Python 2 support, require Python 3.4+. - Add option to make .gir files installation paths configurable. - Skip gobject/gvaluecollector.h when constructing GObject GIR. - Port various tests to work with meson. + regress: - Add test for write-only property. - Implement interface and override properties. + writer: Include documentation and symbol position in source files. + giscanner: - Print relative filename paths when warning. - Define grefcount and gatomicrefcount as aliases to gint. - Allow empty declarations. Fixes warnings with mingw headers. - Replace linked lists with arrays in source scanner. + girepository: - Various docs cleanups and fixes. - Don't abort when calling g_base_info_get_name() on a GITypeInfo. - Add version macros and functions.
/usr/bin/g-ir-annotation-tool /usr/bin/g-ir-compiler /usr/bin/g-ir-doc-tool /usr/bin/g-ir-generate /usr/bin/g-ir-inspect /usr/bin/g-ir-scanner /usr/lib/gobject-introspection /usr/lib/gobject-introspection/giscanner /usr/lib/gobject-introspection/giscanner/__init__.py /usr/lib/gobject-introspection/giscanner/_giscanner.cpython-38-arm-linux-gnueabihf.so /usr/lib/gobject-introspection/giscanner/_version.py /usr/lib/gobject-introspection/giscanner/annotationmain.py /usr/lib/gobject-introspection/giscanner/annotationparser.py /usr/lib/gobject-introspection/giscanner/ast.py /usr/lib/gobject-introspection/giscanner/cachestore.py /usr/lib/gobject-introspection/giscanner/ccompiler.py /usr/lib/gobject-introspection/giscanner/codegen.py /usr/lib/gobject-introspection/giscanner/docmain.py /usr/lib/gobject-introspection/giscanner/doctemplates /usr/lib/gobject-introspection/giscanner/doctemplates/devdocs /usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs /usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_doc.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_index.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_method.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_methods.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_properties.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_signals.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_staticmethods.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_vfuncs.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/base.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/callback.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/class.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/default.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/enum.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/function.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/interface.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/method.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/namespace.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/meson.build /usr/lib/gobject-introspection/giscanner/doctemplates/mallard /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/callback.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/class.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/constructor.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/default.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/enum.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/field.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/function.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/interface.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/method.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/namespace.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/property.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/record.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/signal.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/vfunc.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/callback.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/class.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/constructor.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/default.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/enum.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/field.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/function.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/interface.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/method.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/namespace.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/property.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/record.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/signal.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/vfunc.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/callback.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/class.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/constructor.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/default.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/enum.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/field.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/function.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/interface.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/method.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/namespace.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/property.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/record.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/signal.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/vfunc.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/base.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/class.tmpl /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/meson.build /usr/lib/gobject-introspection/giscanner/doctemplates/mallard/namespace.tmpl /usr/lib/gobject-introspection/giscanner/docwriter.py /usr/lib/gobject-introspection/giscanner/dumper.py /usr/lib/gobject-introspection/giscanner/gdumpparser.py /usr/lib/gobject-introspection/giscanner/girparser.py /usr/lib/gobject-introspection/giscanner/girwriter.py /usr/lib/gobject-introspection/giscanner/introspectablepass.py /usr/lib/gobject-introspection/giscanner/maintransformer.py /usr/lib/gobject-introspection/giscanner/mdextensions.py /usr/lib/gobject-introspection/giscanner/message.py /usr/lib/gobject-introspection/giscanner/msvccompiler.py /usr/lib/gobject-introspection/giscanner/pkgconfig.py /usr/lib/gobject-introspection/giscanner/scannermain.py /usr/lib/gobject-introspection/giscanner/sectionparser.py /usr/lib/gobject-introspection/giscanner/shlibs.py /usr/lib/gobject-introspection/giscanner/sourcescanner.py /usr/lib/gobject-introspection/giscanner/testcodegen.py /usr/lib/gobject-introspection/giscanner/transformer.py /usr/lib/gobject-introspection/giscanner/utils.py /usr/lib/gobject-introspection/giscanner/xmlwriter.py /usr/lib/rpm/fileattrs/gobjectintrospection.attr /usr/lib/rpm/gi-find-deps.sh /usr/share/aclocal/introspection.m4 /usr/share/doc/packages/gobject-introspection /usr/share/doc/packages/gobject-introspection/NEWS /usr/share/doc/packages/gobject-introspection/README.rst /usr/share/doc/packages/gobject-introspection/TODO /usr/share/gir-1.0/DBus-1.0.gir /usr/share/gir-1.0/DBusGLib-1.0.gir /usr/share/gir-1.0/GIRepository-2.0.gir /usr/share/gir-1.0/GL-1.0.gir /usr/share/gir-1.0/GLib-2.0.gir /usr/share/gir-1.0/GModule-2.0.gir /usr/share/gir-1.0/GObject-2.0.gir /usr/share/gir-1.0/Gio-2.0.gir /usr/share/gir-1.0/Vulkan-1.0.gir /usr/share/gir-1.0/cairo-1.0.gir /usr/share/gir-1.0/fontconfig-2.0.gir /usr/share/gir-1.0/freetype2-2.0.gir /usr/share/gir-1.0/gir-1.2.rnc /usr/share/gir-1.0/libxml2-2.0.gir /usr/share/gir-1.0/win32-1.0.gir /usr/share/gir-1.0/xfixes-4.0.gir /usr/share/gir-1.0/xft-2.0.gir /usr/share/gir-1.0/xlib-2.0.gir /usr/share/gir-1.0/xrandr-1.3.gir /usr/share/gobject-introspection-1.0 /usr/share/gobject-introspection-1.0/Makefile.introspection /usr/share/gobject-introspection-1.0/gdump.c /usr/share/gobject-introspection-1.0/tests /usr/share/gobject-introspection-1.0/tests/annotation.c /usr/share/gobject-introspection-1.0/tests/annotation.h /usr/share/gobject-introspection-1.0/tests/drawable.c /usr/share/gobject-introspection-1.0/tests/drawable.h /usr/share/gobject-introspection-1.0/tests/everything.c /usr/share/gobject-introspection-1.0/tests/everything.h /usr/share/gobject-introspection-1.0/tests/foo.c /usr/share/gobject-introspection-1.0/tests/foo.h /usr/share/gobject-introspection-1.0/tests/gimarshallingtests.c /usr/share/gobject-introspection-1.0/tests/gimarshallingtests.h /usr/share/gobject-introspection-1.0/tests/gitestmacros.h /usr/share/gobject-introspection-1.0/tests/regress.c /usr/share/gobject-introspection-1.0/tests/regress.h /usr/share/gobject-introspection-1.0/tests/utility.c /usr/share/gobject-introspection-1.0/tests/utility.h /usr/share/gobject-introspection-1.0/tests/warnlib.c /usr/share/gobject-introspection-1.0/tests/warnlib.h /usr/share/licenses/gobject-introspection /usr/share/licenses/gobject-introspection/COPYING /usr/share/licenses/gobject-introspection/COPYING.GPL /usr/share/man/man1/g-ir-compiler.1.gz /usr/share/man/man1/g-ir-doc-tool.1.gz /usr/share/man/man1/g-ir-generate.1.gz /usr/share/man/man1/g-ir-scanner.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jun 14 23:38:30 2022