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 2026-05-21 18:27:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-screenshooter (Old)
and /work/SRC/openSUSE:Factory/.xfce4-screenshooter.new.2084 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-screenshooter"
Thu May 21 18:27:25 2026 rev:49 rq:1354263 version:1.11.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/xfce4-screenshooter/xfce4-screenshooter.changes
2025-11-06 18:18:18.096372035 +0100
+++
/work/SRC/openSUSE:Factory/.xfce4-screenshooter.new.2084/xfce4-screenshooter.changes
2026-05-21 18:29:09.255034807 +0200
@@ -1,0 +2,10 @@
+Wed May 20 15:29:44 UTC 2026 - Manfred Hollstein <[email protected]>
+
+- Rewrite wayland conditionals as bcond_with/bcond_without
+
+-------------------------------------------------------------------
+Tue May 19 07:33:22 UTC 2026 - [email protected]
+
+- Properly disable Wayland support in SLE15
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-screenshooter.spec ++++++
--- /var/tmp/diff_new_pack.KnjGTc/_old 2026-05-21 18:29:11.259117137 +0200
+++ /var/tmp/diff_new_pack.KnjGTc/_new 2026-05-21 18:29:11.279117959 +0200
@@ -1,7 +1,7 @@
#
# spec file for package xfce4-screenshooter
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
# Copyright (c) 2010 Guido Berhoerster.
#
# All modifications and additions to the file contributed by third parties
@@ -20,6 +20,12 @@
%define xfce_version 4.18.0
%define plugin screenshooter
+%if 0%{?suse_version} >= 1600
+%bcond_without wayland_support
+%else
+%bcond_with wayland_support
+%endif
+
Name: xfce4-screenshooter
Version: 1.11.3
Release: 0
@@ -47,8 +53,7 @@
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
+%if %{with wayland_support}
BuildRequires: pkgconfig(gdk-wayland-3.0) >= 3.24.0
BuildRequires: pkgconfig(wayland-client) >= 1.20
BuildRequires: pkgconfig(wayland-protocols) >= 1.37
@@ -94,14 +99,13 @@
%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}
+%if %{with wayland_support}
+ -D wayland=enabled \
%else
-%meson
+ -D wayland=disabled \
%endif
+ %{nil}
%meson_build