Hello community,

here is the log from the commit of package gtk3 for openSUSE:Factory checked in 
at 2018-12-19 13:47:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtk3 (Old)
 and      /work/SRC/openSUSE:Factory/.gtk3.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtk3"

Wed Dec 19 13:47:07 2018 rev:136 rq:657850 version:3.24.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtk3/gtk3.changes        2018-11-18 
23:25:03.757998703 +0100
+++ /work/SRC/openSUSE:Factory/.gtk3.new.28833/gtk3.changes     2018-12-19 
13:47:26.371449859 +0100
@@ -1,0 +2,32 @@
+Thu Dec 13 05:31:08 UTC 2018 - [email protected]
+
+- Update to version 3.24.2:
+  + new api: gdk_x11_display_get_parent_relative pattern.
+  + wayland: Use the settings portal when sandboxed.
+  + Bugs fixed:
+    - widget-factory: Move app menu contents to primary menu.
+    - Make dashed border-style work correctly.
+    - gtkstack: fix null pointer dereference.
+    - GDK W32: Support switching input modules at runtime.
+    - Tooltip: Fix the used cursor size if 0 in Settings.
+    - quartz: Fix crash when realizing GtkOffscreenWindow.
+    - win32 dnd: Fix setting icon on drag-begin.
+    - Fix race in GtkPlug window creation.
+    - widget-factory: Add Keyboard Shortcuts menu item.
+    - quartz: do not cache the screen in the gdkmonitor.
+    - Trash in side bar sometimes contains a home icon.
+    - wayland: Avoid crashes inside wl_proxy_marshal.
+    - gtkimcontextime.c: Fix Korean input.
+    - entry: Handle no-window events in gtk_entry_event.
+    - Tooltip: Fix the used cursor size if 0 in Setting.
+    - Notebook: Ensure menu_label updates with tab_label.
+    - Adwaita: Improve headerbar theming.
+    - win32: Make scroll behavior similar to Linux.
+    - fix symbolic icon rendering with new librsvg.
+    - emoji selector: force Emoji presentation.
+    - a11y: fix a crash under wayland.
+  + Updated translations.
+- Add gtk3-revert-Fix-deprecation-warnings.patch: Revert "Fix
+  deprecation warnings", fixes build.
+
+-------------------------------------------------------------------
@@ -5 +37 @@
-  (fate#326548 glgo#GNOME/gtk!411). 
+  (bsc#1119306 fate#326548 glgo#GNOME/gtk!411). 

Old:
----
  gtk+-3.24.1.tar.xz

New:
----
  gtk+-3.24.2.tar.xz
  gtk3-revert-Fix-deprecation-warnings.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gtk3.spec ++++++
--- /var/tmp/diff_new_pack.UlN2yc/_old  2018-12-19 13:47:27.567448192 +0100
+++ /var/tmp/diff_new_pack.UlN2yc/_new  2018-12-19 13:47:27.567448192 +0100
@@ -22,7 +22,7 @@
 %define _name   gtk+
 %bcond_without  broadway
 Name:           gtk3
-Version:        3.24.1
+Version:        3.24.2
 Release:        0
 Summary:        The GTK+ toolkit library (version 3)
 License:        LGPL-2.1-or-later
@@ -39,6 +39,8 @@
 Patch1:         gtk3-revert-forced-xftdpi.patch
 # PATCH-FEATURE-UPSTREAM gtk3-atk-table-cell.patch fate#326548 [email protected] 
-- a11y: add support for AtkTableCell.
 Patch2:         gtk3-atk-table-cell.patch
+# PATCH-FIX-UPSTREAM gtk3-revert-Fix-deprecation-warnings.patch -- Revert "Fix 
deprecation warnings", fixes build.
+Patch3:         gtk3-revert-Fix-deprecation-warnings.patch
 
 BuildRequires:  cups-devel >= 1.2
 BuildRequires:  docbook-xsl-stylesheets
@@ -371,6 +373,7 @@
 %endif
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %configure \

++++++ gtk+-3.24.1.tar.xz -> gtk+-3.24.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/gtk3/gtk+-3.24.1.tar.xz 
/work/SRC/openSUSE:Factory/.gtk3.new.28833/gtk+-3.24.2.tar.xz differ: char 25, 
line 1

++++++ gtk3-revert-Fix-deprecation-warnings.patch ++++++
>From 2905fc861acda3d134a198e56ef2f6c962ad3061 Mon Sep 17 00:00:00 2001
From: Daniel Boles <[email protected]>
Date: Wed, 12 Dec 2018 19:03:11 +0000
Subject: [PATCH] Revert "Fix deprecation warnings"

This reverts commit 5aedfe048b0fe07382433f1a78ec5bd26acd82dd.

It had a typo that broke the build, only replaced half of the uses, and
replaced them with other functions that are also deprecated anyway.
---
 docs/tools/shooter.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/tools/shooter.c b/docs/tools/shooter.c
index 3d910c6ab8..8cefa8bbf7 100644
--- a/docs/tools/shooter.c
+++ b/docs/tools/shooter.c
@@ -170,10 +170,10 @@ take_window_shot (Window         child,
       y_orig = 0;
     }
 
-  if (x_orig + width > gdk_screen_get_width (gdk_screen_get_dfeault ()))
+  if (x_orig + width > gdk_screen_width ())
     width = gdk_screen_width () - x_orig;
 
-  if (y_orig + height > gdk_screen_get_height (gdk_screen_get_default ()))
+  if (y_orig + height > gdk_screen_height ())
     height = gdk_screen_height () - y_orig;
 
   tmp = gdk_pixbuf_get_from_window (window,
-- 
2.18.1


Reply via email to