- Update to version 4.12.5:
+ GtkColumnView: Fix a crash on dispose. + GtkEmojiChooser: - Update to CLDR v44. - Add more translations. + GtkFileDialog: - Return an error if no file is selected. - Make closing the portal file chooser work. + GtkDropDown: Fix display of the initial checkmark. + GtkShortcutsWindow: Reduce the minimum width. + GDK: Make the png loader safer against overflow. + Wayland: Fix cursor handling with graphics tablets. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=156
This commit is contained in:
parent
f0bb730207
commit
d0f6b43624
BIN
gtk-4.12.4.tar.xz
(Stored with Git LFS)
BIN
gtk-4.12.4.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
gtk-4.12.5.tar.xz
Normal file
3
gtk-4.12.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28b356d590ee68ef626e2ef9820b2dd21441484a9a042a5a3f0c40e9dfc4f4f8
|
||||
size 17314760
|
16
gtk4.changes
16
gtk4.changes
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 8 15:28:10 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 4.12.5:
|
||||
+ GtkColumnView: Fix a crash on dispose.
|
||||
+ GtkEmojiChooser:
|
||||
- Update to CLDR v44.
|
||||
- Add more translations.
|
||||
+ GtkFileDialog:
|
||||
- Return an error if no file is selected.
|
||||
- Make closing the portal file chooser work.
|
||||
+ GtkDropDown: Fix display of the initial checkmark.
|
||||
+ GtkShortcutsWindow: Reduce the minimum width.
|
||||
+ GDK: Make the png loader safer against overflow.
|
||||
+ Wayland: Fix cursor handling with graphics tablets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 1 11:05:59 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gtk4
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2010 Dominique Leuenebrger, Amsterdam, Netherlands
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -29,7 +29,7 @@
|
||||
%endif
|
||||
|
||||
Name: gtk4
|
||||
Version: 4.12.4
|
||||
Version: 4.12.5
|
||||
Release: 0
|
||||
Summary: The GTK+ toolkit library (version 4)
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user