From e9ed0e4328b336a3d296da46684b86b48cb1be6ba8aaa314e9755be86285879f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 21 Jan 2021 11:28:53 +0000 Subject: [PATCH] Accepting request 864285 from GNOME:Next - Update to version 4.0.2: + GtkAboutDialog: - Set icon size for the logo. - Fix initial focus to be the same as in GTK 3. + GtkImage: Update icons on scale change. + Wayland: Fix crashes with touch and tablet events. + Windows: - Fix surface and geometry computation. - Remove layered window usage. + MacOS: Support stylus devices. + Themes: - Adwaita: Remove edge highlights. - Adwaita: Update image assets. - Make Adwaita-dark available as standalone theme. - Make HighContrastInverse the dark variant of HighContrast. + Docs: - Complete GtkAspectFrame docs. - Clarify migration docs for widget signals. + Inspector: - Fix a critical with the recorder. - Fix a crash with treeviews. - Show overlay layout properties. - Add a legend for the layout overlay. + Build: - Fix build with gcc 11. - Support building without sassc. + Updated translations. - Switch back to regular releases: with GTK 4 having a consumer (GNOME 40) the focus is much more active on it now. OBS-URL: https://build.opensuse.org/request/show/864285 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=61 --- _service | 20 -------------------- gtk-4.0.1.obscpio | 3 --- gtk-4.0.2.tar.xz | 3 +++ gtk.obsinfo | 5 ----- gtk4.changes | 33 +++++++++++++++++++++++++++++++++ gtk4.spec | 4 ++-- 6 files changed, 38 insertions(+), 30 deletions(-) delete mode 100644 _service delete mode 100644 gtk-4.0.1.obscpio create mode 100644 gtk-4.0.2.tar.xz delete mode 100644 gtk.obsinfo diff --git a/_service b/_service deleted file mode 100644 index fbdc6be..0000000 --- a/_service +++ /dev/null @@ -1,20 +0,0 @@ - - - - https://gitlab.gnome.org/GNOME/gtk.git - git - 4.0.1 - @PARENT_TAG@+@TAG_OFFSET@ - (.*)\+0 - \1 - - - - - *.tar - xz - - - diff --git a/gtk-4.0.1.obscpio b/gtk-4.0.1.obscpio deleted file mode 100644 index 55ee904..0000000 --- a/gtk-4.0.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cacbb008e9005584d51d926c46c1394f8627a9699e1ef3f6b8192615072addc -size 107441166 diff --git a/gtk-4.0.2.tar.xz b/gtk-4.0.2.tar.xz new file mode 100644 index 0000000..c8e9244 --- /dev/null +++ b/gtk-4.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:626707ac6751426ed76fed49c5b2d052dfee45757ce3827088ba87ca7f1dbc84 +size 19437256 diff --git a/gtk.obsinfo b/gtk.obsinfo deleted file mode 100644 index 566b8db..0000000 --- a/gtk.obsinfo +++ /dev/null @@ -1,5 +0,0 @@ -name: gtk -version: 4.0.1 -mtime: 1610173813 -commit: 60835227a1ff24512c98b2da608979b426329d87 - diff --git a/gtk4.changes b/gtk4.changes index 34583ac..af4ad44 100644 --- a/gtk4.changes +++ b/gtk4.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Jan 19 08:08:49 UTC 2021 - Dominique Leuenberger + +- Update to version 4.0.2: + + GtkAboutDialog: + - Set icon size for the logo. + - Fix initial focus to be the same as in GTK 3. + + GtkImage: Update icons on scale change. + + Wayland: Fix crashes with touch and tablet events. + + Windows: + - Fix surface and geometry computation. + - Remove layered window usage. + + MacOS: Support stylus devices. + + Themes: + - Adwaita: Remove edge highlights. + - Adwaita: Update image assets. + - Make Adwaita-dark available as standalone theme. + - Make HighContrastInverse the dark variant of HighContrast. + + Docs: + - Complete GtkAspectFrame docs. + - Clarify migration docs for widget signals. + + Inspector: + - Fix a critical with the recorder. + - Fix a crash with treeviews. + - Show overlay layout properties. + - Add a legend for the layout overlay. + + Build: + - Fix build with gcc 11. + - Support building without sassc. + + Updated translations. +- Switch back to regular releases: with GTK 4 having a consumer + (GNOME 40) the focus is much more active on it now. + ------------------------------------------------------------------- Mon Jan 11 14:11:26 UTC 2021 - Dominique Leuenberger diff --git a/gtk4.spec b/gtk4.spec index b2781a4..2655e53 100644 --- a/gtk4.spec +++ b/gtk4.spec @@ -22,14 +22,14 @@ %define _name gtk Name: gtk4 -Version: 4.0.1 +Version: 4.0.2 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: %{_name}-%{version}.tar.xz +Source: https://download.gnome.org/sources/gtk/4.0/%{_name}-%{version}.tar.xz Source2: settings.ini Source3: macros.gtk4 Source98: gtk4-rpmlintrc