Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xfce4-systemload-plugin for
openSUSE:Leap:16.0 checked in at 2025-07-14 15:59:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/xfce4-systemload-plugin (Old)
and /work/SRC/openSUSE:Leap:16.0/.xfce4-systemload-plugin.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-systemload-plugin"
Mon Jul 14 15:59:08 2025 rev:2 rq:1292028 version:1.4.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:16.0/xfce4-systemload-plugin/xfce4-systemload-plugin.changes
2025-03-19 12:00:59.297641547 +0100
+++
/work/SRC/openSUSE:Leap:16.0/.xfce4-systemload-plugin.new.7373/xfce4-systemload-plugin.changes
2025-07-14 15:59:36.118246921 +0200
@@ -1,0 +2,33 @@
+Sun Jun 15 02:54:16 UTC 2025 - Maurizio Galli <[email protected]>
+
+- Update to 1.4.0
+ - Update README after switchover to meson
+ - build: Automate copyright year management
+ - Add meson build
+ - autotools-build: Explicitly require glib, gtk3, libxfce4util
+ - Fix libxfce4panel include
+ - Translation Updates
+
+-------------------------------------------------------------------
+Mon Jan 6 16:56:38 UTC 2025 - Manfred Hollstein <[email protected]>
+
+- update to 1.3.3:
+ * Introduce Darwin support
+ * Update copyright year
+ * build: Bump dependency versions and fix deprecation warnings
+ * I18n: Update po/LINGUAS list
+ * Fix BSD `glibtop_get_netload: Function not implemented` error
+ * scan-build: Fix false positive file
+ * scan-build: Add false positive file
+ * build: Use XDT_VERSION_INIT and get rid of configure.ac.in
+ * scan-build: Fix deadcode.DeadStores
+ * network.cc: Fix -Wundef
+ * build: Get rid of intltool
+ * Add 24px icon, cleanup SVG metadata
+ * Fix timeout-seconds min value (Fixes #29)
+ * build: Fix failure due to wrong var type (Fixes #25)
+ * build: Add GLib requirement
+ * Translation Updates
+- Remove obsolete convert-gulong.patch
+
+-------------------------------------------------------------------
Old:
----
convert-gulong.patch
xfce4-systemload-plugin-1.3.2.tar.bz2
New:
----
xfce4-systemload-plugin-1.4.0.tar.xz
----------(Old B)----------
Old: * Translation Updates
- Remove obsolete convert-gulong.patch
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-systemload-plugin.spec ++++++
--- /var/tmp/diff_new_pack.ZjdB16/_old 2025-07-14 15:59:36.338256034 +0200
+++ /var/tmp/diff_new_pack.ZjdB16/_new 2025-07-14 15:59:36.342256200 +0200
@@ -1,7 +1,7 @@
#
-# spec file
+# spec file for package xfce4-systemload-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,29 +16,30 @@
#
-%define panel_version 4.16.0
+%define xfce_version 4.16.0
%define plugin systemload
-%bcond_with git
Name: xfce4-%{plugin}-plugin
-Version: 1.3.2
+Version: 1.4.0
Release: 0
Summary: System Load Monitoring Plugin for the Xfce Panel
License: BSD-2-Clause
Group: System/GUI/XFCE
URL: https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin
-Source0:
https://archive.xfce.org/src/panel-plugins/%{name}/1.3/%{name}-%{version}.tar.bz2
-Patch0: convert-gulong.patch
+Source0:
https://archive.xfce.org/src/panel-plugins/%{name}/1.4/%{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: gcc-c++
-BuildRequires: intltool
+BuildRequires: gettext >= 0.19.7
+BuildRequires: meson >= 0.54.0
BuildRequires: pkgconfig
-BuildRequires: pkgconfig(libxfce4panel-2.0) >= %{panel_version}
-BuildRequires: pkgconfig(libxfce4ui-2) >= %{panel_version}
-BuildRequires: pkgconfig(upower-glib)
-%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(libgtop-2.0) >= 2.32.0
+BuildRequires: pkgconfig(libxfce4panel-2.0) >= %{xfce_version}
+BuildRequires: pkgconfig(libxfce4ui-2) >= 4.16.0
+BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.17.2
+BuildRequires: pkgconfig(libxfconf-0) >= %{xfce_version}
+BuildRequires: pkgconfig(upower-glib) >= 0.99.0
+Requires: xfce4-panel >= %{xfce_version}
Recommends: %{name}-lang = %{version}
# package was renamed in 2019 after Leap 15.1
Provides: xfce4-panel-plugin-%{plugin} = %{version}-%{release}
@@ -64,23 +65,14 @@
Provides translations for the "%{name}" package.
%prep
-%autosetup -p1
+%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
-
-rm %{buildroot}%{_libdir}/xfce4/panel/plugins/libsystemload.la
+%meson_install
rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
@@ -88,9 +80,6 @@
%fdupes %{buildroot}%{_datadir}
-%clean
-rm -rf %{buildroot}
-
%files
%doc AUTHORS NEWS README.md
%license COPYING