Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gtk4 for openSUSE:Factory checked in 
at 2023-03-17 17:00:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtk4 (Old)
 and      /work/SRC/openSUSE:Factory/.gtk4.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtk4"

Fri Mar 17 17:00:46 2023 rev:55 rq:1071898 version:4.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtk4/gtk4.changes        2023-03-11 
18:23:11.110613313 +0100
+++ /work/SRC/openSUSE:Factory/.gtk4.new.31432/gtk4.changes     2023-03-17 
17:00:47.688590309 +0100
@@ -1,0 +2,26 @@
+Tue Mar 14 12:43:46 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 4.10.1:
+  + GtkFileChooser:
+    - Improve search performance
+    - Be safe against pathless files
+    - Fix memory leaks
+    - Only show local files in recent files
+    - Show most recent files first
+    - Make files non-selectable in selet_folder mode
+  + GtkListView / GtkColumnView / GtkGridView:
+    - Fix scrolling problems
+    - Support CSS border-spacing
+  + GtkComboBox: Fix a size allocation problem
+  + gtk: Size allocation fixes
+  + Accessibility: Miscellaneous property fixes and improvements
+  + Wayland: Fix an ordering problem in surface disposal
+  + Windows: Fix Visual Studio build with older GLib
+  + Updated translations.
+- Drop patches fixed upstream:
+  + 3e3158ce12741b58ce53f132b48f26438094886d.patch
+  + 0001-combobox-Avoid-extra-queue_resize.patch
+- Refresh 0001-Revert-Meson-Simplify-pkgconfig-file-generator.patch
+  with quilt.
+
+-------------------------------------------------------------------

Old:
----
  0001-combobox-Avoid-extra-queue_resize.patch
  3e3158ce12741b58ce53f132b48f26438094886d.patch
  gtk-4.10.0.tar.xz

New:
----
  gtk-4.10.1.tar.xz

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

Other differences:
------------------
++++++ gtk4.spec ++++++
--- /var/tmp/diff_new_pack.j0qzMl/_old  2023-03-17 17:00:49.088597644 +0100
+++ /var/tmp/diff_new_pack.j0qzMl/_new  2023-03-17 17:00:49.092597665 +0100
@@ -22,7 +22,7 @@
 %define _name gtk
 
 Name:           gtk4
-Version:        4.10.0
+Version:        4.10.1
 Release:        0
 Summary:        The GTK+ toolkit library (version 4)
 License:        LGPL-2.1-or-later
@@ -39,10 +39,6 @@
 # https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4756
 # PATCH-FIX-OPENSUSE 0001-Revert-Meson-Simplify-pkgconfig-file-generator.patch 
-- Revert "Meson: Simplify pkgconfig file generator"
 Patch0:         0001-Revert-Meson-Simplify-pkgconfig-file-generator.patch
-# PATCH-FIX-UPSTREAM 0001-combobox-Avoid-extra-queue_resize.patch bsc#1209043 
glgo#GNOME/gtk!5608 xw...@suse.com -- combobox: Avoid extra queue_resize()
-Patch1:         0001-combobox-Avoid-extra-queue_resize.patch
-# PATCH-FIX-UPSTREAM 
https://gitlab.gnome.org/GNOME/gtk/-/commit/3e3158ce12741b58ce53f132b48f26438094886d.patch
 -- widget: Use the correct template in dispose_template()
-Patch2:         3e3158ce12741b58ce53f132b48f26438094886d.patch
 
 BuildRequires:  cups-devel >= 2.0
 # We do not support building against cups 2.3 betas

++++++ 0001-Revert-Meson-Simplify-pkgconfig-file-generator.patch ++++++
--- /var/tmp/diff_new_pack.j0qzMl/_old  2023-03-17 17:00:49.116597790 +0100
+++ /var/tmp/diff_new_pack.j0qzMl/_new  2023-03-17 17:00:49.120597811 +0100
@@ -13,11 +13,11 @@
  meson.build | 47 +++++++++++++++++++++++++++++++++--------------
  1 file changed, 33 insertions(+), 14 deletions(-)
 
-Index: gtk-4.10.0/meson.build
+Index: gtk-4.10.1/meson.build
 ===================================================================
---- gtk-4.10.0.orig/meson.build
-+++ gtk-4.10.0/meson.build
-@@ -431,6 +431,9 @@ if not os_win32
+--- gtk-4.10.1.orig/meson.build
++++ gtk-4.10.1/meson.build
+@@ -438,6 +438,9 @@ if not os_win32
    endif
  endif
  
@@ -27,7 +27,7 @@
  cairo_backends = []
  foreach backend: [ ['cairo-xlib', cairo_req, x11_enabled],
                     ['cairo-win32', cairo_req, win32_enabled],
-@@ -559,14 +562,26 @@ if x11_enabled
+@@ -566,14 +569,26 @@ if x11_enabled
    cdata.set('HAVE_RANDR15', xrandr15_dep.found())
  endif
  
@@ -54,7 +54,7 @@
  
    # Check whether libepoxy is built with EGL support on Windows
  endif
-@@ -791,7 +806,16 @@ gsk_private_packages = [] # all already
+@@ -803,7 +818,16 @@ gsk_private_packages = [] # all already
  pangoft2_pkgs = (wayland_enabled or x11_enabled) ? ['pangoft2'] : []
  gtk_private_packages = pangoft2_pkgs
  
@@ -72,7 +72,7 @@
  pkg_targets = []
  display_backends = []
  foreach backend: [ 'broadway', 'macos', 'wayland', 'win32', 'x11', ]
-@@ -808,23 +832,18 @@ common_pc_variables = [
+@@ -820,23 +844,18 @@ common_pc_variables = [
    'gtk_host=@0@-@1@'.format(host_machine.cpu_family(), 
host_machine.system()), # FIXME
  ]
  
@@ -102,7 +102,7 @@
    )
    meson.override_dependency(pkg, libgtk_dep)
  endforeach
-@@ -835,10 +854,10 @@ if os_unix
+@@ -847,10 +866,10 @@ if os_unix
      unescaped_variables: common_pc_variables,
      name: 'GTK',
      description: 'GTK Unix print support',

++++++ gtk-4.10.0.tar.xz -> gtk-4.10.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/gtk4/gtk-4.10.0.tar.xz 
/work/SRC/openSUSE:Factory/.gtk4.new.31432/gtk-4.10.1.tar.xz differ: char 26, 
line 1

Reply via email to