Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xfce4-genmon-plugin for
openSUSE:Factory checked in at 2025-06-03 17:54:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-genmon-plugin (Old)
and /work/SRC/openSUSE:Factory/.xfce4-genmon-plugin.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-genmon-plugin"
Tue Jun 3 17:54:32 2025 rev:6 rq:1282180 version:4.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/xfce4-genmon-plugin/xfce4-genmon-plugin.changes
2025-01-13 17:49:40.949518649 +0100
+++
/work/SRC/openSUSE:Factory/.xfce4-genmon-plugin.new.16005/xfce4-genmon-plugin.changes
2025-06-03 17:55:26.498338500 +0200
@@ -2 +2,15 @@
-Mon Dec 6 12:51:14 UTC 2025 - Manfred Hollstein <[email protected]>
+Tue Jun 3 06:31:31 UTC 2025 - Maurizio Galli <[email protected]>
+
+- Update to version 4.3.0
+ - Update README after switchover to meson
+ - autotools-build: Explicitly require glib, gtk3
+ - meson-build: Use shared_module()
+ - Replace deprecated exo with libxfce4ui 4.21.0
+ - build: Automate copyright year management
+ - Add meson build
+ - autotools-build: Explicitly require libxfce4util
+ - Fix libxfce4panel include
+ - Translation Updates
+
+-------------------------------------------------------------------
+Mon Dec 6 12:51:14 UTC 2024 - Manfred Hollstein <[email protected]>
Old:
----
xfce4-genmon-plugin-4.2.1.tar.bz2
New:
----
xfce4-genmon-plugin-4.3.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-genmon-plugin.spec ++++++
--- /var/tmp/diff_new_pack.LBesEs/_old 2025-06-03 17:55:27.350373828 +0200
+++ /var/tmp/diff_new_pack.LBesEs/_new 2025-06-03 17:55:27.350373828 +0200
@@ -16,29 +16,28 @@
#
-%define panel_version 4.16.0
+%define xfce_version 4.16.0
%define plugin genmon
-%bcond_with git
Name: xfce4-%{plugin}-plugin
-Version: 4.2.1
+Version: 4.3.0
Release: 0
Summary: Generic Monitoring Plugin for the Xfce Panel
License: LGPL-2.1-or-later
Group: System/GUI/XFCE
URL: https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin
-Source0:
https://archive.xfce.org/src/panel-plugins/%{name}/4.2/%{name}-%{version}.tar.bz2
+Source0:
https://archive.xfce.org/src/panel-plugins/%{name}/4.3/%{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: gettext >= 0.19.8
+BuildRequires: meson >= 0.54.0
BuildRequires: pkgconfig
BuildRequires: pkgconfig(glib-2.0) >= 2.50.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0
-BuildRequires: pkgconfig(libxfce4panel-2.0) >= %{panel_version}
-BuildRequires: pkgconfig(libxfce4ui-2) >= 4.16.0
-BuildRequires: pkgconfig(libxfconf-0) >= 4.16.0
-%if %{with git}
-BuildRequires: xfce4-dev-tools
-%endif
-Requires: xfce4-panel >= %{panel_version}
+BuildRequires: pkgconfig(libxfce4panel-2.0) >= %{xfce_version}
+BuildRequires: pkgconfig(libxfce4ui-2) >= %{xfce_version}
+BuildRequires: pkgconfig(libxfconf-0) >= %{xfce_version}
+# Still uses exo-open till Xfce 4.21
+Requires: exo-tools
+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}
@@ -69,18 +68,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
rm -f %{buildroot}%{_libdir}/xfce4/panel/plugins/libgenmon.la