From 3ccb8522111b3086f10da97e5983a16cd8c1fcc73c4feb804255878a1fdad680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 22 Jul 2024 17:08:18 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main gtk3 revision d7b2847f01b4d384b9dffe56eadf432d --- _service | 2 +- _servicedata | 2 +- gtk-3.24.37+70.obscpio | 3 --- gtk-3.24.38+111.obscpio | 3 +++ gtk.obsinfo | 6 ++--- gtk3.changes | 57 +++++++++++++++++++++++++++++++++++++++++ gtk3.spec | 11 +++++++- 7 files changed, 75 insertions(+), 9 deletions(-) delete mode 100644 gtk-3.24.37+70.obscpio create mode 100644 gtk-3.24.38+111.obscpio diff --git a/_service b/_service index d4b0cce..beb63cb 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://gitlab.gnome.org/GNOME/gtk.git git - 90472dc481e83b0890aca66e45ea5c165f432a7f + gtk-3-24 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/_servicedata b/_servicedata index 36757c0..ecdfb61 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://gitlab.gnome.org/GNOME/gtk.git - 90472dc481e83b0890aca66e45ea5c165f432a7f \ No newline at end of file + cde309d9fa27d948ae4ad098f50ba3188452ad6a \ No newline at end of file diff --git a/gtk-3.24.37+70.obscpio b/gtk-3.24.37+70.obscpio deleted file mode 100644 index e0d9388..0000000 --- a/gtk-3.24.37+70.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:634abe2ac8ffc850d55e7cb55d4dd22a68db58132fb136ca7a0d59828130485d -size 99198478 diff --git a/gtk-3.24.38+111.obscpio b/gtk-3.24.38+111.obscpio new file mode 100644 index 0000000..0401856 --- /dev/null +++ b/gtk-3.24.38+111.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29fe434cf32af7cda96a19e5fa8801eb936958bc13e2fb6c30a628bcf9f59d50 +size 99351054 diff --git a/gtk.obsinfo b/gtk.obsinfo index 64236de..d9519a8 100644 --- a/gtk.obsinfo +++ b/gtk.obsinfo @@ -1,4 +1,4 @@ name: gtk -version: 3.24.37+70 -mtime: 1682767680 -commit: 90472dc481e83b0890aca66e45ea5c165f432a7f +version: 3.24.38+111 +mtime: 1701555122 +commit: cde309d9fa27d948ae4ad098f50ba3188452ad6a diff --git a/gtk3.changes b/gtk3.changes index 43ec41e..08db404 100644 --- a/gtk3.changes +++ b/gtk3.changes @@ -1,3 +1,60 @@ +------------------------------------------------------------------- +Thu Dec 07 15:35:33 UTC 2023 - dimstar@opensuse.org + +- Update to version 3.24.38+111: + + [gtk3] Support tiled windows from xdg-shell. + + Fix a minor issue in the file portal test. + + wayland: Be more careful when loading cursors. + + gdk/wayland: Use g_warning_once for cursor scale mismatches. + + gdk/wayland: Don't fall back directly to 1 for mismatched + cursor sizes. + + Updated translations. +- Drop upstream applied patch + gtk3-gtkmountoperation-avoid-SEGV-after-bad-password-inpu.patch + +------------------------------------------------------------------- +Tue Nov 28 11:50:22 UTC 2023 - Dominique Leuenberger + +- Use %patch -p N instead of deprecated %patchN. + +------------------------------------------------------------------- +Sun Oct 8 07:48:06 UTC 2023 - Yifan Jiang + +- Revert RPM ternary operations on SLE where rpm version is not + ready. + +------------------------------------------------------------------- +Tue Sep 12 14:27:25 UTC 2023 - Dominique Leuenberger + +- Use RPM ternary operations to specify true/false arguments based + on build conditions (%[%{with FOO} ? "true" : "false"]) + +------------------------------------------------------------------- +Mon Aug 14 03:34:22 UTC 2023 - Yifan Jiang + +- Do not use %autopatch to build on SLE where rpm version is not + ready for the macro. + +------------------------------------------------------------------- +Fri Jun 2 13:40:09 UTC 2023 - Martin Wilck + +- Fix nautilus crash after entering wrong SMB password (bsc#1211952) + * add gtk3-gtkmountoperation-avoid-SEGV-after-bad-password-inpu.patch + +------------------------------------------------------------------- +Mon May 22 16:08:09 UTC 2023 - Bjørn Lie + +- Update to version 3.24.38: + + GtkFileChooser: Avoid warnings with GLib 2.76. + + Theme: Set caret color in the dark theme. + + Windows: Fix running under GLES. + + Wayland: + - Notify on initial setting changes. + - Don't crash on 0 size cursors. + - Don't crash if xdg_activation_v1 is missing. + + Debugging: Show more information in the inspector. + + Updated translations. + ------------------------------------------------------------------- Mon May 01 08:48:59 UTC 2023 - bjorn.lie@gmail.com diff --git a/gtk3.spec b/gtk3.spec index 0be6367..7f9893e 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -30,7 +30,7 @@ %define __provides_exclude_from ^%{_libdir}/gtk-3.0 Name: gtk3 -Version: 3.24.37+70 +Version: 3.24.38+111 Release: 0 Summary: The GTK+ toolkit library (version 3) License: LGPL-2.1-or-later @@ -383,10 +383,19 @@ This package contains the API documentation for GTK+ 3.x. %autosetup -N -n %{_name}-%{version} %if "%{_lib}" == "lib64" cp -a %{SOURCE1} . +%if !0%{?sle_version} %autopatch -p1 0 +%else +%patch -P 0 -p1 %endif +%endif + +%if !0%{?sle_version} # Apply patches 1 to 999 (1 >= 999) %autopatch -p1 -m 1 -M 999 +%else +%patch -P 1 -p1 +%endif %build %meson \