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 2025-01-01 23:09:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-clipman-plugin (Old)
 and      /work/SRC/openSUSE:Factory/.xfce4-clipman-plugin.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-clipman-plugin"

Wed Jan  1 23:09:06 2025 rev:11 rq:1234323 version:1.6.7

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/xfce4-clipman-plugin/xfce4-clipman-plugin.changes    
    2024-03-07 18:32:02.346820568 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-clipman-plugin.new.1881/xfce4-clipman-plugin.changes
      2025-01-01 23:09:35.464607500 +0100
@@ -1,0 +2,28 @@
+Sun Dec 29 09:00:47 UTC 2024 - Manfred Hollstein <[email protected]>
+
+- Update to version 1.6.7
+  * build: Bump dependency versions and fix deprecation warnings
+  * I18n: Update po/LINGUAS list
+  * Make history window a main app window
+  * Apply .clang-format file
+  * Preliminary cleanup
+  * Clean up and sort includes
+  * clang-format: Add file
+  * cleanup: Remove clipboard-manager/daemon.h
+  * scan-build: Fix unix.Malloc
+  * gcc-analyzer: Add false positive file
+  * history: Fix image cycling when max-images > 1
+  * Compare images using GBytes API
+  * plugin: Restore image position in history at startup
+  * plugin: Walk the cache directory to load images
+  * plugin: Save images only once
+  * plugin: Refactor save()
+  * plugin: Distinguish clear() and save()
+  * Fix memory management of main objects
+  * build: Use XDT_VERSION_INIT and get rid of configure.ac.in
+  * I18n: Update po/LINGUAS list
+  * build: Get rid of intltool
+  * Translation Updates
+- Re-generate xfce4-clipman-plugin-relax-x11-version.patch
+
+-------------------------------------------------------------------

Old:
----
  xfce4-clipman-plugin-1.6.6.tar.bz2

New:
----
  xfce4-clipman-plugin-1.6.7.tar.bz2

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

Other differences:
------------------
++++++ xfce4-clipman-plugin.spec ++++++
--- /var/tmp/diff_new_pack.XzrVyd/_old  2025-01-01 23:09:35.916626063 +0100
+++ /var/tmp/diff_new_pack.XzrVyd/_new  2025-01-01 23:09:35.916626063 +0100
@@ -16,11 +16,11 @@
 #
 
 
-%define panel_version 4.14.0
+%define panel_version 4.16.0
 %define plugin clipman
 %bcond_with git
 Name:           xfce4-%{plugin}-plugin
-Version:        1.6.6
+Version:        1.6.7
 Release:        0
 Summary:        Clipboard Manager Plugin for the Xfce Panel
 License:        GPL-2.0-or-later
@@ -31,7 +31,7 @@
 Patch0:         xfce4-clipman-plugin-relax-x11-version.patch
 BuildRequires:  appstream-glib
 BuildRequires:  fdupes
-BuildRequires:  intltool
+BuildRequires:  gettext >= 0.19.8
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gdk-wayland-3.0) >= 3.22.29
@@ -41,9 +41,9 @@
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22.29
 BuildRequires:  pkgconfig(libqrencode) >= 3.3.0
 BuildRequires:  pkgconfig(libxfce4panel-2.0) >= %{panel_version}
-BuildRequires:  pkgconfig(libxfce4ui-2) >= 4.14.0
-BuildRequires:  pkgconfig(libxfce4util-1.0) >= 4.14.0
-BuildRequires:  pkgconfig(libxfconf-0) >= 4.14.0
+BuildRequires:  pkgconfig(libxfce4ui-2) >= %{panel_version}
+BuildRequires:  pkgconfig(libxfce4util-1.0) >= %{panel_version}
+BuildRequires:  pkgconfig(libxfconf-0) >= %{panel_version}
 BuildRequires:  pkgconfig(wayland-client) >= 1.15.0
 BuildRequires:  pkgconfig(wayland-scanner) >= 1.15.0
 BuildRequires:  pkgconfig(x11) >= 1.6.5

