diff --git a/_service b/_service index 9d08bf6..0a9db4e 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://gitlab.gnome.org/GNOME/gtk.git git - 3.24.21 + 3.24.22 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/gtk-3.24.21.obscpio b/gtk-3.24.21.obscpio deleted file mode 100644 index 6a181f7..0000000 --- a/gtk-3.24.21.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7eb842ebe0dc9053d995175e22a84b50cad86faee0765f9cd9eb67f098c0f7b1 -size 98990094 diff --git a/gtk-3.24.22.obscpio b/gtk-3.24.22.obscpio new file mode 100644 index 0000000..b15623b --- /dev/null +++ b/gtk-3.24.22.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0c04e17d571608f5d97d542ab90b246466cde574a4df3518770f751d9236a9 +size 98998286 diff --git a/gtk.obsinfo b/gtk.obsinfo index 154bb27..478e4a3 100644 --- a/gtk.obsinfo +++ b/gtk.obsinfo @@ -1,5 +1,5 @@ name: gtk -version: 3.24.21 -mtime: 1593378841 -commit: ab4b85f88cf822d6dbb9cda9c4d71fd10a5d3d99 +version: 3.24.22 +mtime: 1597075186 +commit: 0d30d36326ade257b6309d23bbbeb844a1119338 diff --git a/gtk3.changes b/gtk3.changes index 9149ea6..da1b2f6 100644 --- a/gtk3.changes +++ b/gtk3.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Aug 10 16:55:00 UTC 2020 - Bjørn Lie + +- Update to version 3.24.22: + + GtkTextView: + - Fix some corner cases of pixelcache invalidation. + - Make select-all work on touch. + + Fix print portal support. + + Adwaita: + - Tweak title style class. + - Add a public color for text view background. + + Wayland: Add a way to change the application id: + + Add --enable-tracker3 option to configure. + + Updated translations. + +------------------------------------------------------------------- +Mon Aug 10 08:12:40 UTC 2020 - Dominique Leuenberger + +- Only recommend instead of Require adwaita-icon-theme: Even though + GTK3 references this icon set as fallback, we only want to + recommend it here to have a chance to make live CD's smaller + (where we have good control of the apps on them). + ------------------------------------------------------------------- Sun Jun 28 22:12:09 UTC 2020 - Bjørn Lie diff --git a/gtk3.spec b/gtk3.spec index 01add4a..0587e4d 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -35,7 +35,7 @@ %bcond_without broadway %bcond_with doc Name: %{pname} -Version: 3.24.21 +Version: 3.24.22 Release: 0 Summary: The GTK+ toolkit library (version 3) License: LGPL-2.1-or-later @@ -111,8 +111,9 @@ Summary: The GTK+ toolkit library (version 3) Group: System/Libraries Requires: %{name}-data >= %{version} Requires: %{name}-schema >= %{version} -# Require Adwaita Icon Theme: It's GTKs icon set, that's guaranteed to be there -Requires: adwaita-icon-theme +# Recommend Adwaita Icon Theme: GTK3 references this icon set in the code, +# but some setups might still want to eliminate it (think limited size Live CDs) +Recommends: adwaita-icon-theme # Require gdk-pixbuf-loader-rsvg - bsc#1007453. We require adwaita-icon-theme # so we need something to load the svg icons. Requires: gdk-pixbuf-loader-rsvg