Accepting request 1145423 from GNOME:Factory
- 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/request/show/1145423 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=71
This commit is contained in:
commit
9bc5382156
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>
|
||||
|
||||
|
21
gtk4.spec
21
gtk4.spec
@ -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
|
||||
@ -338,22 +338,7 @@ cp %{SOURCE3} %{buildroot}%{_rpmmacrodir}
|
||||
%{_bindir}/gtk4-query-settings
|
||||
%{_bindir}/gtk4-update-icon-cache
|
||||
%dir %{_datadir}/gtk-4.0/emoji
|
||||
%{_datadir}/gtk-4.0/emoji/da.gresource
|
||||
%{_datadir}/gtk-4.0/emoji/de.gresource
|
||||
%{_datadir}/gtk-4.0/emoji/es.gresource
|
||||
%{_datadir}/gtk-4.0/emoji/fr.gresource
|
||||
%{_datadir}/gtk-4.0/emoji/hu.gresource
|
||||
%{_datadir}/gtk-4.0/emoji/it.gresource
|
||||
%{_datadir}/gtk-4.0/emoji/ko.gresource
|
||||
%{_datadir}/gtk-4.0/emoji/lt.gresource
|
||||
%{_datadir}/gtk-4.0/emoji/ms.gresource
|
||||
%{_datadir}/gtk-4.0/emoji/nl.gresource
|
||||
%{_datadir}/gtk-4.0/emoji/pl.gresource
|
||||
%{_datadir}/gtk-4.0/emoji/pt.gresource
|
||||
%{_datadir}/gtk-4.0/emoji/ru.gresource
|
||||
%{_datadir}/gtk-4.0/emoji/sv.gresource
|
||||
%{_datadir}/gtk-4.0/emoji/uk.gresource
|
||||
%{_datadir}/gtk-4.0/emoji/zh.gresource
|
||||
%{_datadir}/gtk-4.0/emoji/*.gresource
|
||||
%{_mandir}/man1/gtk4-broadwayd.1%{?ext_man}
|
||||
%{_mandir}/man1/gtk4-launch.1%{?ext_man}
|
||||
%{_mandir}/man1/gtk4-query-settings.1%{?ext_man}
|
||||
|
Loading…
Reference in New Issue
Block a user