Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xfce4-cpugraph-plugin for
openSUSE:Leap:16.0 checked in at 2025-07-14 15:58:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/xfce4-cpugraph-plugin (Old)
and /work/SRC/openSUSE:Leap:16.0/.xfce4-cpugraph-plugin.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-cpugraph-plugin"
Mon Jul 14 15:58:56 2025 rev:2 rq:1291999 version:1.3.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:16.0/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin.changes
2025-03-19 12:00:56.957543291 +0100
+++
/work/SRC/openSUSE:Leap:16.0/.xfce4-cpugraph-plugin.new.7373/xfce4-cpugraph-plugin.changes
2025-07-14 15:59:17.209463678 +0200
@@ -1,0 +2,27 @@
+Thu May 29 07:34:58 UTC 2025 - Maurizio Galli <[email protected]>
+
+- Update to version 1.3.0
+ - Update README after switchover to meson
+ - autotools-build: Explicitly require glib, gtk3, libxfce4util
+ - build: Automate copyright year management
+ - meson-build: Use shared_module()
+ - cpu.h: Fix -Wundef warning
+ - Add meson build
+ - Translation Updates
+
+-------------------------------------------------------------------
+Mon Jan 6 12:38:37 UTC 2025 - Manfred Hollstein <[email protected]>
+
+- Update to version 1.2.11
+ * Update copyright year
+ * Introduce Darwin support
+ * Clang: Ignore array designators warning
+ * Remove unneeded condition from SMT code
+ * Refactor SMT
+ * build: clang: Fix -Wunqualified-std-cast-call
+ * I18n: Update po/LINGUAS list
+ * build: Use XDT_VERSION_INIT and get rid of configure.ac.in
+ * build: Switch from intltool to gettext
+ * Translation Updates
+
+-------------------------------------------------------------------
Old:
----
xfce4-cpugraph-plugin-1.2.10.tar.bz2
New:
----
xfce4-cpugraph-plugin-1.3.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-cpugraph-plugin.spec ++++++
--- /var/tmp/diff_new_pack.UlnqCq/_old 2025-07-14 15:59:17.473474614 +0200
+++ /var/tmp/diff_new_pack.UlnqCq/_new 2025-07-14 15:59:17.477474780 +0200
@@ -1,7 +1,7 @@
#
# spec file for package xfce4-cpugraph-plugin
#
-# Copyright (c) 2023 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,17 +16,16 @@
#
-%define panel_version 4.16.0
+%define xfce_version 4.16.0
%define plugin cpugraph
-%bcond_with git
Name: xfce4-%{plugin}-plugin
-Version: 1.2.10
+Version: 1.3.0
Release: 0
Summary: CPU Graph Plugin for the Xfce Panel
License: GPL-2.0-or-later
Group: System/GUI/XFCE
URL: https://docs.xfce.org/panel-plugins/xfce4-cpugraph-plugin
-Source0:
https://archive.xfce.org/src/panel-plugins/%{name}/1.2/%{name}-%{version}.tar.bz2
+Source0:
https://archive.xfce.org/src/panel-plugins/%{name}/1.3/%{name}-%{version}.tar.xz
BuildRequires: fdupes
%if 0%{?suse_version} < 1599
BuildRequires: gcc12
@@ -34,18 +33,19 @@
%else
BuildRequires: gcc-c++
%endif
-BuildRequires: intltool
+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) >= 4.16.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) >= 4.12.0
%if %{with git}
BuildRequires: xfce4-dev-tools
%endif
-Requires: xfce4-panel >= %{panel_version}
+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}
@@ -78,20 +78,11 @@
export CC=gcc-12
export CXX=g++-12
%endif
-%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/libcpugraph.la
+%meson_install
rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
@@ -100,8 +91,7 @@
%fdupes %{buildroot}%{_datadir}
%files
-%doc AUTHORS ChangeLog NEWS README.md
-%{!?with_git:%doc AUTHORS NEWS README.md}
+%doc AUTHORS NEWS README.md
%license COPYING
%{_libdir}/xfce4/panel/plugins/libcpugraph.so
%{_datadir}/xfce4/panel/plugins/cpugraph.desktop