From 46fd3ea5569873f206275646e3ccaed14661a3e35c8f171e3f628595a2011aee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 24 Apr 2023 07:43:42 +0000 Subject: [PATCH] Accepting request 1082098 from GNOME:Next New stable release OBS-URL: https://build.opensuse.org/request/show/1082098 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=513 --- glib-2.76.1.tar.xz | 3 --- glib-2.76.2.tar.xz | 3 +++ glib2.changes | 39 +++++++++++++++++++++++++++++++++++++++ glib2.spec | 2 +- 4 files changed, 43 insertions(+), 4 deletions(-) delete mode 100644 glib-2.76.1.tar.xz create mode 100644 glib-2.76.2.tar.xz diff --git a/glib-2.76.1.tar.xz b/glib-2.76.1.tar.xz deleted file mode 100644 index 8742bd4..0000000 --- a/glib-2.76.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43dc0f6a126958f5b454136c4398eab420249c16171a769784486e25f2fda19f -size 5270936 diff --git a/glib-2.76.2.tar.xz b/glib-2.76.2.tar.xz new file mode 100644 index 0000000..436d342 --- /dev/null +++ b/glib-2.76.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f3847857b1d8674cdb0389a36edec0f13c666cd3ce727ecd340eb9da8aca9e +size 5273836 diff --git a/glib2.changes b/glib2.changes index b104bce..77858bb 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Apr 21 16:14:57 UTC 2023 - Bjørn Lie + +- Update to version 2.76.2: + + Fixed various build failures in less common setups + + Fix launching files in Windows via GtkFileLauncher + + Bugs fixed: + - GMarkupParser documentation completion + - Disagreement between runtime and docs on whether interfaces + are "classed" + - gdbus-example-proxy-subclass.c is not complete + - GAppInfoMonitor documentation deficiencies + - Check for __kernel_long_t when enabling futex() + - Documentation mentions non-existing function `g_value_free` + - Not clear that GPollableInputStream methods are undefined if + can_poll() returns FALSE + - Missing docs for GOption (commandline parser) + - GDebugControllerDBus wrong default in documentation + - Probably wrong information regarding G_PLATFORM_WIN32 in + README.win32.md + - Multiple Definition Error When Generating + gio/tests/test5.gresource + - user docs: GLib.DateTime.format: broken highlighting + - GtkFileLauncher: generated paths not recognized on Win32 + - Build failed due to NULL pointer redefinition in C++ + - Build randomly fails with: 'gmodule/gmodule-visibility.h' + file not found + - unicode: add tests for g_utf8_normalize() and empty strings + - build: Drop old .gitignore files from test directories + - tools: Drop check-abis.sh script + - docs: Drop section about default branch renaming from + README.md + - tests: Update Unicode normalisation tests from Unicode 15 + - Make clang++ happier when using G_STATIC_ASSERT + - gwin32: Avoid use of function call with side effect in + g_return_* macro + - gsignal: Clarify documentation for GSignalMatchType matching + + Updated translations. + ------------------------------------------------------------------- Thu Apr 20 09:35:56 UTC 2023 - Guido Berhoerster diff --git a/glib2.spec b/glib2.spec index f03b93d..04f28a4 100644 --- a/glib2.spec +++ b/glib2.spec @@ -30,7 +30,7 @@ %define libgthread libgthread-%{libver} %bcond_without systemtap Name: glib2%{psuffix} -Version: 2.76.1 +Version: 2.76.2 Release: 0 Summary: General-Purpose Utility Library License: LGPL-2.1-or-later