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-05-30 14:32:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfce4-clipman-plugin (Old) and /work/SRC/openSUSE:Factory/.xfce4-clipman-plugin.new.25440 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-clipman-plugin" Fri May 30 14:32:35 2025 rev:12 rq:1280731 version:1.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xfce4-clipman-plugin/xfce4-clipman-plugin.changes 2025-01-01 23:09:35.464607500 +0100 +++ /work/SRC/openSUSE:Factory/.xfce4-clipman-plugin.new.25440/xfce4-clipman-plugin.changes 2025-05-30 17:27:55.989737613 +0200 @@ -1,0 +2,27 @@ +Tue May 27 15:53:28 UTC 2025 - Manfred Hollstein <manfre...@gmx.net> + +- Update to version 1.7.0: + Meson has been added as a build system in this release, and the + associated archive has been generated by 'meson dist'. Although + autotools has been retained for the time being and can still be used + via 'autogen.sh', meson is now the preferred build system, and + autotools will be removed in a future release. + + * Update README after switchover to meson + * build: Automate copyright year management + * build: Replace xdt-csource with glib-compile-resources + * meson-build: Use shared_module() + * Replace deprecated exo with libxfce4ui 4.21.0 + * Use HTTPS for action URLs + * history: Add missing sanity checks + * history: Update size when max values change at runtime + * history: Fix truncation when max_images changes + * collector: Avoid default clipboard restoration while waiting for image + * tests: Print more test results + * gcc-analyzer: Adapt regexes to meson + * Add meson build + * build: Add missing dep flags + * Translation Updates +- Remove obsolete xfce4-clipman-plugin-relax-x11-version.patch + +------------------------------------------------------------------- Old: ---- xfce4-clipman-plugin-1.6.7.tar.bz2 xfce4-clipman-plugin-relax-x11-version.patch New: ---- xfce4-clipman-plugin-1.7.0.tar.xz BETA DEBUG BEGIN: Old: * Translation Updates - Remove obsolete xfce4-clipman-plugin-relax-x11-version.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfce4-clipman-plugin.spec ++++++ --- /var/tmp/diff_new_pack.uH8G4e/_old 2025-05-30 17:27:56.413755174 +0200 +++ /var/tmp/diff_new_pack.uH8G4e/_new 2025-05-30 17:27:56.417755339 +0200 @@ -1,7 +1,7 @@ # # spec file for package xfce4-clipman-plugin # -# 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 @@ -16,27 +16,27 @@ # -%define panel_version 4.16.0 +%define panel_version 4.18.0 %define plugin clipman %bcond_with git Name: xfce4-%{plugin}-plugin -Version: 1.6.7 +Version: 1.7.0 Release: 0 Summary: Clipboard Manager Plugin for the Xfce Panel License: GPL-2.0-or-later Group: System/GUI/XFCE URL: https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin -Source0: https://archive.xfce.org/src/panel-plugins/%{name}/1.6/%{name}-%{version}.tar.bz2 -# PATCH-FIX-OPENSUSE xfce4-clipman-plugin-relax-x11-version.patch lower required X11 version to allow building for Leap which only has 1.6.5, which is enough, though -Patch0: xfce4-clipman-plugin-relax-x11-version.patch +Source0: https://archive.xfce.org/src/panel-plugins/%{name}/1.7/%{name}-%{version}.tar.xz BuildRequires: appstream-glib BuildRequires: fdupes BuildRequires: gettext >= 0.19.8 +BuildRequires: meson >= 0.61.0 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(gio-unix-2.0) >= 2.60.0 BuildRequires: pkgconfig(glib-2.0) >= 2.60.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.29 BuildRequires: pkgconfig(libqrencode) >= 3.3.0 @@ -46,7 +46,7 @@ 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 +BuildRequires: pkgconfig(x11) >= 1.6.7 BuildRequires: pkgconfig(xproto) >= 7.0.0 BuildRequires: pkgconfig(xtst) >= 1.0.0 %if %{with git} @@ -85,7 +85,7 @@ Provides translations for the "%{name}" package. %prep -%autosetup -p1 +%autosetup %build %if %{with git} @@ -94,12 +94,12 @@ --enable-maintainer-mode \ --disable-static %else -%configure --disable-static +%meson %endif -%make_build +%meson_build %install -%make_install +%meson_install rm -f %{buildroot}%{_libdir}/xfce4/panel/plugins/libclipman.la rm -f %{buildroot}%{_libdir}/debug/usr/bin/%{name}-%{version}-0.x86_64.debug