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-02-19 15:59:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfdesktop (Old) and /work/SRC/openSUSE:Factory/.xfdesktop.new.25061 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfdesktop" Wed Feb 19 15:59:13 2025 rev:49 rq:1246828 version:4.20.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xfdesktop/xfdesktop.changes 2025-01-01 23:09:25.616203063 +0100 +++ /work/SRC/openSUSE:Factory/.xfdesktop.new.25061/xfdesktop.changes 2025-02-19 16:00:06.487980624 +0100 @@ -1,0 +2,28 @@ +Mon Feb 17 10:27:20 UTC 2025 - Manfred Hollstein <[email protected]> + +- Update to version 4.20.1: + * Fix another gcc-analyzer warning + * Improve performance of gradient rendering + * Add simple benchmark for rendering gradients + * Refactor tests a bit + * Fix or suppress gcc-analyzer warnings + * meson-build: Use SPDX license expression + * Don't send URIs to the clipboard when the paster requests UTF8_STRING + * Ensure single-workspace-number is never set to a negative value + * Remove debugging log statement + * Show loop device volumes if "Other Devices" is selected + * For the "unknown volumes" type, don't require it to be removable + * Initialize icon label font point size settings to defaults + * Fix use-after-free when attempting to load invalid background + * settings: keep a reference to the backdrop preview model + * Work around GTK issue with setting the file chooser button folder + * Manually call gtk_init() in main() + * Don't add the XfceSMClient command-line options if no X11 support + * meson-build: Update debug/optimization flag management + * Fix typo in issue template + * Fix monitor chooser UI resource path + * Translation Updates +- Remove obsolete 0001-relax-x11-version.patch +- Refresh 0002-relax-libyaml-version.patch + +------------------------------------------------------------------- Old: ---- 0001-relax-x11-version.patch xfdesktop-4.20.0.tar.bz2 New: ---- xfdesktop-4.20.1.tar.bz2 BETA DEBUG BEGIN: Old: * Translation Updates - Remove obsolete 0001-relax-x11-version.patch - Refresh 0002-relax-libyaml-version.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfdesktop.spec ++++++ --- /var/tmp/diff_new_pack.j0xCQp/_old 2025-02-19 16:00:07.132007570 +0100 +++ /var/tmp/diff_new_pack.j0xCQp/_new 2025-02-19 16:00:07.136007737 +0100 @@ -18,7 +18,7 @@ %bcond_with git Name: xfdesktop -Version: 4.20.0 +Version: 4.20.1 Release: 0 Summary: Desktop Manager for the Xfce Desktop Environment License: GPL-2.0-or-later @@ -27,8 +27,6 @@ Source0: https://archive.xfce.org/src/xfce/xfdesktop/4.20/%{name}-%{version}.tar.bz2 # PATCH-FEATURE-OPENSUSE xfdesktop-backgrounds-path.patch bnc#800970 [email protected] -- Deliver background images under DATADIR/wallpapers which is already used by openSUSE and fix the default path for background images in the settings dialog Patch0: xfdesktop-backgrounds-path.patch -# PATCH-FIX-OPENSUSE 0001-relax-x11-version.patch -- Allow build for Leap with its ancient but sufficient X11 packages. -Patch1: 0001-relax-x11-version.patch # PATCH-FIX-OPENSUSE 0002-relax-libyaml-version.patch -- Allow build for Leap with its ancient but sufficient libyaml packages. Patch2: 0002-relax-libyaml-version.patch %if 0%{?suse_version} && 0%{?suse_version} < 1550 @@ -44,8 +42,10 @@ BuildRequires: pkgconfig(exo-2) >= 0.11.0 BuildRequires: pkgconfig(garcon-1) >= 0.6.0 BuildRequires: pkgconfig(gdk-wayland-3.0) >= 3.24.10 +BuildRequires: pkgconfig(gdk-x11-3.0) >= 3.24.10 BuildRequires: pkgconfig(gio-2.0) >= 2.72.0 BuildRequires: pkgconfig(gio-unix-2.0) >= 2.72.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.72.0 BuildRequires: pkgconfig(gmodule-2.0) >= 2.72.0 BuildRequires: pkgconfig(gobject-2.0) >= 2.72.0 BuildRequires: pkgconfig(gthread-2.0) >= 2.72.0 @@ -53,12 +53,15 @@ BuildRequires: pkgconfig(gtk-layer-shell-0) >= 0.7.0 BuildRequires: pkgconfig(libnotify) >= 0.4.0 BuildRequires: pkgconfig(libwnck-3.0) >= 3.14 +BuildRequires: pkgconfig(libxfce4kbd-private-3) >= 4.18.0 BuildRequires: pkgconfig(libxfce4ui-2) >= 4.18.0 BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.13.0 BuildRequires: pkgconfig(libxfce4windowing-0) >= 4.19.8 +BuildRequires: pkgconfig(libxfce4windowing-x11-0) >= 4.19.8 +BuildRequires: pkgconfig(libxfce4windowingui-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(x11) >= 1.6.7 BuildRequires: pkgconfig(yaml-0.1) >= 0.1.7 Provides: xfce4-desktop = %{version} Obsoletes: xfce4-desktop < %{version} ++++++ 0002-relax-libyaml-version.patch ++++++ --- /var/tmp/diff_new_pack.j0xCQp/_old 2025-02-19 16:00:07.160008741 +0100 +++ /var/tmp/diff_new_pack.j0xCQp/_new 2025-02-19 16:00:07.164008909 +0100 @@ -1,6 +1,6 @@ diff -rup a/configure.ac b/configure.ac ---- a/configure.ac 2024-12-15 10:50:18.000000000 +0100 -+++ b/configure.ac 2024-12-15 15:56:25.752846942 +0100 +--- a/configure.ac 2025-02-17 09:57:17.000000000 +0100 ++++ b/configure.ac 2025-02-17 11:36:08.511231592 +0100 @@ -18,7 +18,7 @@ m4_define([thunar_minimum_version], [4.1 m4_define([xfconf_minimum_version], [4.19.3]) m4_define([cairo_minimum_version], [1.16]) @@ -9,10 +9,10 @@ +m4_define([libyaml_minimum_version], [0.1.7]) dnl version info - XDT_VERSION_INIT([4.20.0]) + XDT_VERSION_INIT([4.20.1]) diff -rup a/configure b/configure ---- a/configure 2024-12-15 10:51:59.000000000 +0100 -+++ b/configure 2024-12-15 15:56:53.046173644 +0100 +--- a/configure 2025-02-17 09:58:19.000000000 +0100 ++++ b/configure 2025-02-17 11:36:44.294229508 +0100 @@ -22152,11 +22152,11 @@ fi ++++++ xfdesktop-4.20.0.tar.bz2 -> xfdesktop-4.20.1.tar.bz2 ++++++ ++++ 6673 lines of diff (skipped)
