Sync from SUSE:SLFO:Main glib2 revision ce83e411083695759bc1e63e87c32cff
This commit is contained in:
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/glib.git</param>
|
||||
<param name="revision">2.82.2</param>
|
||||
<param name="revision">2.82.4</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
BIN
glib-2.82.2.obscpio
(Stored with Git LFS)
BIN
glib-2.82.2.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
glib-2.82.4.obscpio
(Stored with Git LFS)
Normal file
BIN
glib-2.82.4.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
name: glib
|
||||
version: 2.82.2
|
||||
mtime: 1729163321
|
||||
commit: 45b469ea32ac1072be580a8c3db94413738c4dd3
|
||||
version: 2.82.4
|
||||
mtime: 1733955682
|
||||
commit: ca20e4ac71864f08e980dc044ac96c06d5482b37
|
||||
|
@@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 15 18:14:10 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.82.4:
|
||||
+ Fix a double-unref crash which affects many apps which use
|
||||
pygobject to export objects on D-Bus
|
||||
+ Bugs fixed:
|
||||
- Fix regression: lollypop crashes on startup
|
||||
- Revert "gdbus: Fix leak of method invocation when registering
|
||||
an object with closures"
|
||||
- ci: Add release component to automate tarball publishing
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 9 16:41:51 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.82.3:
|
||||
+ Fix compatibility with tzdata 2024b
|
||||
+ Bugs fixed:
|
||||
- Test regressions with tzdata 2024b
|
||||
- gdatetime test: Do not assume PST8PDT was always exactly
|
||||
-8/-7
|
||||
- glib: Don't require GLIB_DOMAIN to be a NUL-terminated string
|
||||
- gio: Fix GFileEnumerator leaks in gio tools
|
||||
- macos: Remove extraous space from type identifier
|
||||
- refstring: Fix race between releasing and re-acquiring an
|
||||
interned GRefString
|
||||
- appmonitor: Fix warning building test
|
||||
- grefstring: Mark a variable as potentially unused
|
||||
- gdbus: Fix leak of method invocation when registering an
|
||||
object with closures
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 27 17:40:33 UTC 2024 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Have the glib2-tools postun trigger exit normally if
|
||||
glib2-compile-schemas can't be run. Fixes error when uninstalling
|
||||
if libgio is uninstalled first (bsc#1231463).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 12:05:15 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package glib2
|
||||
#
|
||||
# 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
|
||||
@@ -37,7 +37,7 @@
|
||||
%define libgthread libgthread-%{libver}
|
||||
%define libgirepository libgirepository-%{libver}
|
||||
Name: glib2%{psuffix}
|
||||
Version: 2.82.2
|
||||
Version: 2.82.4
|
||||
Release: 0
|
||||
Summary: General-Purpose Utility Library
|
||||
License: LGPL-2.1-or-later
|
||||
@@ -457,7 +457,7 @@ sed -i "s/1.32.1/1.32/" docs/reference/meson.build
|
||||
%{compile_schemas}
|
||||
|
||||
%filetriggerpostun -n glib2-tools -- %{_datadir}/glib-2.0/schemas
|
||||
%{compile_schemas}
|
||||
%{compile_schemas} &> /dev/null || :
|
||||
|
||||
%post -n %{libgio}
|
||||
%{ldconfig}
|
||||
|
Reference in New Issue
Block a user