From 11b89830c006c403c93dc2b9077c98235c8c53c4cc1d281b8687e383c6f91bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 7 Sep 2022 09:30:14 +0000 Subject: [PATCH] Accepting request 1001586 from GNOME:Next - Update to version 4.8.0 OBS-URL: https://build.opensuse.org/request/show/1001586 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=105 --- gtk-4.7.2.tar.xz | 3 --- gtk-4.8.0.tar.xz | 3 +++ gtk4.changes | 26 ++++++++++++++++++++++++++ gtk4.spec | 5 ++--- 4 files changed, 31 insertions(+), 6 deletions(-) delete mode 100644 gtk-4.7.2.tar.xz create mode 100644 gtk-4.8.0.tar.xz diff --git a/gtk-4.7.2.tar.xz b/gtk-4.7.2.tar.xz deleted file mode 100644 index b9f60e5..0000000 --- a/gtk-4.7.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a901bf54f0dd1a8ccb30800bf203f0335887009467ef6086654634f21bf0a4cd -size 20495424 diff --git a/gtk-4.8.0.tar.xz b/gtk-4.8.0.tar.xz new file mode 100644 index 0000000..fdb60c6 --- /dev/null +++ b/gtk-4.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d6203437d1e359d83124dc591546d403f67e3b00544e53dd50a9baacdcbd7f +size 20502660 diff --git a/gtk4.changes b/gtk4.changes index 7e90464..9f870ca 100644 --- a/gtk4.changes +++ b/gtk4.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue Sep 6 21:53:47 UTC 2022 - Bjørn Lie + +- Update to version 4.8.0: + + GtkTreeView: + - Fix a problem with scrolling animations + - Fix some event handling problems + - Drop unreachable code + + GtkText: Respect the no-emoji input hint fully + + GtkEmojiChooser: Fix arrow key navigation + + GtkFontChooser: Improve the handling of OpenType font features + + GtkTreeListModel: Fix handling of collapsed child nodes + + GtkInscription: Fix accessible name + + Theme: Fix placeholder text in HighContrast + + Increase the memory limit for the jpeg loader to 300M + + Miscellaneous memory leak fixes + + Wayland: Refator handling of text protocol client updates + + Updated translations. + +------------------------------------------------------------------- +Thu Sep 1 10:20:58 UTC 2022 - Bjørn Lie + +- Drop pkgconfig(rest-0.7) BuildRequires: it seems to serve no + purpose, nor can I find anything to suggest that gtk depends on + it. + ------------------------------------------------------------------- Thu Aug 11 19:34:08 UTC 2022 - Bjørn Lie diff --git a/gtk4.spec b/gtk4.spec index 6c52576..33170db 100644 --- a/gtk4.spec +++ b/gtk4.spec @@ -22,14 +22,14 @@ %define _name gtk Name: gtk4 -Version: 4.7.2 +Version: 4.8.0 Release: 0 Summary: The GTK+ toolkit library (version 4) License: LGPL-2.1-or-later Group: Development/Libraries/X11 URL: https://www.gtk.org/ -Source: https://download.gnome.org/sources/gtk/4.7/%{_name}-%{version}.tar.xz +Source: https://download.gnome.org/sources/gtk/4.8/%{_name}-%{version}.tar.xz Source2: settings.ini Source3: macros.gtk4 Source99: gtk4-rpmlintrc @@ -86,7 +86,6 @@ BuildRequires: pkgconfig(libtiff-4) BuildRequires: pkgconfig(pango) >= 1.49.0 BuildRequires: pkgconfig(pangocairo) >= 1.14.0 BuildRequires: pkgconfig(pangoft2) -BuildRequires: pkgconfig(rest-0.7) BuildRequires: pkgconfig(tracker-sparql-3.0) BuildRequires: pkgconfig(wayland-client) >= 1.14.91 BuildRequires: pkgconfig(wayland-cursor) >= 1.9.91