Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xfdesktop for openSUSE:Leap:16.0 
checked in at 2025-07-14 15:59:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/xfdesktop (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.xfdesktop.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfdesktop"

Mon Jul 14 15:59:13 2025 rev:4 rq:1292043 version:4.20.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/xfdesktop/xfdesktop.changes    2025-03-19 
12:01:00.757702852 +0100
+++ /work/SRC/openSUSE:Leap:16.0/.xfdesktop.new.7373/xfdesktop.changes  
2025-07-14 15:59:41.938488008 +0200
@@ -1,0 +2,339 @@
+Mon Feb 17 10:27:20 UTC 2025 - Manfred Hollstein <manfre...@gmx.net>
+
+- 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
+
+-------------------------------------------------------------------
+Wed Jan  1 10:14:15 UTC 2025 - Manfred Hollstein <manfre...@gmx.net>
+
+- Use --with-default-backdrop-filename to specify the default
+  backdrop image on openSUSE; fix typo in its argument.
+
+-------------------------------------------------------------------
+Sun Dec 15 14:52:13 UTC 2024 - Manfred Hollstein <manfre...@gmx.net>
+
+- Update to version 4.20.0:
+  * Fix incorrect format passed to gtk_selection_data_set()
+  * Update POTFILES.in
+  * Updated backgrounds/README.md for Xfce-4.20
+  * Add license and author metadata to new Xfce-4.20 wallpapers
+  * New wallpaper for Xfce-4.20
+  * New default wallpaper for Xfce-4.20
+  * xfdesktop-file-utils: Unset custom window cursor
+  * Translation Updates
+- Refresh 0001-relax-x11-version.patch and
+  0002-relax-libyaml-version.patch
+
+-------------------------------------------------------------------
+Sun Dec  1 08:54:55 UTC 2024 - Manfred Hollstein <manfre...@gmx.net>
+
+- Update to version 4.19.7 [development branch]
+  * Replace color1 and color2 with rgba1 and rgba2 in README.xfconf
+  * Add more instructions to GitLab issue template
+  * Add existing workspaces after monitor gets added
+  * I18n: Update po/LINGUAS list
+  * Stop timer when finalizing backdrop cycler
+  * Fix GFileInputStream leaks in file_input_stream_ready_cb
+  * Assign correct initial image to backdrop cycler
+  * Fix build with just file icons disable or just desktop icons disabled
+  * Translation Updates
+- Refresh 0001-relax-x11-version.patch and
+  0002-relax-libyaml-version.patch
+
+-------------------------------------------------------------------
+Sat Nov  2 14:13:20 UTC 2024 - Manfred Hollstein <manfre...@gmx.net>
+
+- Update to version 4.19.6 [development branch]
+  * Add a few environment settings to gitlab issue template
+  * Fix leak when dragging icons
+  * bump copyright
+  * Bump libxfce4windowing requirement to 4.19.8
+  * Ignore the result of g_volume_can_mount()
+  * Add GMount instances to the hash table always
+  * Bump xfconf requirement and stop using 
+    xfconf_g_property_bind_gdkrgba()
+  * Fix GArray leak in xfdesktop_keyboard_shortcut_settings_init
+  * Add issue template
+  * Fix string leak in cb_image_selection_changed
+  * Fix string leak in update_icon_view_model
+  * Fix GFile leak in backdrop cycler
+  * Reset backdrop cycler timer if user manually changes the image
+  * Add all background dirs to the settings chooser button shortcuts
+  * Fix GFileInfo leak in xfdesktop_special_file_icon_new
+  * Clean up PARAM_FLAGS in icon view
+  * Clean up cell renderer init & management in the icon view
+  * Fix leaks in xfdesktop_icon_view_constructed
+  * Remove unused version.sh script
+  * Translation Updates
+- Add 0001-relax-x11-version.patch to allow build for Leap with its
+  ancient but sufficient X11 packages.
+- Add 0002-relax-libyaml-version.patch to allow build for Leap with its
+  ancient but sufficient libyaml packages.
+- BuildRequire: gcc13 on Leap
+
+-------------------------------------------------------------------
+Wed Oct 16 08:22:41 UTC 2024 - Manfred Hollstein <manfre...@gmx.net>
+
+- Update to version 4.19.5 [development branch]
+  * Rework how icon pointer "hit detection" works
+  * Fix g-critical warning when starting a drag *just* outside the icon
+    area
+  * Tell GtkTooltip the region the tooltip is for
+  * Add option to sort folders before files (Issue #332)
+  * Fix leaks in xfdesktop_file_utils_next_new_file_name
+  * Fix string leak in xfdesktop_icon_view_show_tooltip
+  * Fix GIcon leak in xfdesktop_icon_view_manager_sort_icons
+  * Reword a couple settings option names, fix some accelerators
+  * Only clear drag/context menu timeout if a drag actually starts
+  * settings: define infobar_label in glade file, not in code
+  * settings: avoid flashing an empty info bar on startup
+  * settings: enumerate image folder fully asynchronously
+  * settings: change icon view selection if background changes externally
+  * Merge branch xfdesktop:master into master
+  * Refactor settings dialog code
+  * Fix memory corruption in icon view's tooltip size changed handler
+  * Redesign the 'Desktop Icons' tab in the settings dialog
+  * Decouple refreshing the desktop with cycling the backdrop
+  * Sort all desktops vs. just one based on where the event came from
+  * Improve how the "active" desktop is tracked
+  * Add a root context menu for the window icon manager
+  * Fix invalid read when changing foreground color
+  * Fix string leak in save_icons
+  * Make icon sorting confirmation dialog optional (Issue #266)
+  * Added missing Keywords entry to .desktop file
+  * Don't remove icon position from current config
+  * Use g_ascii_dtostr() instead of custom decimal-printing hack
+  * Update icon view's item_under_pointer on button presses as well
+  * Simplify XfdesktopIconView->item_under_pointer tracking code
+  * Fix icon DnD between two monitors with the same priority
+  * Modernize GObject usage in XfdesktopThumbnailer
+  * Modernize GObject usage in XfceDesktop
+  * Remove spurious newly added #include
+  * Modernize GObject in XfdesktopIconView
+  * Avoid printing GTK CSS with commas as the decimal separator
+  * Add ability to set custom icon label text and background colors
+  * Fix xfdesktop_icon_view_invalidate_item_text()
+  * Fix memleak when XfdesktopCellRendererIconLabel freed
+  * Better way to fix monitor removal
+  * Don't reschedule icon positions save
+  * Reduce icon positions save delay to 1 second
+  * Fix desktops not being removed when a monitor is disconnected
+  * Fix icon view ascending vs. descending sort order
+  * I give up.  Icon label backgrounds are transparent again.
+  * Add windowlist options for showing all workspaces & urgent windows
+  * Use #defines for windowlist prop names everywhere
+  * Use windowlist menu widget from libxfce4windowingui
+  * Add XF_DEBUG when icon added to file model
+  * Actually rearrange the settings panels
+  * Use new xfw_window_activate() signature in libwindowing 4.19.6
+  * Use a swapped signal connection so session_die() gets the right arg
+  * Exclude some menu entries from multi selection
+  * Simplify menu code
+  * Move Keyboard Shortcuts settings tab to the end
+  * Fix timer getting stopped on file deletion
+  * Don't repeat backdrop images when cycling randomly
+  * Change the backdrop cycler to use GFile throughout
+  * Fix backdrop cycler property names
+  * Fix GFileInfo leak in check_create_desktop_folder
+  * Remove unused last_filename field to fix leak
+  * Fix string leak in save_icons
+  * Fix string leak in set_accountsservice_user_bg
+  * Allow space chars to work for keyboard navigation
+  * Remove manual activation of icon view binding set
+  * Add configurable keybinding for toggle-cursor for the icon view
+  * Remove unneeded debugging statements
+  * Don't use meson.project_source_root()
+  * Don't use relative source path in tests/meson.build
+  * build: Adjust requirements for Xfce 4.20
+  * Fix new-folder icon missing on some icon themes
+  * Translation Updates
+- Remve ddccb1f4eb753eee69c80608e38b5ff110f78409.patch which is
+  included upstream now.
+
+-------------------------------------------------------------------
+Mon Oct  7 12:42:40 UTC 2024 - Manfred Hollstein <manfre...@gmx.net>
+
+- Add ddccb1f4eb753eee69c80608e38b5ff110f78409.patch to comply with
+  the libxfce4windowing-4.19.6 ABI/API breaking changes.
+
+- Update to version 4.19.4 [development branch]
+  * Don't use XfceSMClient on Wayland
+  * Fix crash when double-clicking file icons
+  * Grey out children of removable devices option when disabled
+  * Add more compiler flags to the meson build
+  * Add editable keyboard shortcuts for the desktop and icon view
+  * settings: Fix string leak
+  * Remove xfdesktop_icon_view_model_set_monitor()
+  * Simplify icon add/remove code in file icon model
+  * Fix removable devices not getting removed properly on reload
+  * Cancel desktop folder enumeration on reload
+  * Add option to show fixed drives and devices
+  * Only draw icon focus rectangle for keyboard-driven selections
+  * Mirror thunar's behavior for the new file/folder dialogs
+  * Ensure drag highlight is cleared when file drag ends
+  * Make XdndDirectSave file write asynchronous
+  * Remove TODO
+  * Update some source file copyright years
+  * Build on glib 2.72
+  * Fix _NETSCAPE_URL drops
+  * Remove unused variable
+  * Fix string leak in xfdesktop_application_theme_changed
+  * Don't ship generated sources in the dist tarball
+  * Include meson build files in autotools dist tarball
+  * Add gresource XML files to EXTRA_DIST
+  * Back up invalid icon position config files instead of overwriting
+  * Simplify deletion/trashing code
+  * Use more reliable way to get a toplevel parent for dialogs
+  * Fix icon positioning for create launcher/link
+  * Check if icon position changed on row-changed and replace if needed
+  * Fix new folders and template creation appearing in wrong position
+  * Fix memleak when checking if template menu has items
+  * Treat icon views independently when handling file icon selection
+  * Fix icon drops from external sources showing up on the wrong monitor
+  * Rewrite the monitor mirror detection and handling
+  * Move all removable volume filtering into the filter model
+  * Display icons for mounts that don't have an associated volume
+  * Modernize GObject use in XfdesktopIcon & subclasses
+  * Fix keyboard focus for icon view when clicked
+  * Make file icon manager reload icons when asked
+  * Add debugging for desktop reposition on monitor geom change
+  * Fix race condition when monitor geometry changes
+  * Fix typo in icon view placement code
+  * Simplify how the "backdrop workspace" is tracked in XfceDesktop
+  * Fix same-filename backdrop toggle causing issues
+  * Implement new DnD
+  * Simplify icon view widget coords -> slot coords code
+  * Handle mirrored monitors
+  * Fix copy/paste error
+  * Fix context menu popups
+  * Let XfdesktopIconView have its own window
+  * Cache icon identifier in XfdesktopIcon
+  * Fix X11 icon view positioning
+  * Attempt to migrate old position config to new
+  * Refactor the grid sizing code a little
+  * Implement new multi-monitor support for the file icon manager
+  * Ensure xfdesktop_icon_get_identifier() never returns NULL
+  * Add new YAML icon position saving code
+  * Simplify and clean up a bunch of code in the file icon manager
+  * Reduce boilerplate when building file icon context menu
+  * Move file icon settings filtering to a GtkTreeModelFilter subclass
+  * Better way to deal with monitors coming and going
+  * Migrate old .png background filenames to .svg
+  * Clean up monitor workarea tracking in XfdesktopIconViewHolder
+  * Track desktop monitor changes in XfdesktopIconViewHolder
+  * Signal model row changed when XfwWindow:monitors changes
+  * Redo how monitor changes are handled in the backdrop manager
+  * Create/destroy/update XfceDesktop instances on monitors-changed
+  * Prevent xfdesktop from quitting if there are no monitors
+  * Fix dangling signal connections in XfceDesktop
+  * XfceDesktop: clean up x11 compat properties management
+  * Use GList for XfdesktopApplication->desktops
+  * Allow dragging window icons between monitors
+  * Clean up more gcc-analyzer warnings
+  * Modernize gobject use in XfdesktopFileIconManager
+  * Get rid of unused marshal functions
+  * Move file icon loading/management to the model
+  * Rewrite window icon manager to display on all monitors
+  * Update everything to use XfwMonitor
+  * Use a separate XfceDesktop widget/window per monitor
+  * Fix --reload option
+  * Fix memleak freeing result of xfdesktop_icon_view_get_selected_items()
+  * Fix some memory leaks with gdk_atom_name()
+  * Updates to meson build
+  * Fix use-after-free in the regular file icon tooltip code
+  * Revert text shadow change in fallback theme
+  * Fix PangoLayout memory leak in XfdesktopCellRendererIconLabel
+  * Improve fallback theme
+  * Resolve conflicting mnemonics
+  * fix HAVE_THUNARX
+  * Fix wrong filename in EXTRA_DIST in backgrounds/
+  * Add README for backgrounds, with provenance and licensing info
+  * SVG wallpapers with licenses
+  * Translation Updates
+
+- Update to version 4.19.3 [development branch]
+  * Add false positives file for scan-build
+  * Silence some scan-build warnings
+  * Fix gcc-analyzer warnings
+  * meson: use x11 & wayland option names, rather than windowing-systems
+  * Fix broken icon sorting direction
+  * Fix monitoring of folder icon files in subdirs
+  * Rework the icon view grid sizing and placement code a bit
+  * Fix long-standing memory leak in XfdesktopIconView
+  * Make desktop folder loading cancellable
+  * Fix default-backdrop-filename option for meson build
+  * build: clang: Fix -Wcast-align
+  * build: Fix -Werror=format=
+  * Invalidate icon surface cache on icon theme change
+  * Revert "Add CI builds for --disable-x11 and --disable-wayland"
+  * Add missing menu separators
+  * Fix invalid param flags
+  * Fix some default settings not being applied on startup
+  * Only redraw icon text when focus changes
+  * Compute icon invalidation rect more generously
+  * Only resize grid on size_allocate if the allocation actually changed
+  * Resize icon grid if style changes affect slot/cell size
++++ 42 more lines (skipped)
++++ between /work/SRC/openSUSE:Leap:16.0/xfdesktop/xfdesktop.changes
++++ and /work/SRC/openSUSE:Leap:16.0/.xfdesktop.new.7373/xfdesktop.changes

Old:
----
  xfdesktop-4.18.1.tar.bz2
  xfdesktop-default-background-image.patch

New:
----
  0002-relax-libyaml-version.patch
  xfdesktop-4.20.1.tar.bz2

----------(Old B)----------
  Old:- Update to version 4.19.2 (development branch)
- Removed obsolete xfdesktop-default-background-image.patch as a config
  option available at build time
----------(Old E)----------

----------(New B)----------
  New:- Remove obsolete 0001-relax-x11-version.patch
- Refresh 0002-relax-libyaml-version.patch
----------(New E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xfdesktop.spec ++++++
--- /var/tmp/diff_new_pack.FNvvmR/_old  2025-07-14 15:59:42.186498281 +0200
+++ /var/tmp/diff_new_pack.FNvvmR/_new  2025-07-14 15:59:42.186498281 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfdesktop
 #
-# Copyright (c) 2023 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
@@ -18,36 +18,51 @@
 
 %bcond_with git
 Name:           xfdesktop
-Version:        4.18.1
+Version:        4.20.1
 Release:        0
 Summary:        Desktop Manager for the Xfce Desktop Environment
 License:        GPL-2.0-or-later
 Group:          System/GUI/XFCE
 URL:            https://docs.xfce.org/xfce/xfdesktop/start
-Source0:        
https://archive.xfce.org/src/xfce/xfdesktop/4.18/%{name}-%{version}.tar.bz2
+Source0:        
https://archive.xfce.org/src/xfce/xfdesktop/4.20/%{name}-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE xfdesktop-backgrounds-path.patch bnc#800970 
g...@opensuse.org -- 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-FEATURE-OPENSUSE xfdesktop-default-backdrop-image.patch 
g...@opensuse.org -- Sets the default background image to a symlink that is 
delivered by branding packages
-Patch1:         xfdesktop-default-background-image.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
+# Default gcc7 is too old for new C20 features
+BuildRequires:  gcc13
+%endif
 BuildRequires:  fdupes
-BuildRequires:  intltool
+BuildRequires:  gettext >= 0.19.8
 BuildRequires:  update-desktop-files
 BuildRequires:  xfce4-dev-tools
+BuildRequires:  pkgconfig(cairo) >= 1.16
 BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(exo-2)
+BuildRequires:  pkgconfig(exo-2) >= 0.11.0
 BuildRequires:  pkgconfig(garcon-1) >= 0.6.0
-BuildRequires:  pkgconfig(gio-2.0) >= 2.66.0
-BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.66.0
-BuildRequires:  pkgconfig(gmodule-2.0) >= 2.66.0
-BuildRequires:  pkgconfig(gobject-2.0) >= 2.66.0
-BuildRequires:  pkgconfig(gthread-2.0) >= 2.66.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
 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(libxfce4ui-2) >= 4.13.0
+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(libxfconf-0) >= 4.12.1
+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.7
+BuildRequires:  pkgconfig(yaml-0.1) >= 0.1.7
 Provides:       xfce4-desktop = %{version}
 Obsoletes:      xfce4-desktop < %{version}
 Requires:       %{name}-branding = %{version}
@@ -84,13 +99,18 @@
 %autosetup -p1
 
 %build
+%if 0%{?suse_version} && 0%{?suse_version} < 1550
+export CC=gcc-13
+%endif
 %if %{with git}
 NOCONFIGURE=1 ./autogen.sh
 %configure \
     --enable-maintainer-mode
+    
--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
 
@@ -110,7 +130,7 @@
 %fdupes %{buildroot}%{_datadir}
 
 %files
-%doc README.md AUTHORS NEWS TODO
+%doc README.md AUTHORS NEWS
 %license COPYING
 %{_bindir}/xfdesktop
 %{_bindir}/xfdesktop-settings
@@ -123,7 +143,6 @@
 %dir %{_datadir}/wallpapers
 %dir %{_datadir}/wallpapers/xfce
 %{_datadir}/wallpapers/xfce/*.jpg
-%{_datadir}/wallpapers/xfce/*.png
 %{_datadir}/wallpapers/xfce/*.svg
 
 %files lang -f %{name}.lang

++++++ 0002-relax-libyaml-version.patch ++++++
diff -rup a/configure.ac b/configure.ac
--- 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])
 m4_define([gtk_layer_shell_minimum_version], [0.7.0])
-m4_define([libyaml_minimum_version], [0.2.5])
+m4_define([libyaml_minimum_version], [0.1.7])
 
 dnl version info
 XDT_VERSION_INIT([4.20.1])
diff -rup a/configure b/configure
--- 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
 
 
   if test x"$xdt_feature_deps_check_only" = x"yes"; then
-    if ! $PKG_CONFIG --exists "yaml-0.1 >= 0.2.5" >/dev/null 2>&1; then
+    if ! $PKG_CONFIG --exists "yaml-0.1 >= 0.1.7" >/dev/null 2>&1; then
       if test x"$xdt_feature_deps_missing" = x""; then
-        xdt_feature_deps_missing="yaml-0.1 >= 0.2.5"
+        xdt_feature_deps_missing="yaml-0.1 >= 0.1.7"
       else
-        xdt_feature_deps_missing="$xdt_feature_deps_missing, yaml-0.1 >= 0.2.5"
+        xdt_feature_deps_missing="$xdt_feature_deps_missing, yaml-0.1 >= 0.1.7"
       fi
     fi
   else
@@ -22310,9 +22310,9 @@ fi
 
 
 
-  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for yaml-0.1 >= 
0.2.5" >&5
-printf %s "checking for yaml-0.1 >= 0.2.5... " >&6; }
-  if $PKG_CONFIG "--atleast-version=0.2.5" "yaml-0.1" >/dev/null 2>&1; then
+  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for yaml-0.1 >= 
0.1.7" >&5
+printf %s "checking for yaml-0.1 >= 0.1.7... " >&6; }
+  if $PKG_CONFIG "--atleast-version=0.1.7" "yaml-0.1" >/dev/null 2>&1; then
     LIBYAML_VERSION=`$PKG_CONFIG --modversion "yaml-0.1"`
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBYAML_VERSION" >&5
 printf "%s\n" "$LIBYAML_VERSION" >&6; }
@@ -22329,7 +22329,7 @@ printf %s "checking LIBYAML_LIBS... " >&
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBYAML_LIBS" >&5
 printf "%s\n" "$LIBYAML_LIBS" >&6; }
 
-    LIBYAML_REQUIRED_VERSION=0.2.5
+    LIBYAML_REQUIRED_VERSION=0.1.7
 
 
 
@@ -22358,7 +22358,7 @@ printf "%s\n" "found, but $xdt_cv_versio
 
       echo "*** The required package yaml-0.1 was found on your system,"
       echo "*** but the installed version ($xdt_cv_version) is too old."
-      echo "*** Please upgrade yaml-0.1 to atleast version 0.2.5, or adjust"
+      echo "*** Please upgrade yaml-0.1 to atleast version 0.1.7, or adjust"
       echo "*** the PKG_CONFIG_PATH environment variable if you installed"
       echo "*** the new version of the package in a nonstandard prefix so"
       echo "*** pkg-config is able to find it."
@@ -22370,7 +22370,7 @@ printf "%s\n" "not found" >&6; }
 
 
       echo "*** The required package yaml-0.1 was not found on your system."
-      echo "*** Please install yaml-0.1 (atleast version 0.2.5) or adjust"
+      echo "*** Please install yaml-0.1 (atleast version 0.1.7) or adjust"
       echo "*** the PKG_CONFIG_PATH environment variable if you"
       echo "*** installed the package in a nonstandard prefix so that"
       echo "*** pkg-config is able to find it."
@@ -22388,11 +22388,11 @@ printf "%s\n" "not found" >&6; }
 
 
   if test x"$xdt_feature_deps_check_only" = x"yes"; then
-    if ! $PKG_CONFIG --exists "yaml-0.1 >= 0.2.5" >/dev/null 2>&1; then
+    if ! $PKG_CONFIG --exists "yaml-0.1 >= 0.1.7" >/dev/null 2>&1; then
       if test x"$xdt_feature_deps_missing" = x""; then
-        xdt_feature_deps_missing="yaml-0.1 >= 0.2.5"
+        xdt_feature_deps_missing="yaml-0.1 >= 0.1.7"
       else
-        xdt_feature_deps_missing="$xdt_feature_deps_missing, yaml-0.1 >= 0.2.5"
+        xdt_feature_deps_missing="$xdt_feature_deps_missing, yaml-0.1 >= 0.1.7"
       fi
     fi
   else
@@ -22546,9 +22546,9 @@ fi
 
 
 
-  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for yaml-0.1 >= 
0.2.5" >&5
-printf %s "checking for yaml-0.1 >= 0.2.5... " >&6; }
-  if $PKG_CONFIG "--atleast-version=0.2.5" "yaml-0.1" >/dev/null 2>&1; then
+  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for yaml-0.1 >= 
0.1.7" >&5
+printf %s "checking for yaml-0.1 >= 0.1.7... " >&6; }
+  if $PKG_CONFIG "--atleast-version=0.1.7" "yaml-0.1" >/dev/null 2>&1; then
     LIBYAML_VERSION=`$PKG_CONFIG --modversion "yaml-0.1"`
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBYAML_VERSION" >&5
 printf "%s\n" "$LIBYAML_VERSION" >&6; }
@@ -22565,7 +22565,7 @@ printf %s "checking LIBYAML_LIBS... " >&
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBYAML_LIBS" >&5
 printf "%s\n" "$LIBYAML_LIBS" >&6; }
 
-    LIBYAML_REQUIRED_VERSION=0.2.5
+    LIBYAML_REQUIRED_VERSION=0.1.7
 
 
 
@@ -22594,7 +22594,7 @@ printf "%s\n" "found, but $xdt_cv_versio
 
       echo "*** The required package yaml-0.1 was found on your system,"
       echo "*** but the installed version ($xdt_cv_version) is too old."
-      echo "*** Please upgrade yaml-0.1 to atleast version 0.2.5, or adjust"
+      echo "*** Please upgrade yaml-0.1 to atleast version 0.1.7, or adjust"
       echo "*** the PKG_CONFIG_PATH environment variable if you installed"
       echo "*** the new version of the package in a nonstandard prefix so"
       echo "*** pkg-config is able to find it."
@@ -22606,7 +22606,7 @@ printf "%s\n" "not found" >&6; }
 
 
       echo "*** The required package yaml-0.1 was not found on your system."
-      echo "*** Please install yaml-0.1 (atleast version 0.2.5) or adjust"
+      echo "*** Please install yaml-0.1 (atleast version 0.1.7) or adjust"
       echo "*** the PKG_CONFIG_PATH environment variable if you"
       echo "*** installed the package in a nonstandard prefix so that"
       echo "*** pkg-config is able to find it."

++++++ xfdesktop-4.18.1.tar.bz2 -> xfdesktop-4.20.1.tar.bz2 ++++++
++++ 232080 lines of diff (skipped)

Reply via email to