Accepting request 1205468 from GNOME:Factory
SCripted push of GNOME 47 OBS-URL: https://build.opensuse.org/request/show/1205468 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gobject-introspection?expand=0&rev=113
This commit is contained in:
commit
a06b7d79e8
2
_service
2
_service
@ -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.80.1</param>
|
||||
<param name="revision">1.82.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:000756fa81bc5402f20ac092abbd37772320fdb00a0dacad033911be6c9fb249
|
||||
size 9105421
|
BIN
gobject-introspection-1.82.0.obscpio
(Stored with Git LFS)
Normal file
BIN
gobject-introspection-1.82.0.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gobject-introspection
|
||||
version: 1.80.1
|
||||
mtime: 1711977685
|
||||
commit: 9cad2563baf4ddd5197ce8141afc0c0579050f74
|
||||
version: 1.82.0
|
||||
mtime: 1726232934
|
||||
commit: e30c00acab2d7216e742d602988c935f787755d4
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gobject-introspection
|
||||
Version: 1.80.1
|
||||
Version: 1.82.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
|
||||
@ -36,7 +36,7 @@ Source99: %{name}-rpmlintrc
|
||||
BuildRequires: bison
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: flex
|
||||
BuildRequires: glib2-stage1-devel
|
||||
BuildRequires: glib2-stage1-devel >= 2.82.0
|
||||
BuildRequires: gtk-doc
|
||||
#!BuildIgnore: glib2-devel
|
||||
BuildRequires: meson >= 0.55.3
|
||||
|
Loading…
Reference in New Issue
Block a user