Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libxfce4ui for openSUSE:Leap:16.0 checked in at 2025-07-14 15:59:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/libxfce4ui (Old) and /work/SRC/openSUSE:Leap:16.0/.libxfce4ui.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libxfce4ui" Mon Jul 14 15:59:15 2025 rev:4 rq:1292597 version:4.20.1 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/libxfce4ui/libxfce4ui.changes 2025-03-19 11:50:22.702912600 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.libxfce4ui.new.7373/libxfce4ui.changes 2025-07-14 15:59:46.734686677 +0200 @@ -1,0 +2,70 @@ +Fri Jul 11 13:27:38 UTC 2025 - Lubos Kocman <lubos.koc...@suse.com> + +- Drop extra newline above date which fails source_validator + +------------------------------------------------------------------- +Sun Mar 23 09:49:40 UTC 2025 - Manfred Hollstein <manfre...@gmx.net> + +- Update to version 4.20.1 + * clipboard-manager: Fix memory leak + * I18n: Update po/LINGUAS list + * build: Automate copyright year management + * build: Remove libxfce4ui-config.h from GI + * clipboard-manager: Preserve all image formats when taking ownership + * Delete obsolete file libxfce4ui-1.pc.in + * build: Include local header libxfce4ui/libxfce4ui.h + * build: Fix include guard position + * Add variadic functions to Vala + * Fix namespace for GObject introspection + * Translation Updates +- Refresh 0001-relax-x11-version.patch + +------------------------------------------------------------------- +Sun Dec 15 12:45:54 UTC 2024 - Manfred Hollstein <manfre...@gmx.net> + +- Update to version 4.20.0 + * Update active contributors for 4.20 + * Translation Updates + +------------------------------------------------------------------- +Sun Dec 1 16:41:05 UTC 2024 - Manfred Hollstein <manfre...@gmx.net> + +- Update to version 4.19.7 [development release] + * xfce4-about: Don't show mail addresses + * xfce4-about: Init glibtop before using it + * Avoid undefined behavior with NULL msgid strings and dgettext + * Translation Updates + +------------------------------------------------------------------- +Fri Oct 25 07:37:54 UTC 2024 - Manfred Hollstein <manfre...@gmx.net> + +- Update to version 4.19.6 [development release] + * Add "overlap groups" to the shortcut editor (#115) + * build: Bump requirements for Xfce 4.20 + * shortcuts: Fix xfconf_channel_get_properties leak + * Fix AtkRelationSet leak in xfce_gtk_label_set_a11y_relation + * Apply .clang-format file + * Add missing includes of libxfce4ui-alias.h + * clipboard-manager: Add missing include guard + * Remove forced icon from XfceTitledWindow cliend side decorations + * clipboard-manager: Use GtkClipboard iff image-only format is + available + * xfce4-about: Show info about windowing system + * dialogs: Also wrap primary label to limit dialog size + * gcc-analyzer: Fix -Wanalyzer-null-dereference + * gcc-analyzer: Add false positive file + * scan-build: Add false positive file + * build: clang: Fix -Wcast-align + * Revert "Add new CI builds to build without X11 and Wayland" + * | is a GNU sed extension; use a portable construct instead + * clipboard-manager: Get images from GtkClipoard + * Translation Updates +- Add 0001-relax-x11-version.patch to allow build for Leap with its + ancient but sufficient X11 packages. + +------------------------------------------------------------------- +Tue Apr 2 06:02:00 UTC 2024 - Maurizio Galli <maurizio.ga...@suse.com> + +- Update to version 4.19.5 + +------------------------------------------------------------------- @@ -77 +146,0 @@ - Old: ---- libxfce4ui-4.18.6.tar.bz2 New: ---- 0001-relax-x11-version.patch libxfce4ui-4.20.1.tar.bz2 ----------(New B)---------- New: * Translation Updates - Refresh 0001-relax-x11-version.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxfce4ui.spec ++++++ --- /var/tmp/diff_new_pack.KLM6rK/_old 2025-07-14 15:59:46.994697447 +0200 +++ /var/tmp/diff_new_pack.KLM6rK/_new 2025-07-14 15:59:46.998697613 +0200 @@ -1,7 +1,7 @@ # # spec file for package libxfce4ui # -# 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 @@ -19,36 +19,45 @@ %bcond_with git Name: libxfce4ui -Version: 4.18.6 +Version: 4.20.1 Release: 0 Summary: Widgets Library for the Xfce Desktop Environment License: LGPL-2.1-or-later Group: System/Libraries URL: https://www.xfce.org/ -Source0: https://archive.xfce.org/src/xfce/libxfce4ui/4.18/%{name}-%{version}.tar.bz2 +Source0: https://archive.xfce.org/src/xfce/libxfce4ui/4.20/%{name}-%{version}.tar.bz2 # needed until all applications have been ported to xfce_dialog_show_help() or # an alternative mechanism Source1: xfhelp4.sh +# 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 BuildRequires: fdupes -BuildRequires: intltool +BuildRequires: gettext >= 0.19.8 BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(atk) BuildRequires: pkgconfig(cairo) +BuildRequires: pkgconfig(epoxy) >= 1.2 +BuildRequires: pkgconfig(gdk-wayland-3.0) >= 3.24.0 +BuildRequires: pkgconfig(gdk-x11-3.0) >= 3.24.0 BuildRequires: pkgconfig(gladeui-2.0) >= 3.5.0 -BuildRequires: pkgconfig(glib-2.0) >= 2.66.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.72.0 BuildRequires: pkgconfig(gobject-2.0) -BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.66.0 +BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.72.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.0 -BuildRequires: pkgconfig(ice) +BuildRequires: pkgconfig(gudev-1.0) >= 232 +BuildRequires: pkgconfig(ice) >= 1.0.9 BuildRequires: pkgconfig(libgtop-2.0) >= 2.24.0 -BuildRequires: pkgconfig(libstartup-notification-1.0) +BuildRequires: pkgconfig(libstartup-notification-1.0) >= 0.4 BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.17.2 BuildRequires: pkgconfig(libxfconf-0) >= 4.12.0 BuildRequires: pkgconfig(pango) -BuildRequires: pkgconfig(sm) +BuildRequires: pkgconfig(sm) >= 1.2.2 BuildRequires: pkgconfig(vapigen) -BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(wayland-client) >= 1.20 +BuildRequires: pkgconfig(wayland-protocols) >= 1.25 +BuildRequires: pkgconfig(wayland-scanner) >= 1.20 +BuildRequires: pkgconfig(x11) >= 1.6.7 %if %{with git} BuildRequires: gtk-doc BuildRequires: xfce4-dev-tools @@ -132,8 +141,8 @@ -# this should be replaced by %%lang_package once bnc#513786 is resolved +# this should be replaced by %%lang_package once bnc#513786 is resolved %package lang Summary: Languages for package %{name} License: LGPL-2.1-or-later ++++++ 0001-relax-x11-version.patch ++++++ diff -rup a/configure.ac b/configure.ac --- a/configure.ac 2025-03-23 09:32:09.000000000 +0100 +++ b/configure.ac 2025-03-23 10:58:53.014722541 +0100 @@ -20,8 +20,8 @@ m4_define([libxfce4util_min_version], [4 m4_define([xfconf_min_version], [4.12.0]) m4_define([libx11_min_version], [1.6.7]) -m4_define([libice_min_version], [1.0.10]) -m4_define([libsm_min_version], [1.2.3]) +m4_define([libice_min_version], [1.0.9]) +m4_define([libsm_min_version], [1.2.2]) m4_define([libstartup_notif_min_version], [0.4]) diff -rup a/configure b/configure --- a/configure 2025-03-23 09:34:26.000000000 +0100 +++ b/configure 2025-03-23 10:59:17.804788857 +0100 @@ -20559,11 +20559,11 @@ fi if test x"$xdt_feature_deps_check_only" = x"yes"; then - if ! $PKG_CONFIG --exists "ice >= 1.0.10" >/dev/null 2>&1; then + if ! $PKG_CONFIG --exists "ice >= 1.0.9" >/dev/null 2>&1; then if test x"$xdt_feature_deps_missing" = x""; then - xdt_feature_deps_missing="ice >= 1.0.10" + xdt_feature_deps_missing="ice >= 1.0.9" else - xdt_feature_deps_missing="$xdt_feature_deps_missing, ice >= 1.0.10" + xdt_feature_deps_missing="$xdt_feature_deps_missing, ice >= 1.0.9" fi fi else @@ -20722,9 +20722,9 @@ fi - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ice >= 1.0.10" >&5 -printf %s "checking for ice >= 1.0.10... " >&6; } - if $PKG_CONFIG "--atleast-version=1.0.10" "ice" >/dev/null 2>&1; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ice >= 1.0.9" >&5 +printf %s "checking for ice >= 1.0.9... " >&6; } + if $PKG_CONFIG "--atleast-version=1.0.9" "ice" >/dev/null 2>&1; then LIBICE_VERSION=`$PKG_CONFIG --modversion "ice"` { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBICE_VERSION" >&5 printf "%s\n" "$LIBICE_VERSION" >&6; } @@ -20741,7 +20741,7 @@ printf %s "checking LIBICE_LIBS... " >&6 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBICE_LIBS" >&5 printf "%s\n" "$LIBICE_LIBS" >&6; } - LIBICE_REQUIRED_VERSION=1.0.10 + LIBICE_REQUIRED_VERSION=1.0.9 @@ -20770,7 +20770,7 @@ printf "%s\n" "found, but $xdt_cv_versio echo "*** The required package ice was found on your system," echo "*** but the installed version ($xdt_cv_version) is too old." - echo "*** Please upgrade ice to atleast version 1.0.10, or adjust" + echo "*** Please upgrade ice to atleast version 1.0.9, 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." @@ -20782,7 +20782,7 @@ printf "%s\n" "not found" >&6; } echo "*** The required package ice was not found on your system." - echo "*** Please install ice (atleast version 1.0.10) or adjust" + echo "*** Please install ice (atleast version 1.0.9) 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." @@ -20796,11 +20796,11 @@ printf "%s\n" "not found" >&6; } if test x"$xdt_feature_deps_check_only" = x"yes"; then - if ! $PKG_CONFIG --exists "sm >= 1.2.3" >/dev/null 2>&1; then + if ! $PKG_CONFIG --exists "sm >= 1.2.2" >/dev/null 2>&1; then if test x"$xdt_feature_deps_missing" = x""; then - xdt_feature_deps_missing="sm >= 1.2.3" + xdt_feature_deps_missing="sm >= 1.2.2" else - xdt_feature_deps_missing="$xdt_feature_deps_missing, sm >= 1.2.3" + xdt_feature_deps_missing="$xdt_feature_deps_missing, sm >= 1.2.2" fi fi else @@ -20959,9 +20959,9 @@ fi - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sm >= 1.2.3" >&5 -printf %s "checking for sm >= 1.2.3... " >&6; } - if $PKG_CONFIG "--atleast-version=1.2.3" "sm" >/dev/null 2>&1; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sm >= 1.2.2" >&5 +printf %s "checking for sm >= 1.2.2... " >&6; } + if $PKG_CONFIG "--atleast-version=1.2.2" "sm" >/dev/null 2>&1; then LIBSM_VERSION=`$PKG_CONFIG --modversion "sm"` { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBSM_VERSION" >&5 printf "%s\n" "$LIBSM_VERSION" >&6; } @@ -20978,7 +20978,7 @@ printf %s "checking LIBSM_LIBS... " >&6; { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBSM_LIBS" >&5 printf "%s\n" "$LIBSM_LIBS" >&6; } - LIBSM_REQUIRED_VERSION=1.2.3 + LIBSM_REQUIRED_VERSION=1.2.2 @@ -21007,7 +21007,7 @@ printf "%s\n" "found, but $xdt_cv_versio echo "*** The required package sm was found on your system," echo "*** but the installed version ($xdt_cv_version) is too old." - echo "*** Please upgrade sm to atleast version 1.2.3, or adjust" + echo "*** Please upgrade sm to atleast version 1.2.2, 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." @@ -21019,7 +21019,7 @@ printf "%s\n" "not found" >&6; } echo "*** The required package sm was not found on your system." - echo "*** Please install sm (atleast version 1.2.3) or adjust" + echo "*** Please install sm (atleast version 1.2.2) 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." @@ -21037,11 +21037,11 @@ printf "%s\n" "not found" >&6; } if test x"$xdt_feature_deps_check_only" = x"yes"; then - if ! $PKG_CONFIG --exists "ice >= 1.0.10" >/dev/null 2>&1; then + if ! $PKG_CONFIG --exists "ice >= 1.0.9" >/dev/null 2>&1; then if test x"$xdt_feature_deps_missing" = x""; then - xdt_feature_deps_missing="ice >= 1.0.10" + xdt_feature_deps_missing="ice >= 1.0.9" else - xdt_feature_deps_missing="$xdt_feature_deps_missing, ice >= 1.0.10" + xdt_feature_deps_missing="$xdt_feature_deps_missing, ice >= 1.0.9" fi fi else @@ -21200,9 +21200,9 @@ fi - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ice >= 1.0.10" >&5 -printf %s "checking for ice >= 1.0.10... " >&6; } - if $PKG_CONFIG "--atleast-version=1.0.10" "ice" >/dev/null 2>&1; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ice >= 1.0.9" >&5 +printf %s "checking for ice >= 1.0.9... " >&6; } + if $PKG_CONFIG "--atleast-version=1.0.9" "ice" >/dev/null 2>&1; then LIBICE_VERSION=`$PKG_CONFIG --modversion "ice"` { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBICE_VERSION" >&5 printf "%s\n" "$LIBICE_VERSION" >&6; } @@ -21219,7 +21219,7 @@ printf %s "checking LIBICE_LIBS... " >&6 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBICE_LIBS" >&5 printf "%s\n" "$LIBICE_LIBS" >&6; } - LIBICE_REQUIRED_VERSION=1.0.10 + LIBICE_REQUIRED_VERSION=1.0.9 @@ -21248,7 +21248,7 @@ printf "%s\n" "found, but $xdt_cv_versio echo "*** The required package ice was found on your system," echo "*** but the installed version ($xdt_cv_version) is too old." - echo "*** Please upgrade ice to atleast version 1.0.10, or adjust" + echo "*** Please upgrade ice to atleast version 1.0.9, 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." @@ -21260,7 +21260,7 @@ printf "%s\n" "not found" >&6; } echo "*** The required package ice was not found on your system." - echo "*** Please install ice (atleast version 1.0.10) or adjust" + echo "*** Please install ice (atleast version 1.0.9) 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." @@ -21274,11 +21274,11 @@ printf "%s\n" "not found" >&6; } if test x"$xdt_feature_deps_check_only" = x"yes"; then - if ! $PKG_CONFIG --exists "sm >= 1.2.3" >/dev/null 2>&1; then + if ! $PKG_CONFIG --exists "sm >= 1.2.2" >/dev/null 2>&1; then if test x"$xdt_feature_deps_missing" = x""; then - xdt_feature_deps_missing="sm >= 1.2.3" + xdt_feature_deps_missing="sm >= 1.2.2" else - xdt_feature_deps_missing="$xdt_feature_deps_missing, sm >= 1.2.3" + xdt_feature_deps_missing="$xdt_feature_deps_missing, sm >= 1.2.2" fi fi else @@ -21437,9 +21437,9 @@ fi - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sm >= 1.2.3" >&5 -printf %s "checking for sm >= 1.2.3... " >&6; } - if $PKG_CONFIG "--atleast-version=1.2.3" "sm" >/dev/null 2>&1; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sm >= 1.2.2" >&5 +printf %s "checking for sm >= 1.2.2... " >&6; } + if $PKG_CONFIG "--atleast-version=1.2.2" "sm" >/dev/null 2>&1; then LIBSM_VERSION=`$PKG_CONFIG --modversion "sm"` { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBSM_VERSION" >&5 printf "%s\n" "$LIBSM_VERSION" >&6; } @@ -21456,7 +21456,7 @@ printf %s "checking LIBSM_LIBS... " >&6; { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBSM_LIBS" >&5 printf "%s\n" "$LIBSM_LIBS" >&6; } - LIBSM_REQUIRED_VERSION=1.2.3 + LIBSM_REQUIRED_VERSION=1.2.2 @@ -21485,7 +21485,7 @@ printf "%s\n" "found, but $xdt_cv_versio echo "*** The required package sm was found on your system," echo "*** but the installed version ($xdt_cv_version) is too old." - echo "*** Please upgrade sm to atleast version 1.2.3, or adjust" + echo "*** Please upgrade sm to atleast version 1.2.2, 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." @@ -21497,7 +21497,7 @@ printf "%s\n" "not found" >&6; } echo "*** The required package sm was not found on your system." - echo "*** Please install sm (atleast version 1.2.3) or adjust" + echo "*** Please install sm (atleast version 1.2.2) 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." ++++++ libxfce4ui-4.18.6.tar.bz2 -> libxfce4ui-4.20.1.tar.bz2 ++++++ ++++ 126983 lines of diff (skipped)