Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xfce4-diskperf-plugin for openSUSE:Leap:16.0 checked in at 2025-07-14 15:58:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/xfce4-diskperf-plugin (Old) and /work/SRC/openSUSE:Leap:16.0/.xfce4-diskperf-plugin.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-diskperf-plugin" Mon Jul 14 15:58:57 2025 rev:2 rq:1292002 version:2.8.0 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/xfce4-diskperf-plugin/xfce4-diskperf-plugin.changes 2025-03-19 12:00:57.321558575 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.xfce4-diskperf-plugin.new.7373/xfce4-diskperf-plugin.changes 2025-07-14 15:59:18.801529625 +0200 @@ -1,0 +2,41 @@ +Thu May 29 07:45:46 UTC 2025 - Maurizio Galli <maurizio.ga...@suse.com> + +- Update to version 2.8.0 + - Update README after switchover to meson + - autotools-build: Explicitly require glib, gtk3, libxfce4util + - build: Automate copyright year management + - meson-build: Use shared_module() + - Add meson build + - I18n: Update po/LINGUAS list + - Translation Updates + +------------------------------------------------------------------- +Tue Feb 4 11:48:05 UTC 2025 - Manfred Hollstein <manfre...@gmx.net> + +- License is BSD-2-Clause, not GPL-2.0-or-later! + +------------------------------------------------------------------- +Sun Dec 29 09:28:48 UTC 2024 - Manfred Hollstein <manfre...@gmx.net> + +- Update to version 2.7.1 + * Update copyright year + * Add Darwin support + * build: Bump dependency versions and fix deprecation warnings + * I18n: Update po/LINGUAS list + * I18n: Update po/LINGUAS list + * Fix diskperf.desktop file translation + * Fix previous commit + * build: Use XDT_VERSION_INIT and get rid of configure.ac.in + * scan-build: Fix deadcode.DeadStores + * I18n: Update po/LINGUAS list + * I18n: Update po/LINGUAS list + * build: Get rid of intltool + * Update copyright year + * build: Fix autotools warnings + * build: Add GLib requirement + * Use "logo-icon-name" instead of "logo" in about dialog + * Fix intltool lock file bug in make distcheck + * Translation Updates +- Remove _service file + +------------------------------------------------------------------- Old: ---- _service xfce4-diskperf-plugin-2.7.0.tar.bz2 New: ---- xfce4-diskperf-plugin-2.8.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfce4-diskperf-plugin.spec ++++++ --- /var/tmp/diff_new_pack.Y0Z6UH/_old 2025-07-14 15:59:19.025538904 +0200 +++ /var/tmp/diff_new_pack.Y0Z6UH/_new 2025-07-14 15:59:19.025538904 +0200 @@ -1,7 +1,7 @@ # -# spec file +# spec file for package xfce4-diskperf-plugin # -# Copyright (c) 2022 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,26 +16,26 @@ # -%define panel_version 4.16.0 +%define xfce_version 4.16.0 %define plugin diskperf -%bcond_with git Name: xfce4-%{plugin}-plugin -Version: 2.7.0 +Version: 2.8.0 Release: 0 Summary: Disk Performance Plugin for the Xfce Panel -License: GPL-2.0-or-later +License: BSD-2-Clause Group: System/GUI/XFCE URL: https://docs.xfce.org/panel-plugins/xfce4-diskperf-plugin -Source0: https://archive.xfce.org/src/panel-plugins/%{name}/2.7/%{name}-%{version}.tar.bz2 +Source0: https://archive.xfce.org/src/panel-plugins/%{name}/2.8/%{name}-%{version}.tar.xz BuildRequires: fdupes -BuildRequires: intltool +BuildRequires: gettext >= 0.19.8 +BuildRequires: meson >= 0.54.0 BuildRequires: pkgconfig -BuildRequires: pkgconfig(libxfce4panel-2.0) >= %{panel_version} -BuildRequires: pkgconfig(libxfce4ui-2) >= %{panel_version} -%if %{with git} -BuildRequires: xfce4-dev-tools -%endif -Requires: xfce4-panel >= %{panel_version} +BuildRequires: pkgconfig(glib-2.0) >= 2.50.0 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0 +BuildRequires: pkgconfig(libxfce4panel-2.0) >= %{xfce_version} +BuildRequires: pkgconfig(libxfce4ui-2) >= %{xfce_version} +BuildRequires: pkgconfig(libxfce4util-1.0) >= %{xfce_version} +Requires: xfce4-panel >= %{xfce_version} Recommends: %{name}-lang = %{version}-%{release} # package was renamed in 2019 after Leap 15.1 Provides: xfce4-panel-plugin-%{plugin} = %{version}-%{release} @@ -64,18 +64,11 @@ %autosetup %build -%if %{with git} -NOCONFIGURE=1 ./autogen.sh -%configure \ - --enable-maintainer-mode \ - --disable-static -%else -%configure --disable-static -%endif -%make_build +%meson +%meson_build %install -%make_install +%meson_install find %{buildroot} -type f -name "*.la" -delete -print rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}