Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xfdesktop for openSUSE:Factory checked in at 2025-01-01 23:08:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfdesktop (Old) and /work/SRC/openSUSE:Factory/.xfdesktop.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfdesktop" Wed Jan 1 23:08:57 2025 rev:48 rq:1234313 version:4.20.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xfdesktop/xfdesktop.changes 2024-12-31 11:12:57.091184294 +0100 +++ /work/SRC/openSUSE:Factory/.xfdesktop.new.1881/xfdesktop.changes 2025-01-01 23:09:25.616203063 +0100 @@ -1,0 +2,6 @@ +Wed Jan 1 10:14:15 UTC 2025 - Manfred Hollstein <[email protected]> + +- Use --with-default-backdrop-filename to specify the default + backdrop image on openSUSE; fix typo in its argument. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfdesktop.spec ++++++ --- /var/tmp/diff_new_pack.0kEfkC/_old 2025-01-01 23:09:26.160225404 +0100 +++ /var/tmp/diff_new_pack.0kEfkC/_new 2025-01-01 23:09:26.160225404 +0100 @@ -1,7 +1,7 @@ # # spec file for package xfdesktop # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -49,17 +49,17 @@ BuildRequires: pkgconfig(gmodule-2.0) >= 2.72.0 BuildRequires: pkgconfig(gobject-2.0) >= 2.72.0 BuildRequires: pkgconfig(gthread-2.0) >= 2.72.0 -BuildRequires: pkgconfig(gtk-layer-shell-0) >= 0.7.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.0 +BuildRequires: pkgconfig(gtk-layer-shell-0) >= 0.7.0 BuildRequires: pkgconfig(libnotify) >= 0.4.0 BuildRequires: pkgconfig(libwnck-3.0) >= 3.14 -BuildRequires: pkgconfig(yaml-0.1) >= 0.1.7 BuildRequires: pkgconfig(libxfce4ui-2) >= 4.18.0 BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.13.0 -BuildRequires: pkgconfig(libxfconf-0) >= 4.19.3 BuildRequires: pkgconfig(libxfce4windowing-0) >= 4.19.8 +BuildRequires: pkgconfig(libxfconf-0) >= 4.19.3 BuildRequires: pkgconfig(thunarx-3) >= 4.17.10 BuildRequires: pkgconfig(x11) >= 1.6.5 +BuildRequires: pkgconfig(yaml-0.1) >= 0.1.7 Provides: xfce4-desktop = %{version} Obsoletes: xfce4-desktop < %{version} Requires: %{name}-branding = %{version} @@ -103,10 +103,11 @@ NOCONFIGURE=1 ./autogen.sh %configure \ --enable-maintainer-mode - --with-default-backdrop-filename=${datadir}/wallpapers/xfce/default.wallpaper + --with-default-backdrop-filename=%{_datadir}/wallpapers/xfce/default.wallpaper %else xdt-autogen -%configure +%configure \ + --with-default-backdrop-filename=%{_datadir}/wallpapers/xfce/default.wallpaper %endif %make_build
