Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xfce4-clipman-plugin for
openSUSE:Factory checked in at 2024-03-07 18:30:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-clipman-plugin (Old)
and /work/SRC/openSUSE:Factory/.xfce4-clipman-plugin.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-clipman-plugin"
Thu Mar 7 18:30:29 2024 rev:10 rq:1155845 version:1.6.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/xfce4-clipman-plugin/xfce4-clipman-plugin.changes
2023-10-10 20:59:41.524759147 +0200
+++
/work/SRC/openSUSE:Factory/.xfce4-clipman-plugin.new.1770/xfce4-clipman-plugin.changes
2024-03-07 18:32:02.346820568 +0100
@@ -1,0 +2,19 @@
+Fri Mar 1 18:14:19 UTC 2024 - Manfred Hollstein <[email protected]>
+
+- Update to version 1.6.6
+ * Update copyright year
+ * Use X11 clipboard manager from libxfce4ui if available
+ * collector: Fix sanity check
+ * history: Make search case-sensitive
+ * actions: Update gimp command (Fixes #96)
+ * build: Use system wlr-protocols if avail or fall back to submodule
+ * clipboard-manager: Add missing static qualifier
+ * build: Lower xfce4-dev-tools requirements to stable version
+ * Fix xfce_titled_dialog_create_action_area() deprecation
+ * build: Simplify and clarify X11/Wayland distinction
+ * build: Define our own windowing macro instead of extending GDK's
+ * build: Add check for gdk-wayland
+ * Translation Updates
+- Re-generate xfce4-clipman-plugin-relax-x11-version.patch
+
+-------------------------------------------------------------------
Old:
----
xfce4-clipman-plugin-1.6.5.tar.bz2
New:
----
xfce4-clipman-plugin-1.6.6.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-clipman-plugin.spec ++++++
--- /var/tmp/diff_new_pack.iNNPRb/_old 2024-03-07 18:32:03.114848908 +0100
+++ /var/tmp/diff_new_pack.iNNPRb/_new 2024-03-07 18:32:03.114848908 +0100
@@ -1,7 +1,7 @@
#
-# spec file
+# spec file for package xfce4-clipman-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
@@ -20,7 +20,7 @@
%define plugin clipman
%bcond_with git
Name: xfce4-%{plugin}-plugin
-Version: 1.6.5
+Version: 1.6.6
Release: 0
Summary: Clipboard Manager Plugin for the Xfce Panel
License: GPL-2.0-or-later
@@ -34,6 +34,7 @@
BuildRequires: intltool
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
+BuildRequires: pkgconfig(gdk-wayland-3.0) >= 3.22.29
BuildRequires: pkgconfig(gdk-x11-3.0) >= 3.22.29
BuildRequires: pkgconfig(gio-2.0) >= 2.60.0
BuildRequires: pkgconfig(glib-2.0) >= 2.60.0
@@ -43,7 +44,9 @@
BuildRequires: pkgconfig(libxfce4ui-2) >= 4.14.0
BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.14.0
BuildRequires: pkgconfig(libxfconf-0) >= 4.14.0
-BuildRequires: pkgconfig(x11)
+BuildRequires: pkgconfig(wayland-client) >= 1.15.0
+BuildRequires: pkgconfig(wayland-scanner) >= 1.15.0
+BuildRequires: pkgconfig(x11) >= 1.6.5
BuildRequires: pkgconfig(xproto) >= 7.0.0
BuildRequires: pkgconfig(xtst) >= 1.0.0
%if %{with git}
++++++ xfce4-clipman-plugin-1.6.5.tar.bz2 -> xfce4-clipman-plugin-1.6.6.tar.bz2
++++++
++++ 11269 lines of diff (skipped)
++++++ xfce4-clipman-plugin-relax-x11-version.patch ++++++
--- /var/tmp/diff_new_pack.iNNPRb/_old 2024-03-07 18:32:03.602866917 +0100
+++ /var/tmp/diff_new_pack.iNNPRb/_new 2024-03-07 18:32:03.606867064 +0100
@@ -1,6 +1,6 @@
diff -rup a/configure.ac b/configure.ac
---- a/configure.ac 2023-09-29 13:06:56.000000000 +0200
-+++ b/configure.ac 2023-09-29 19:40:08.099277983 +0200
+--- a/configure.ac 2024-02-29 15:44:44.000000000 +0100
++++ b/configure.ac 2024-03-01 19:24:06.357387075 +0100
@@ -28,7 +28,7 @@ m4_define([libxfce4ui_min_version], [4.1
m4_define([libxfce4util_min_version], [4.14.0])
m4_define([libxfce4panel_min_version], [4.14.0])
@@ -11,18 +11,24 @@
m4_define([libxtst_min_version], [1.0.0])
m4_define([wayland_min_version], [1.15.0])
diff -rup a/configure b/configure
---- a/configure 2023-09-29 13:07:37.000000000 +0200
-+++ b/configure 2023-09-29 19:40:33.085933469 +0200
-@@ -16089,7 +16089,7 @@ fi
+--- a/configure 2024-02-29 15:45:33.000000000 +0100
++++ b/configure 2024-03-01 19:24:33.067368811 +0100
+@@ -16434,11 +16434,11 @@ fi
- if test x"$xdt_cv_LIBX11_check" = 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
-
-
- # minimum supported version of pkg-config
-@@ -16240,9 +16240,9 @@ fi
+ 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
+@@ -16594,9 +16594,9 @@ fi
@@ -35,7 +41,7 @@
LIBX11_VERSION=`$PKG_CONFIG --modversion "x11"`
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBX11_VERSION" >&5
printf "%s\n" "$LIBX11_VERSION" >&6; }
-@@ -16259,7 +16259,7 @@ printf %s "checking LIBX11_LIBS... " >&6
+@@ -16613,7 +16613,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; }
@@ -44,7 +50,7 @@
-@@ -16288,7 +16288,7 @@ printf "%s\n" "found, but $xdt_cv_versio
+@@ -16642,7 +16642,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."
@@ -53,7 +59,7 @@
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."
-@@ -16300,7 +16300,7 @@ printf "%s\n" "not found" >&6; }
+@@ -16654,7 +16654,7 @@ printf "%s\n" "not found" >&6; }
echo "*** The required package x11 was not found on your system."
@@ -62,15 +68,59 @@
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."
-@@ -16309,8 +16309,8 @@ printf "%s\n" "not found" >&6; }
- fi
+@@ -17140,11 +17140,11 @@ printf "%s\n" "not found" >&6; }
- else
-- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for optional
package x11 >= 1.6.7" >&5
--printf %s "checking for optional package x11 >= 1.6.7... " >&6; }
-+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for optional
package x11 >= 1.6.5" >&5
-+printf %s "checking for optional package x11 >= 1.6.5... " >&6; }
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
- 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
+@@ -17300,9 +17300,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; }
+@@ -17319,7 +17319,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
+
+
+
+@@ -17348,7 +17348,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."
+@@ -17360,7 +17360,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."