Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package numatop for openSUSE:Factory checked in at 2021-11-27 00:51:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/numatop (Old) and /work/SRC/openSUSE:Factory/.numatop.new.1895 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "numatop" Sat Nov 27 00:51:37 2021 rev:8 rq:934029 version:2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/numatop/numatop.changes 2018-12-07 14:35:44.347045971 +0100 +++ /work/SRC/openSUSE:Factory/.numatop.new.1895/numatop.changes 2021-11-27 00:52:29.614559851 +0100 @@ -1,0 +2,7 @@ +Thu Nov 25 11:30:17 UTC 2021 - Vlastimil Babka <[email protected]> + +- update to version 2.2 + * Sources downloaded from git tag, no proper upstream release. + * Needs autoreconf. + +------------------------------------------------------------------- Old: ---- numatop-v2.1.tar.xz New: ---- v2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ numatop.spec ++++++ --- /var/tmp/diff_new_pack.HgItpX/_old 2021-11-27 00:52:30.050558345 +0100 +++ /var/tmp/diff_new_pack.HgItpX/_new 2021-11-27 00:52:30.054558331 +0100 @@ -1,7 +1,7 @@ # # spec file for package numatop # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 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,18 @@ Name: numatop -Version: 2.1 +Version: 2.2 Release: 0 Summary: A top-like tool for runtime memory locality monitoring on NUMA systems License: BSD-3-Clause Group: System/Monitoring -Url: https://01.org/numatop -Source0: https://github.com/intel/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.xz +URL: https://01.org/numatop +Source0: https://github.com/intel/%{name}/archive/refs/tags/v%{version}.tar.gz +BuildRequires: autoconf +BuildRequires: automake BuildRequires: check-devel BuildRequires: libnuma-devel +BuildRequires: libtool BuildRequires: ncurses-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: x86_64 ppc64le @@ -41,9 +44,10 @@ (microcode must be 0x618+ or 0x70c+). Kernel 3.9 or higher is required. %prep -%setup -q -n %{name}-v%{version} +%setup -q -n %{name}-%{version} %build +autoreconf -i %configure # there seems to be wrong order of libnumatop.la and $(NCURSES_LIBS) in Makefile.am make %{?_smp_mflags} LDFLAGS="-lncursesw -lncurses"
