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
This commit is contained in:
parent
37b6cdc497
commit
46fd3ea556
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43dc0f6a126958f5b454136c4398eab420249c16171a769784486e25f2fda19f
|
||||
size 5270936
|
BIN
glib-2.76.2.tar.xz
(Stored with Git LFS)
Normal file
BIN
glib-2.76.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 16:14:57 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- 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 <guido+opensuse@berhoerster.name>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user