Accepting request 1131631 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1131631 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=275
This commit is contained in:
commit
25b2104292
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:915bc3d0f8507d650ead3832e2f8fb670fce59aac4d7754a7dab6f1e6fed78b2
|
||||
size 5320740
|
3
glib-2.78.3.tar.xz
Normal file
3
glib-2.78.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:609801dd373796e515972bf95fc0b2daa44545481ee2f465c4f204d224b2bc21
|
||||
size 5321388
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 10:52:01 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.78.3:
|
||||
+ Fix a crash-causing regression in xdgmime
|
||||
+ Bugs fixed:
|
||||
- Crash in __gio_xdg_cache_mime_type_subclass
|
||||
- Backport “xdgmime: Update to upstream commit c2c814d4051f232”
|
||||
to glib-2-78
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 5 15:35:51 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.78.2:
|
||||
+ Bugs fixed:
|
||||
- check for #ifdef PTRACE_O_EXITKILL will always fail since it
|
||||
isn't a macro
|
||||
- gsubprocess build-time test intermittently timing out since
|
||||
2.78.1
|
||||
- “meson: Improve PTRACE_O_EXITKILL presence check”
|
||||
- “Make GQuark register intentional leaks”
|
||||
- “gsignalgroup: Avoid function call with side effect in
|
||||
g_return_* macro”
|
||||
- “tests: Don't assume that sh optimizes simple commands into
|
||||
exec”
|
||||
- “xdgmime: Handle buggy type definitions with circular
|
||||
inheritance”
|
||||
- “collate: Don't segfault on bad input”
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 28 11:03:25 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
@ -396,7 +425,24 @@ Fri Feb 24 02:50:22 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
`/var/run/dbus/system_bus_socket` to
|
||||
`/run/dbus/system_bus_socket`, in line with changes in
|
||||
dbus.git.
|
||||
- Drop glib2-dbus-socket-path.patch: fixed upstream.
|
||||
- Drop patches:
|
||||
+ glib2-dbus-socket-path.patch: fixed upstream.
|
||||
+ glib2-fix-normal-form-handling-in-gvariant.patch: fixed upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 23 16:14:12 UTC 2023 - Alynx Zhou <alynx.zhou@suse.com>
|
||||
|
||||
- Update glib2-fix-normal-form-handling-in-gvariant.patch:
|
||||
Backported from upstream to fix regression on s390x.
|
||||
(bsc#1210135, glgo#GNOME/glib!2978)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 23 15:00:15 UTC 2023 - Alynx Zhou <alynx.zhou@suse.com>
|
||||
|
||||
- Add glib2-fix-normal-form-handling-in-gvariant.patch: Backported
|
||||
from upstream to fix normal form handling in GVariant.
|
||||
(CVE-2023-24593, CVE-2023-25180, bsc#1209714, bsc#1209713,
|
||||
glgo#GNOME/glib!3125)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 23 14:27:05 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
@ -30,7 +30,7 @@
|
||||
%define libgthread libgthread-%{libver}
|
||||
%bcond_without systemtap
|
||||
Name: glib2%{psuffix}
|
||||
Version: 2.78.1
|
||||
Version: 2.78.3
|
||||
Release: 0
|
||||
Summary: General-Purpose Utility Library
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user