Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xfce4-screenshooter for
openSUSE:Factory checked in at 2025-11-06 18:15:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-screenshooter (Old)
and /work/SRC/openSUSE:Factory/.xfce4-screenshooter.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-screenshooter"
Thu Nov 6 18:15:06 2025 rev:48 rq:1315952 version:1.11.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/xfce4-screenshooter/xfce4-screenshooter.changes
2025-06-23 14:57:10.985605866 +0200
+++
/work/SRC/openSUSE:Factory/.xfce4-screenshooter.new.1980/xfce4-screenshooter.changes
2025-11-06 18:18:18.096372035 +0100
@@ -1,0 +2,15 @@
+Thu Nov 6 04:03:13 UTC 2025 - Maurizio Galli <[email protected]>
+
+- Update to 1.11.3
+ - Wayland region selection
+ - Fix leaks in screenshooter_show_file_in_folder
+ - Fix string leak in action_idle
+ - wayland: Fullscreen capture with
+ ext_image_capture_source/copy_capture
+ - README.md: Add uninstall info
+ - Stop using xfce_panel_plugin_(block|unblock)_menu
+ - Drop autootols
+ - Translation Updates
+- Experimental Wayland support only for Tumbleweed and Leap 16
+
+-------------------------------------------------------------------
Old:
----
xfce4-screenshooter-1.11.2.tar.xz
New:
----
xfce4-screenshooter-1.11.3.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-screenshooter.spec ++++++
--- /var/tmp/diff_new_pack.QubFgi/_old 2025-11-06 18:18:18.992409922 +0100
+++ /var/tmp/diff_new_pack.QubFgi/_new 2025-11-06 18:18:18.996410091 +0100
@@ -1,7 +1,7 @@
#
# spec file for package xfce4-screenshooter
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2010 Guido Berhoerster.
#
# All modifications and additions to the file contributed by third parties
@@ -21,7 +21,7 @@
%define plugin screenshooter
Name: xfce4-screenshooter
-Version: 1.11.2
+Version: 1.11.3
Release: 0
Summary: Screenshot Tool for the Xfce Desktop
License: GPL-2.0-or-later
@@ -38,7 +38,6 @@
BuildRequires: pkgconfig(exo-2) >= %{xfce_version}
BuildRequires: pkgconfig(gdk-3.0) >= 3.24.0
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
-BuildRequires: pkgconfig(gdk-wayland-3.0) >= 3.24.0
BuildRequires: pkgconfig(gdk-x11-3.0) >= 3.24.0
BuildRequires: pkgconfig(glib-2.0) >= 2.66.0
BuildRequires: pkgconfig(gthread-2.0) >= 2.42.0
@@ -48,9 +47,13 @@
BuildRequires: pkgconfig(libxfce4util-1.0) >= %{xfce_version}
BuildRequires: pkgconfig(libxfconf-0) >= %{xfce_version}
BuildRequires: pkgconfig(pango) >= 1.44.0
+# We only want wayland on TW and Leap 16
+%if 0%{?is_opensuse} && 0%{?suse_version} >= 1600
+BuildRequires: pkgconfig(gdk-wayland-3.0) >= 3.24.0
BuildRequires: pkgconfig(wayland-client) >= 1.20
-BuildRequires: pkgconfig(wayland-protocols) >= 1.20
+BuildRequires: pkgconfig(wayland-protocols) >= 1.37
BuildRequires: pkgconfig(wayland-scanner) >= 1.20
+%endif
BuildRequires: pkgconfig(x11) >= 1.6.7
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: pkgconfig(xfixes) >= 4.0.0
@@ -91,7 +94,15 @@
%autosetup -p1
%build
+# We only want wayland on TW and Leap 16
+%if 0%{?sle_version} == 150600 && 0%{?is_opensuse}
+%meson \
+ -D wayland=disabled \
+ %{nil}
+%else
%meson
+%endif
+
%meson_build
%install
++++++ xfce4-screenshooter-1.11.2.tar.xz -> xfce4-screenshooter-1.11.3.tar.xz
++++++
++++ 25568 lines of diff (skipped)