Sync from SUSE:SLFO:Main gobject-introspection revision 240b5348951a92a15cc2fe30380a728f

This commit is contained in:
2025-04-14 15:12:31 +02:00
parent 566b51aa16
commit 07ae631f57
6 changed files with 50 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gobject-introspection.git</param>
<param name="revision">1.82.0</param>
<param name="revision">1.84.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

BIN
gobject-introspection-1.82.0.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
gobject-introspection-1.84.0.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
Sat Mar 15 14:06:09 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.84.0:
+ No changes, stable version bump only.
-------------------------------------------------------------------
Sat Mar 8 20:49:06 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.83.4:
+ Revert support for "static" virtual functions.
-------------------------------------------------------------------
Sat Mar 1 19:58:20 UTC 2025 - Bjørn Lie <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 6 09:18:48 UTC 2024 - Adrian Schröter <adrian@suse.de>

View File

@@ -1,4 +1,4 @@
name: gobject-introspection
version: 1.82.0
mtime: 1726232934
commit: e30c00acab2d7216e742d602988c935f787755d4
version: 1.84.0
mtime: 1742046644
commit: b45f51b000a5de089205d4552638f5fe66a71357

View File

@@ -1,7 +1,7 @@
#
# spec file for package gobject-introspection
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: gobject-introspection
Version: 1.82.0
Version: 1.84.0
Release: 0
# FIXME: Find a way to identify if we need python3-gobject or python-gobject from gi-find-deps.sh.
Summary: GObject Introspection Tools