Sync from SUSE:SLFO:Main glib2 revision ea15a41cb3843048ec9ad1445d060b5c

This commit is contained in:
2025-05-13 17:05:34 +02:00
parent f75014fd5f
commit 4c3b12102a
7 changed files with 50 additions and 13 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/glib.git</param>
<param name="revision">@PARENT_TAG@</param>
<param name="revision">2.84.1</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

@@ -60,7 +60,3 @@
%{_libdir}/pkgconfig/gobject-2.0.pc
%{_libdir}/pkgconfig/gthread-2.0.pc
%{_libexecdir}/gio-launch-desktop
%dir %{_libexecdir}/installed-tests
%dir %{_libexecdir}/installed-tests/glib
%{_libexecdir}/installed-tests/glib/taptestrunner.py
%{_libexecdir}/installed-tests/glib/testprogramrunner.py

BIN
glib-2.84.0.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
glib-2.84.1.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,4 +1,4 @@
name: glib
version: 2.84.0
mtime: 1741266553
commit: 05da47c2d0d333cec6363e09bcf9eed6952e74ce
version: 2.84.1
mtime: 1743691131
commit: eaa7e5bdfd2739a58d832362cb8dd1b11af29be0

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
Thu Apr 3 21:13:39 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.84.1:
+ Fix test failure when building against gobject-introspection
≥1.83.4
+ Bugs fixed:
- 2.84.0 build failure on Linux:
../gio/gnetworkmonitornetlink.c:47:10: fatal error:
netlink/netlink_route.h: No such file or directory
- test failure with gobject-introspection 1.83.4: warning:
element doc:format from state 3 is unknown, ignoring
- gio/trash does not handle special characters well
- `g_cancellable_connect()` documentation incorrect
- g_cancellable_connect(): is it safe to unref cancellable from
callback?
- Crash with some registry key values in GWin32AppInfo
- Memory sanitizer fixes
- gobject: Be consistent in using atomic logic to handle the
GParamSpecPool
- gsettings: Port docs to gi-docgen format, add missing
annotations and make various improvements
- tests: Don't install runner scripts without installed_tests
- docs: Document GSignalFlags members added after 2.0
- tests: Add a test for g_object_freeze_notify() being called
too often
- gfileinfo: Slightly expand docs for
g_file_info_get_attribute_as_string()
- gi: Dynamically set doc-format
- tests: Various fixes to create temporary files in /tmp rather
than the build directory
- gdbusnameowning: Convert docs to gi-docgen linking syntax
- giounix-private: Fix macro for checking for epoll_create1()
- Fix LGPL in header
- gutils: make documentation of g_set_prgname() clearer
- docs: Add some detail
- gspawn-win32: Fix potential integer overflows in argv
handling
- gvarianttype: Improve docs on type validation
+ Updated translations.
-------------------------------------------------------------------
Thu Mar 6 14:02:20 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@@ -1,5 +1,5 @@
#
# spec file for package glib2
# spec file
#
# Copyright (c) 2025 SUSE LLC
#
@@ -37,7 +37,7 @@
%define libgthread libgthread-%{libver}
%define libgirepository libgirepository-%{libver}
Name: glib2%{psuffix}
Version: 2.84.0
Version: 2.84.1
Release: 0
Summary: General-Purpose Utility Library
License: LGPL-2.1-or-later