forked from pool/gobject-introspection
Compare commits
14 Commits
Author | SHA256 | Date | |
---|---|---|---|
8b2b51ab2c | |||
d336523bb0 | |||
f140dbe48d | |||
56e41cea6c | |||
b2072b3f11 | |||
4e5f60bc2f | |||
d105a40f61 | |||
3d789be988 | |||
152c71d16a | |||
6142e71797 | |||
e2e72f94fa | |||
c2eb573bcd | |||
a06b7d79e8 | |||
a9bdcd44e0 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/gobject-introspection.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/gobject-introspection.git</param>
|
||||||
<param name="revision">1.80.1</param>
|
<param name="revision">1.84.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@@ -250,7 +250,7 @@ function inList() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Confer with /usr/lib/rpm/platforms
|
# Confer with /usr/lib/rpm/platforms
|
||||||
x64bitarch="aarch64 mips64 mips64el mips64r6 mips64r6el ppc64 ppc64le riscv64 s390x sparc64 x86_64"
|
x64bitarch="aarch64 loongarch64 mips64 mips64el mips64r6 mips64r6el ppc64 ppc64le riscv64 s390x sparc64 x86_64"
|
||||||
|
|
||||||
for path in \
|
for path in \
|
||||||
$(for tlpath in \
|
$(for tlpath in \
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:000756fa81bc5402f20ac092abbd37772320fdb00a0dacad033911be6c9fb249
|
|
||||||
size 9105421
|
|
BIN
gobject-introspection-1.84.0.obscpio
(Stored with Git LFS)
Normal file
BIN
gobject-introspection-1.84.0.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,98 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 5 07:53:22 UTC 2025 - Dominique Leuenberger <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 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>
|
||||||
|
|
||||||
|
- Fix dependency generation for loongarch64.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 22 08:33:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- Add python3-setuptools Requires: needed for python 3.13 which
|
||||||
|
dropped distutils; setuptools now provides it.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 13 14:36:24 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.82.0:
|
||||||
|
+ Require GLib 2.82.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 3 16:30:21 UTC 2024 - Bjørn Lie <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 3 12:32:09 UTC 2024 - Bjørn Lie <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 11:46:08 UTC 2024 - pgajdos@suse.com
|
Mon Apr 29 11:46:08 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
@@ -236,7 +331,7 @@ Mon Feb 14 15:06:06 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 10 20:54:01 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Thu Feb 10 20:54:01 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- use bash for bash scripts (bsc#1195391)
|
- use bash for bash scripts (bsc#1195391)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 1 09:30:07 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
Tue Feb 1 09:30:07 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
name: gobject-introspection
|
name: gobject-introspection
|
||||||
version: 1.80.1
|
version: 1.84.0
|
||||||
mtime: 1711977685
|
mtime: 1742046644
|
||||||
commit: 9cad2563baf4ddd5197ce8141afc0c0579050f74
|
commit: b45f51b000a5de089205d4552638f5fe66a71357
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gobject-introspection
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gobject-introspection
|
Name: gobject-introspection
|
||||||
Version: 1.80.1
|
Version: 1.84.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# FIXME: Find a way to identify if we need python3-gobject or python-gobject from gi-find-deps.sh.
|
# FIXME: Find a way to identify if we need python3-gobject or python-gobject from gi-find-deps.sh.
|
||||||
Summary: GObject Introspection Tools
|
Summary: GObject Introspection Tools
|
||||||
@@ -32,11 +32,10 @@ Source2: gobjectintrospection.attr
|
|||||||
Source3: gobject-introspection-typelib.template
|
Source3: gobject-introspection-typelib.template
|
||||||
Source98: baselibs.conf
|
Source98: baselibs.conf
|
||||||
Source99: %{name}-rpmlintrc
|
Source99: %{name}-rpmlintrc
|
||||||
|
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: glib2-stage1-devel
|
BuildRequires: glib2-stage1-devel >= 2.82.0
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
#!BuildIgnore: glib2-devel
|
#!BuildIgnore: glib2-devel
|
||||||
BuildRequires: meson >= 0.55.3
|
BuildRequires: meson >= 0.55.3
|
||||||
@@ -44,6 +43,7 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: python3-Mako
|
BuildRequires: python3-Mako
|
||||||
BuildRequires: python3-Markdown
|
BuildRequires: python3-Markdown
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-xml
|
BuildRequires: python3-xml
|
||||||
BuildRequires: pkgconfig(libffi) >= 3.0.0
|
BuildRequires: pkgconfig(libffi) >= 3.0.0
|
||||||
# gi-find-deps makes use of 'file' to identify the types.
|
# gi-find-deps makes use of 'file' to identify the types.
|
||||||
@@ -51,6 +51,7 @@ Requires: file
|
|||||||
Requires: libgirepository-1_0-1 = %{version}
|
Requires: libgirepository-1_0-1 = %{version}
|
||||||
# gi-find-deps uses the enhanced grep variant in order to do multi-line matching (for pkg.requires(..))
|
# gi-find-deps uses the enhanced grep variant in order to do multi-line matching (for pkg.requires(..))
|
||||||
Requires: pcre2-tools
|
Requires: pcre2-tools
|
||||||
|
Requires: python3-setuptools
|
||||||
Requires: python3-xml
|
Requires: python3-xml
|
||||||
Requires: python(abi) = %{python3_version}
|
Requires: python(abi) = %{python3_version}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user