Package Release Info

gobject-introspection-1.84.0-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libgirepository-1_0-1-32bit

Change Logs

* Thu Jun 05 2025 dimstar@opensuse.org
- Add explicit python3-setuptools BuildRequires: this was already
  used in the past, but was pulled in by python3-Mako. As meson
  explicitly tests for it, it's our responsibility it's there.
* Sat Mar 15 2025 bjorn.lie@gmail.com
- Update to version 1.84.0:
  + No changes, stable version bump only.
* Sat Mar 08 2025 bjorn.lie@gmail.com
- Update to version 1.83.4:
  + Revert support for "static" virtual functions.
* Sat Mar 01 2025 bjorn.lie@gmail.com
- Update to version 1.83.2:
  + Improve GType inspection helper
  + Parse C11's _Alignas
  + Respect custom Python binary
  + Fix build on the latest Windows SDK
  + Small performance improvement when looking up a signal
    information
  + Use standard imports in the JavaScript templates for
    g-ir-doctool
  + Ensure that enumeration members can be marked as deprecated
  + Add more test coverage for structured union types
  + Add an option to skip tests when building
  + Fix various MSVC compatibility issues
  + Add support for "static" virtual functions
  + Allow specifying the format of the documentation inside doc
    blocks
  + Handle C99's _Complex
  + Consider UCRT64 and CLANG64 as mingw32 compilers
  + Handle static NSString syntax
  + Add instance parameter checks to strict validation
  + Documentation improvements
  + Add documentation to the RelaxNG schema
  + tests: Fix compatibility with Python 3.5
  + gir: Include C header in cairo gir file
  + tests: Add functions using flat struct arrays
* Fri Dec 06 2024 adrian@suse.de
- Fix dependency generation for loongarch64.
* Fri Nov 22 2024 dmueller@suse.com
- Add python3-setuptools Requires: needed for python 3.13 which
  dropped distutils; setuptools now provides it.
* Fri Sep 13 2024 bjorn.lie@gmail.com
- Update to version 1.82.0:
  + Require GLib 2.82.0
* Tue Sep 03 2024 bjorn.lie@gmail.com
- Update to version 1.81.4:
  + Add rpath when building the type dumper on macOS
  + Fix regression in the installation of GIRepository-2.0.typelib
* Tue Sep 03 2024 bjorn.lie@gmail.com
- Update to version 1.81.2:
  * Add strict mode warning for enumeration members starting with a
    number
  * Set deprecation message for signals and properties
  * Fix HTML definition lists in the documentation generator
  * Catch up with Python-Markdown 3.4 extension API changes
  * Propagate scanner errors
  * Do not break when parsing ARM SVE types in system headers
  * Pair pointer GTypes with their opaque structure
  * Fix property accessor pairing
  * Handle pid_t, etc. as their own top-level types
  * Add warning for closure annotation
  * Warn on invalid callback annotations
  * Make sure to set a GError with an invalid introspect-dump
    string
  * Move gobject-introspection tests to a submodule
  * Remove dependency on distutils.msvccompiler
  * Be more thorough about applying -Wl,--no-as-needed option
  * Documentation and build fixes
* Mon Apr 29 2024 pgajdos@suse.com
- remove dependency on /usr/bin/python3 using
  %python3_fix_shebang macro, [bsc#1212476]