Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gkrellm-nvidia for openSUSE:Factory checked in at 2025-12-31 10:47:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gkrellm-nvidia (Old) and /work/SRC/openSUSE:Factory/.gkrellm-nvidia.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gkrellm-nvidia" Wed Dec 31 10:47:35 2025 rev:2 rq:1324843 version:1.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gkrellm-nvidia/gkrellm-nvidia.changes 2025-02-18 19:13:52.416462646 +0100 +++ /work/SRC/openSUSE:Factory/.gkrellm-nvidia.new.1928/gkrellm-nvidia.changes 2025-12-31 10:48:14.836496572 +0100 @@ -1,0 +2,7 @@ +Tue Dec 30 19:05:55 UTC 2025 - Andreas Stieger <[email protected]> + +- update to 1.3.2: + * add more GPU data metrics: usage, memory, power and fan + * fix gcc15 build + +------------------------------------------------------------------- Old: ---- gkrellm-nvidia-1.2.tar.gz New: ---- gkrellm-nvidia-1.3.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gkrellm-nvidia.spec ++++++ --- /var/tmp/diff_new_pack.yBoRT4/_old 2025-12-31 10:48:17.064587749 +0100 +++ /var/tmp/diff_new_pack.yBoRT4/_new 2025-12-31 10:48:17.076588240 +0100 @@ -17,7 +17,7 @@ Name: gkrellm-nvidia -Version: 1.2 +Version: 1.3.2 Release: 0 Summary: A plugin for GKrellM and Nvidia GPUs License: GPL-2.0-or-later @@ -26,6 +26,9 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(gkrellm) Requires: gkrellm +%if 0%{?suse_version} < 1600 +BuildRequires: gcc12 +%endif %description A simple GKrellM plugin for reading nvidia GPUs data. Clock, Temperature and @@ -36,6 +39,9 @@ sed -i "s:/lib/:/%{_lib}/:" Makefile %build +%if 0%{?suse_version} < 1600 +export CC=gcc-12 +%endif %make_build %install ++++++ gkrellm-nvidia-1.2.tar.gz -> gkrellm-nvidia-1.3.2.tar.gz ++++++ ++++ 1748 lines of diff (skipped)
