Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pcm for openSUSE:Factory checked in at 2022-05-04 15:11:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pcm (Old) and /work/SRC/openSUSE:Factory/.pcm.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pcm" Wed May 4 15:11:17 2022 rev:11 rq:974894 version:202203 Changes: -------- --- /work/SRC/openSUSE:Factory/pcm/pcm.changes 2022-01-28 22:13:32.898474369 +0100 +++ /work/SRC/openSUSE:Factory/.pcm.new.1538/pcm.changes 2022-05-04 15:11:39.336209283 +0200 @@ -1,0 +2,14 @@ +Wed May 4 09:23:50 UTC 2022 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to version 202203: + * Add experimental pcm csv data plot and background collection scripts + * Print 4 digits for MPI metrics + * Uncore linux perf event robustness enhancements + * pcm-raw: additional overhead reduction for multi-group collection + * general overhead reduction (skip restoring thread affinity when not required) + * pcm-numa, pcm-tsx: add -pid option + * Fix compilation of examples on old gcc + * Fix: restore affinity for caller process + * Fixed race condition in resctrl (when not available) + +------------------------------------------------------------------- Old: ---- 202201.tar.gz New: ---- pcm-202203.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pcm.spec ++++++ --- /var/tmp/diff_new_pack.1qfmov/_old 2022-05-04 15:11:39.780209828 +0200 +++ /var/tmp/diff_new_pack.1qfmov/_new 2022-05-04 15:11:39.788209839 +0200 @@ -1,7 +1,7 @@ # # spec file for package pcm # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,15 @@ Name: pcm -Version: 202201 +Version: 202203 Release: 0 Summary: Processor Counter Monitor License: BSD-3-Clause URL: https://github.com/opcm/pcm -Source: https://github.com/opcm/pcm/archive/%{version}.tar.gz +Source: https://github.com/opcm/pcm/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: make -BuildRequires: cmake ExclusiveArch: %{ix86} x86_64 %description @@ -37,14 +37,13 @@ %setup -q %build -export CFLAGS="%{optflags}" -export CXXFLAGS="%{optflags}" %cmake -DCMAKE_BUILD_TYPE=CUSTOM -DCMAKE_INSTALL_PREFIX=%{_prefix} %{!?cmake_build:%define cmake_build %{__cmake}} %cmake_build %install %cmake_install +rm -rf %{buildroot}%{_datadir}/doc/%{name} %files %license LICENSE @@ -72,5 +71,6 @@ %{_datadir}/pcm/opCode-106.txt %{_datadir}/pcm/opCode-85.txt %{_datadir}/pcm/opCode-134.txt +%{_datadir}/pcm/PMURegisterDeclarations %changelog