From 6a2d91e5459c7f85c42459cc9a30151d06911cdb84e7df6825d6761ea68faeaf Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 6 Dec 2023 09:53:45 +0000 Subject: [PATCH 1/3] Accepting request 1131010 from GNOME:Next New stable release OBS-URL: https://build.opensuse.org/request/show/1131010 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=532 --- glib-2.78.1.tar.xz | 3 --- glib-2.78.2.tar.xz | 3 +++ glib2.changes | 19 +++++++++++++++++++ glib2.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 glib-2.78.1.tar.xz create mode 100644 glib-2.78.2.tar.xz diff --git a/glib-2.78.1.tar.xz b/glib-2.78.1.tar.xz deleted file mode 100644 index baffcd5..0000000 --- a/glib-2.78.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:915bc3d0f8507d650ead3832e2f8fb670fce59aac4d7754a7dab6f1e6fed78b2 -size 5320740 diff --git a/glib-2.78.2.tar.xz b/glib-2.78.2.tar.xz new file mode 100644 index 0000000..c88de62 --- /dev/null +++ b/glib-2.78.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4409eb63f7711a45e70c3b5ff5b42214ef2df056c254228bef4e45f4b6b74b12 +size 5326904 diff --git a/glib2.changes b/glib2.changes index 1e90573..c5228dc 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Dec 5 15:35:51 UTC 2023 - Bjørn Lie + +- 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 diff --git a/glib2.spec b/glib2.spec index 97e4a04..9c59efa 100644 --- a/glib2.spec +++ b/glib2.spec @@ -30,7 +30,7 @@ %define libgthread libgthread-%{libver} %bcond_without systemtap Name: glib2%{psuffix} -Version: 2.78.1 +Version: 2.78.2 Release: 0 Summary: General-Purpose Utility Library License: LGPL-2.1-or-later From 4061cd3a937890a04859a004acc8bd881877d2e4b8cbf7877f6244ae3c724c42 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 7 Dec 2023 14:03:54 +0000 Subject: [PATCH 2/3] Accepting request 1131586 from GNOME:Next New stable release OBS-URL: https://build.opensuse.org/request/show/1131586 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=533 --- glib-2.78.2.tar.xz | 3 --- glib-2.78.3.tar.xz | 3 +++ glib2.changes | 10 ++++++++++ glib2.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 glib-2.78.2.tar.xz create mode 100644 glib-2.78.3.tar.xz diff --git a/glib-2.78.2.tar.xz b/glib-2.78.2.tar.xz deleted file mode 100644 index c88de62..0000000 --- a/glib-2.78.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4409eb63f7711a45e70c3b5ff5b42214ef2df056c254228bef4e45f4b6b74b12 -size 5326904 diff --git a/glib-2.78.3.tar.xz b/glib-2.78.3.tar.xz new file mode 100644 index 0000000..3d16d27 --- /dev/null +++ b/glib-2.78.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609801dd373796e515972bf95fc0b2daa44545481ee2f465c4f204d224b2bc21 +size 5321388 diff --git a/glib2.changes b/glib2.changes index c5228dc..f810856 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Dec 7 10:52:01 UTC 2023 - Bjørn Lie + +- 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 diff --git a/glib2.spec b/glib2.spec index 9c59efa..56d63d9 100644 --- a/glib2.spec +++ b/glib2.spec @@ -30,7 +30,7 @@ %define libgthread libgthread-%{libver} %bcond_without systemtap Name: glib2%{psuffix} -Version: 2.78.2 +Version: 2.78.3 Release: 0 Summary: General-Purpose Utility Library License: LGPL-2.1-or-later From 147f4fb3c7801405686f45978497ede39c2a085f1260f8df97815f0d24ee027c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 7 Dec 2023 14:52:25 +0000 Subject: [PATCH 3/3] Accepting request 1131629 from home:yfjiang:branches:GNOME:Factory Sync changelog with Leap/SLE. OBS-URL: https://build.opensuse.org/request/show/1131629 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=534 --- glib2.changes | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/glib2.changes b/glib2.changes index f810856..92407dc 100644 --- a/glib2.changes +++ b/glib2.changes @@ -425,7 +425,24 @@ Fri Feb 24 02:50:22 UTC 2023 - Dominique Leuenberger `/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 + +- 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 + +- 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