Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xfce4-docklike-plugin for
openSUSE:Factory checked in at 2025-01-01 23:09:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-docklike-plugin (Old)
and /work/SRC/openSUSE:Factory/.xfce4-docklike-plugin.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-docklike-plugin"
Wed Jan 1 23:09:05 2025 rev:3 rq:1234322 version:0.4.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/xfce4-docklike-plugin/xfce4-docklike-plugin.changes
2024-01-15 22:21:05.038934344 +0100
+++
/work/SRC/openSUSE:Factory/.xfce4-docklike-plugin.new.1881/xfce4-docklike-plugin.changes
2025-01-01 23:09:34.600572017 +0100
@@ -1,0 +2,37 @@
+Sun Dec 29 09:38:19 UTC 2024 - Manfred Hollstein <[email protected]>
+
+- Update to version 0.4.3
+ * Update copyright year
+ * build: Bump dependency versions and fix deprecation warnings
+ * I18n: Update po/LINGUAS list
+ * Use new xfw_window_activate() signature in libwindowing 4.19.6
+ * group: Fix button drawing
+ * Fix gtk-layer-shell includes
+ * Switch to XfwMonitor
+ * Group: Fix null icon size at startup
+ * scan-build: Add false positive file
+ * build: clang: Fix -Wcast-align
+ * Apply .clang-format file
+ * clang-format: Use IncludeBlocks::Regroup
+ * clang-format: Do not KeepEmptyLinesAtTheStartOfBlocks
+ * clang-format: Break after assignment operator
+ * build: Use XDT_VERSION_INIT and get rid of configure.ac.in
+ * clang-format: Insert a newline at end of file if missing
+ * Apply updated .clang-format file
+ * clang-format: Update according to current code
+ * Rename _dialogs.xml to _dialogs.ui for gettext detection
+ * I18n: Update po/LINGUAS list
+ * build: Get rid of intltool
+ * Require gio-unix-2.0 instead of gio-2.0
+ * Ignore X11 erros around gdk_pixbuf_get_from_window()
+ * Update custom install location in README
+ * Adapt onlyDisplayScreen to Xfw
+ * Use gtk-layer-shell to position group menu on Wayland
+ * Guard X11 code paths
+ * Rename Wnck.* to Xfw.*
+ * Replace libwnck with libxfce4windowing
+ * Wnck: Set EWMH hint so all wnck features work properly (Fixes #51)
+ * Translation Updates
+- Add relax-x11-version.patch
+
+-------------------------------------------------------------------
Old:
----
xfce4-docklike-plugin-0.4.2.tar.bz2
New:
----
relax-x11-version.patch
xfce4-docklike-plugin-0.4.3.tar.bz2
BETA DEBUG BEGIN:
New: * Translation Updates
- Add relax-x11-version.patch
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-docklike-plugin.spec ++++++
--- /var/tmp/diff_new_pack.rhJp6D/_old 2025-01-01 23:09:34.996588280 +0100
+++ /var/tmp/diff_new_pack.rhJp6D/_new 2025-01-01 23:09:35.000588445 +0100
@@ -1,7 +1,7 @@
#
-# spec file for xfce4-docklike-plugin
+# spec file for package xfce4-docklike-plugin
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,32 +16,38 @@
#
-%define panel_version 4.14.0
+%define panel_version 4.16.0
%define plugin docklike
%bcond_with git
Name: xfce4-%{plugin}-plugin
-Version: 0.4.2
+Version: 0.4.3
Release: 0
Summary: Docklike Taskbar
License: GPL-2.0-or-later
Group: System/GUI/XFCE
URL: https://docs.xfce.org/panel-plugins/xfce4-docklike-plugin/start
Source0:
https://archive.xfce.org/src/panel-plugins/%{name}/0.4/%{name}-%{version}.tar.bz2
+Patch0: relax-x11-version.patch
+BuildRequires: fdupes
BuildRequires: gcc
BuildRequires: gcc-c++
-BuildRequires: fdupes
-BuildRequires: intltool
+BuildRequires: gettext >= 0.19.8
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(cairo) >= 1.16.0
-BuildRequires: pkgconfig(gio-2.0) >= 2.58.0
+BuildRequires: pkgconfig(gdk-wayland-3.0) >= 3.24.0
+BuildRequires: pkgconfig(gdk-x11-3.0) >= 3.24.0
+BuildRequires: pkgconfig(gio-unix-2.0) >= 2.58.0
BuildRequires: pkgconfig(glib-2.0) >= 2.58.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.0
+BuildRequires: pkgconfig(gtk-layer-shell-0) >= 0.7.0
BuildRequires: pkgconfig(libwnck-3.0) >= 3.30.0
-BuildRequires: pkgconfig(x11) >= 1.6
BuildRequires: pkgconfig(libxfce4panel-2.0) >= %{panel_version}
-BuildRequires: pkgconfig(libxfce4ui-2) >= 4.14.0
-BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.14.0
+BuildRequires: pkgconfig(libxfce4ui-2) >= 4.16.0
+BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.16.0
+BuildRequires: pkgconfig(libxfce4windowing-0) >= 4.19.4
+BuildRequires: pkgconfig(libxfce4windowingui-0) >= 4.19.4
+BuildRequires: pkgconfig(x11) >= 1.6.5
%if %{with git}
BuildRequires: xfce4-dev-tools
%endif
@@ -68,7 +74,7 @@
Provides translations for the "%{name}" package.
%prep
-%autosetup
+%autosetup -p1
%build
%if %{with git}
++++++ relax-x11-version.patch ++++++
diff -rup a/configure.ac b/configure.ac
--- a/configure.ac 2024-12-24 16:23:17.000000000 +0100
+++ b/configure.ac 2024-12-29 10:46:25.459010331 +0100
@@ -17,7 +17,7 @@ m4_define([cairo_min_version], [1.16.0])
m4_define([xfce_build_version], [4.16.0])
m4_define([libxfce4windowing_min_version], [4.19.4])
-m4_define([libx11_min_version], [1.6.7])
+m4_define([libx11_min_version], [1.6.5])
m4_define([gtk_layer_shell_min_version], [0.7.0])
diff -rup a/configure b/configure
--- a/configure 2024-12-24 16:24:18.000000000 +0100
+++ b/configure 2024-12-29 10:46:47.492347831 +0100
@@ -20935,11 +20935,11 @@ printf "%s\n" "not found" >&6; }
if test x"$xdt_feature_deps_check_only" = x"yes"; then
- if ! $PKG_CONFIG --exists "x11 >= 1.6.7" >/dev/null 2>&1; then
+ if ! $PKG_CONFIG --exists "x11 >= 1.6.5" >/dev/null 2>&1; then
if test x"$xdt_feature_deps_missing" = x""; then
- xdt_feature_deps_missing="x11 >= 1.6.7"
+ xdt_feature_deps_missing="x11 >= 1.6.5"
else
- xdt_feature_deps_missing="$xdt_feature_deps_missing, x11 >= 1.6.7"
+ xdt_feature_deps_missing="$xdt_feature_deps_missing, x11 >= 1.6.5"
fi
fi
else
@@ -21098,9 +21098,9 @@ fi
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for x11 >= 1.6.7" >&5
-printf %s "checking for x11 >= 1.6.7... " >&6; }
- if $PKG_CONFIG "--atleast-version=1.6.7" "x11" >/dev/null 2>&1; then
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for x11 >= 1.6.5" >&5
+printf %s "checking for x11 >= 1.6.5... " >&6; }
+ if $PKG_CONFIG "--atleast-version=1.6.5" "x11" >/dev/null 2>&1; then
LIBX11_VERSION=`$PKG_CONFIG --modversion "x11"`
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBX11_VERSION" >&5
printf "%s\n" "$LIBX11_VERSION" >&6; }
@@ -21117,7 +21117,7 @@ printf %s "checking LIBX11_LIBS... " >&6
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBX11_LIBS" >&5
printf "%s\n" "$LIBX11_LIBS" >&6; }
- LIBX11_REQUIRED_VERSION=1.6.7
+ LIBX11_REQUIRED_VERSION=1.6.5
@@ -21146,7 +21146,7 @@ printf "%s\n" "found, but $xdt_cv_versio
echo "*** The required package x11 was found on your system,"
echo "*** but the installed version ($xdt_cv_version) is too old."
- echo "*** Please upgrade x11 to atleast version 1.6.7, or adjust"
+ echo "*** Please upgrade x11 to atleast version 1.6.5, 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."
@@ -21158,7 +21158,7 @@ printf "%s\n" "not found" >&6; }
echo "*** The required package x11 was not found on your system."
- echo "*** Please install x11 (atleast version 1.6.7) or adjust"
+ echo "*** Please install x11 (atleast version 1.6.5) 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."
@@ -21650,11 +21650,11 @@ printf "%s\n" "not found" >&6; }
if test x"$xdt_feature_deps_check_only" = x"yes"; then
- if ! $PKG_CONFIG --exists "x11 >= 1.6.7" >/dev/null 2>&1; then
+ if ! $PKG_CONFIG --exists "x11 >= 1.6.5" >/dev/null 2>&1; then
if test x"$xdt_feature_deps_missing" = x""; then
- xdt_feature_deps_missing="x11 >= 1.6.7"
+ xdt_feature_deps_missing="x11 >= 1.6.5"
else
- xdt_feature_deps_missing="$xdt_feature_deps_missing, x11 >= 1.6.7"
+ xdt_feature_deps_missing="$xdt_feature_deps_missing, x11 >= 1.6.5"
fi
fi
else
@@ -21813,9 +21813,9 @@ fi
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for x11 >= 1.6.7" >&5
-printf %s "checking for x11 >= 1.6.7... " >&6; }
- if $PKG_CONFIG "--atleast-version=1.6.7" "x11" >/dev/null 2>&1; then
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for x11 >= 1.6.5" >&5
+printf %s "checking for x11 >= 1.6.5... " >&6; }
+ if $PKG_CONFIG "--atleast-version=1.6.5" "x11" >/dev/null 2>&1; then
LIBX11_VERSION=`$PKG_CONFIG --modversion "x11"`
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBX11_VERSION" >&5
printf "%s\n" "$LIBX11_VERSION" >&6; }
@@ -21832,7 +21832,7 @@ printf %s "checking LIBX11_LIBS... " >&6
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBX11_LIBS" >&5
printf "%s\n" "$LIBX11_LIBS" >&6; }
- LIBX11_REQUIRED_VERSION=1.6.7
+ LIBX11_REQUIRED_VERSION=1.6.5
@@ -21861,7 +21861,7 @@ printf "%s\n" "found, but $xdt_cv_versio
echo "*** The required package x11 was found on your system,"
echo "*** but the installed version ($xdt_cv_version) is too old."
- echo "*** Please upgrade x11 to atleast version 1.6.7, or adjust"
+ echo "*** Please upgrade x11 to atleast version 1.6.5, 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."
@@ -21873,7 +21873,7 @@ printf "%s\n" "not found" >&6; }
echo "*** The required package x11 was not found on your system."
- echo "*** Please install x11 (atleast version 1.6.7) or adjust"
+ echo "*** Please install x11 (atleast version 1.6.5) 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."
++++++ xfce4-docklike-plugin-0.4.2.tar.bz2 ->
xfce4-docklike-plugin-0.4.3.tar.bz2 ++++++
++++ 40836 lines of diff (skipped)