++++++ xfce4-clipman-plugin-1.6.6.tar.bz2 -> xfce4-clipman-plugin-1.6.7.tar.bz2 
++++++
++++ 51476 lines of diff (skipped)

++++++ xfce4-clipman-plugin-relax-x11-version.patch ++++++
--- /var/tmp/diff_new_pack.XzrVyd/_old  2025-01-01 23:09:36.272640682 +0100
+++ /var/tmp/diff_new_pack.XzrVyd/_new  2025-01-01 23:09:36.276640847 +0100
@@ -1,19 +1,19 @@
 diff -rup a/configure.ac b/configure.ac
---- 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])
- m4_define([xfconf_minimum_version], [4.14.0])
+--- a/configure.ac     2024-12-24 11:40:02.000000000 +0100
++++ b/configure.ac     2024-12-29 10:04:31.028508599 +0100
+@@ -18,7 +18,7 @@ m4_define([libxfce4ui_min_version], [4.1
+ m4_define([libxfce4util_min_version], [4.16.0])
+ m4_define([libxfce4panel_min_version], [4.16.0])
+ m4_define([xfconf_minimum_version], [4.16.0])
 -m4_define([libx11_min_version], [1.6.7])
 +m4_define([libx11_min_version], [1.6.5])
  m4_define([libxproto_min_version], [7.0.0])
  m4_define([libxtst_min_version], [1.0.0])
  m4_define([wayland_min_version], [1.15.0])
 diff -rup a/configure b/configure
---- 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
+--- a/configure        2024-12-24 11:41:19.000000000 +0100
++++ b/configure        2024-12-29 10:05:18.251853225 +0100
+@@ -16680,11 +16680,11 @@ fi
  
  
    if test x"$xdt_feature_deps_check_only" = x"yes"; then
@@ -28,7 +28,7 @@
        fi
      fi
    else
-@@ -16594,9 +16594,9 @@ fi
+@@ -16843,9 +16843,9 @@ fi
  
  
  
@@ -41,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; }
-@@ -16613,7 +16613,7 @@ printf %s "checking LIBX11_LIBS... " >&6
+@@ -16862,7 +16862,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; }
  
@@ -50,7 +50,7 @@
  
  
  
-@@ -16642,7 +16642,7 @@ printf "%s\n" "found, but $xdt_cv_versio
+@@ -16891,7 +16891,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."
@@ -59,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."
-@@ -16654,7 +16654,7 @@ printf "%s\n" "not found" >&6; }
+@@ -16903,7 +16903,7 @@ printf "%s\n" "not found" >&6; }
  
  
        echo "*** The required package x11 was not found on your system."
@@ -68,7 +68,7 @@
        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."
-@@ -17140,11 +17140,11 @@ printf "%s\n" "not found" >&6; }
+@@ -17395,11 +17395,11 @@ printf "%s\n" "not found" >&6; }
  
  
    if test x"$xdt_feature_deps_check_only" = x"yes"; then
@@ -83,7 +83,7 @@
        fi
      fi
    else
-@@ -17300,9 +17300,9 @@ fi
+@@ -17558,9 +17558,9 @@ fi
  
  
  
@@ -96,7 +96,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; }
-@@ -17319,7 +17319,7 @@ printf %s "checking LIBX11_LIBS... " >&6
+@@ -17577,7 +17577,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; }
  
@@ -105,7 +105,7 @@
  
  
  
-@@ -17348,7 +17348,7 @@ printf "%s\n" "found, but $xdt_cv_versio
+@@ -17606,7 +17606,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."
@@ -114,7 +114,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."
-@@ -17360,7 +17360,7 @@ printf "%s\n" "not found" >&6; }
+@@ -17618,7 +17618,7 @@ printf "%s\n" "not found" >&6; }
  
  
        echo "*** The required package x11 was not found on your system."

Reply via email to