Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xfce4-cpugraph-plugin for openSUSE:Factory checked in at 2021-10-13 18:06:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfce4-cpugraph-plugin (Old) and /work/SRC/openSUSE:Factory/.xfce4-cpugraph-plugin.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-cpugraph-plugin" Wed Oct 13 18:06:30 2021 rev:6 rq:925098 version:1.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin.changes 2021-02-26 22:02:58.396006403 +0100 +++ /work/SRC/openSUSE:Factory/.xfce4-cpugraph-plugin.new.2443/xfce4-cpugraph-plugin.changes 2021-10-13 18:11:20.687769129 +0200 @@ -1,0 +2,58 @@ +Mon Oct 11 08:43:40 UTC 2021 - Marcel Kuehlhorn <tu...@opensuse.org> + +- Update to version 1.2.5 + * Avoid FreeBSD "string.h" include file issue + * Fix compilation with libxfce4util earlier than 4.17.0 + * Update README + * Code cleanup: Convert circular buffer mask from a field to a + member function + * Lower the number of false positives in sub-optimal + SMT scheduling + * Account for irregular core IDs in CPU topology + (gxo#panel-plugins/xfce4-cpugraph-plugin#25) + * Increase type-safety of the return types of callback functions + * Fix CPU topology initialization memory leak + * Convert CpuGraph* to Ptr<CPUGraph> + * Code cleanup: Add "using xfce4::Ptr" shortcuts + * Add xfce4::RGBA + * Code cleanup: Replace C pointers with xfce4::Ptr0 and + std::vector + * Code cleanup: Move set() function declarations inside struct + CPUGraph + * Replace author nicknames with real names + * Update and sort the list of authors + * Code cleanup: Remove typedef keyword from type declarations + * Code cleanup: Add CPUGRAPH to header file if-defs + * Code cleanup: Remove extern "C" from header files + * Code cleanup: Remove #include libintl.h + * Use C++ ??-functions for widget signal handlers + * Code cleanup: Replace gboolean with bool where possible + * Use xfce4::sprintf() instead of g_snprintf() + * Add xfce4::sprintf() + * Update extensions in translation files from .c to .cc + * Rename properties.c to properties.cc + * Replace mode.c with mode.cc + * Return a std::string pointer from Rc:read_entry() + * Rename main plugin implementation file from C to C++ + * Code cleanup: Move variable declarations and replace GList + with std::vector + * Rename OS-specific file from C to C++ + * Slightly improved CPU count detection in case some CPUs + are offline + * Convert settings read/write code from C to C++ + * Rename shadowed variable name to avoid a compiler warning + * Suppress compiler warning + * Bump requirements to version 4.14 + * Enable close button translations + * Fix compiler warnings on FreeBSD and SUN + * Bump properties dialog to Xfce 4.14 API + * Export SVG icons to PNG + * New icons + * Lower peak memory consumption in case of a long CPU load + history + * Fix OpenBSD codepath (gxo#panel-plugins/xfce4-cpugraph-plugin#28) + * Initially hide run-in-terminal checkbox if the command is empty + (gxo#panel-plugins/xfce4-cpugraph-plugin#23) + * Translation Updates + +------------------------------------------------------------------- Old: ---- xfce4-cpugraph-plugin-1.2.3.tar.bz2 New: ---- xfce4-cpugraph-plugin-1.2.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfce4-cpugraph-plugin.spec ++++++ --- /var/tmp/diff_new_pack.lAt8S4/_old 2021-10-13 18:11:21.167769882 +0200 +++ /var/tmp/diff_new_pack.lAt8S4/_new 2021-10-13 18:11:21.167769882 +0200 @@ -1,5 +1,5 @@ # -# spec file for package xfce4-cpugraph-plugin +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -20,7 +20,7 @@ %define plugin cpugraph %bcond_with git Name: xfce4-%{plugin}-plugin -Version: 1.2.3 +Version: 1.2.5 Release: 0 Summary: CPU Graph Plugin for the Xfce Panel License: GPL-2.0-or-later @@ -28,6 +28,7 @@ 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 BuildRequires: fdupes +BuildRequires: gcc-c++ BuildRequires: intltool BuildRequires: pkgconfig BuildRequires: pkgconfig(gtk+-3.0) @@ -87,12 +88,12 @@ %fdupes %{buildroot}%{_datadir} %files -%doc AUTHORS ChangeLog NEWS README -%{!?with_git:%doc AUTHORS NEWS README} +%doc AUTHORS ChangeLog NEWS README.md +%{!?with_git:%doc AUTHORS NEWS README.md} %license COPYING %{_libdir}/xfce4/panel/plugins/libcpugraph.so %{_datadir}/xfce4/panel/plugins/cpugraph.desktop -%{_datadir}/icons/hicolor/*/apps/xfce4-cpugraph-plugin.png +%{_datadir}/icons/hicolor/*/apps/org.xfce.panel.cpugraph.* %files lang -f %{name}.lang ++++++ xfce4-cpugraph-plugin-1.2.3.tar.bz2 -> xfce4-cpugraph-plugin-1.2.5.tar.bz2 ++++++ ++++ 59869 lines of diff (skipped)