Accepting request 1238342 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1238342 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=288
This commit is contained in:
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/glib.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="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>
|
||||||
|
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
|
name: glib
|
||||||
version: 2.82.2
|
version: 2.82.4
|
||||||
mtime: 1729163321
|
mtime: 1733955682
|
||||||
commit: 45b469ea32ac1072be580a8c3db94413738c4dd3
|
commit: ca20e4ac71864f08e980dc044ac96c06d5482b37
|
||||||
|
@@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Wed Nov 27 17:40:33 UTC 2024 - Michael Gorse <mgorse@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package glib2
|
# 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
|
# 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
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
%define libgthread libgthread-%{libver}
|
%define libgthread libgthread-%{libver}
|
||||||
%define libgirepository libgirepository-%{libver}
|
%define libgirepository libgirepository-%{libver}
|
||||||
Name: glib2%{psuffix}
|
Name: glib2%{psuffix}
|
||||||
Version: 2.82.2
|
Version: 2.82.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: General-Purpose Utility Library
|
Summary: General-Purpose Utility Library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Reference in New Issue
Block a user