From d0d1a97723d24849d1210d3df850396db42d4a00fd25a88848320ea67e17c1c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= <bjorn.lie@gmail.com>
Date: Tue, 18 Feb 2020 16:55:49 +0000
Subject: [PATCH] Accepting request 775008 from GNOME:Next

- Update to version 3.24.14:
  + Fix the opaque region for windows on X11.
  + Theme:
    - Fix flat buttons in backdrop.
    - Make popovers look more similar to menus.
    - Tweak checkbox & radiobutton appearance.
    - Add general typography classes (heading, title-1, etc).
  + Language bindings: Fix annotations for
    gtk_tree_model_sort_new_with_model.
  + Switch: Fix touch support.
  + Infobar: Make clickable for default action.
  + Emojichooser: Respect a no-emoji input hint.
  + Fontchooser: Fix an oversight with hiding the size label.
  + Filechooser: Disable recursive search without a system indexer.
  + Modelbutton: Fix a11y support to reflect button state.
  + Input: Fix touchpad gesture center calculation.
  + X11:
    - Fix root window scaling.
    - Support _GTK_WORKAREAS_Dn property.
  + Wayland:
    - Support a terminal purpose in input methods.
    - Fix preedit cursor positioning.
    - Fix enabling/disabling of text inputs.
    - Support simultaneous selection requests.
    - Require Wayland 1.14.91.
  + Printing: Fix a crash with Avahi.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/775008
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=374
---
 _service              |  2 ++
 _servicedata          |  2 +-
 gtk-3.24.13+0.obscpio |  3 ---
 gtk-3.24.14.obscpio   |  3 +++
 gtk.obsinfo           |  6 +++---
 gtk3.changes          | 31 +++++++++++++++++++++++++++++++
 gtk3.spec             |  8 ++++----
 7 files changed, 44 insertions(+), 11 deletions(-)
 delete mode 100644 gtk-3.24.13+0.obscpio
 create mode 100644 gtk-3.24.14.obscpio

diff --git a/_service b/_service
index a3aca17..fecb6f5 100644
--- a/_service
+++ b/_service
@@ -4,6 +4,8 @@
     <param name="scm">git</param>
     <param name="revision">gtk-3-24</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
+    <param name="versionrewrite-pattern">(.*)\+0</param>
+    <param name="versionrewrite-replacement">\1</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service mode="buildtime" name="tar" />
diff --git a/_servicedata b/_servicedata
index e760ec6..821e8f6 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://gitlab.gnome.org/GNOME/gtk.git</param>
-              <param name="changesrevision">f737908d2f7dc121e0d85507c16fd7a399d4b36a</param></service></servicedata>
\ No newline at end of file
+              <param name="changesrevision">fab213a5f93c5624ed62a949ea6f93c8f2a3a591</param></service></servicedata>
\ No newline at end of file
diff --git a/gtk-3.24.13+0.obscpio b/gtk-3.24.13+0.obscpio
deleted file mode 100644
index 338e660..0000000
--- a/gtk-3.24.13+0.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:99d23882db452412c529f90e2aa23b80675560f207731006a1128851b2f3b4a6
-size 97874958
diff --git a/gtk-3.24.14.obscpio b/gtk-3.24.14.obscpio
new file mode 100644
index 0000000..38ba933
--- /dev/null
+++ b/gtk-3.24.14.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d4e3c66614e674de208644154ef3adeb7f082ac15909ecf91a3203d9cf1426f7
+size 98374158
diff --git a/gtk.obsinfo b/gtk.obsinfo
index b957721..c45eb99 100644
--- a/gtk.obsinfo
+++ b/gtk.obsinfo
@@ -1,5 +1,5 @@
 name: gtk
-version: 3.24.13+0
-mtime: 1574878582
-commit: f737908d2f7dc121e0d85507c16fd7a399d4b36a
+version: 3.24.14
+mtime: 1581960604
+commit: fab213a5f93c5624ed62a949ea6f93c8f2a3a591
 
diff --git a/gtk3.changes b/gtk3.changes
index eab9ff2..a09f97d 100644
--- a/gtk3.changes
+++ b/gtk3.changes
@@ -1,3 +1,34 @@
+-------------------------------------------------------------------
+Mon Feb 17 20:54:23 UTC 2020 - bjorn.lie@gmail.com
+
+- Update to version 3.24.14:
+  + Fix the opaque region for windows on X11.
+  + Theme:
+    - Fix flat buttons in backdrop.
+    - Make popovers look more similar to menus.
+    - Tweak checkbox & radiobutton appearance.
+    - Add general typography classes (heading, title-1, etc).
+  + Language bindings: Fix annotations for
+    gtk_tree_model_sort_new_with_model.
+  + Switch: Fix touch support.
+  + Infobar: Make clickable for default action.
+  + Emojichooser: Respect a no-emoji input hint.
+  + Fontchooser: Fix an oversight with hiding the size label.
+  + Filechooser: Disable recursive search without a system indexer.
+  + Modelbutton: Fix a11y support to reflect button state.
+  + Input: Fix touchpad gesture center calculation.
+  + X11:
+    - Fix root window scaling.
+    - Support _GTK_WORKAREAS_Dn property.
+  + Wayland:
+    - Support a terminal purpose in input methods.
+    - Fix preedit cursor positioning.
+    - Fix enabling/disabling of text inputs.
+    - Support simultaneous selection requests.
+    - Require Wayland 1.14.91.
+  + Printing: Fix a crash with Avahi.
+  + Updated translations.
+
 -------------------------------------------------------------------
 Fri Jan 10 12:03:26 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
 
diff --git a/gtk3.spec b/gtk3.spec
index 4d56553..d6f8362 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -35,7 +35,7 @@
 %bcond_without  broadway
 %bcond_with     doc
 Name:           %{pname}
-Version:        3.24.13+0
+Version:        3.24.14
 Release:        0
 Summary:        The GTK+ toolkit library (version 3)
 License:        LGPL-2.1-or-later
@@ -86,10 +86,10 @@ BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(pango) >= 1.41.0
 BuildRequires:  pkgconfig(pangoft2)
 BuildRequires:  pkgconfig(rest-0.7)
-BuildRequires:  pkgconfig(wayland-client) >= 1.9.91
-BuildRequires:  pkgconfig(wayland-cursor) >= 1.9.91
+BuildRequires:  pkgconfig(wayland-client) >= 1.14.91
+BuildRequires:  pkgconfig(wayland-cursor) >= 1.14.91
 BuildRequires:  pkgconfig(wayland-egl)
-BuildRequires:  pkgconfig(wayland-protocols) >= 1.12
+BuildRequires:  pkgconfig(wayland-protocols) >= 1.14
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcomposite)
 BuildRequires:  pkgconfig(xcursor)