2024-12-10 09:11:54 +00:00
committed by Git OBS Bridge
parent feb5c040bc
commit 26da3a3722
6 changed files with 27 additions and 8 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">2.82.2</param>
<param name="revision">2.82.3</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)

Binary file not shown.

3
glib-2.82.3.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b36c58a89ae01a6e2c495c6a7746b66889e1f5c2a07b283681e52ae2b97cb49
size 51886606

View File

@@ -1,4 +1,4 @@
name: glib
version: 2.82.2
mtime: 1729163321
commit: 45b469ea32ac1072be580a8c3db94413738c4dd3
version: 2.82.3
mtime: 1733755148
commit: 4159df97f5b380170de532bcc00d51b8a5f1ca72

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
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>

View File

@@ -37,7 +37,7 @@
%define libgthread libgthread-%{libver}
%define libgirepository libgirepository-%{libver}
Name: glib2%{psuffix}
Version: 2.82.2
Version: 2.82.3
Release: 0
Summary: General-Purpose Utility Library
License: LGPL-2.1-or-later