Hello community,

here is the log from the commit of package numatop for openSUSE:Factory checked 
in at 2018-12-07 14:35:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/numatop (Old)
 and      /work/SRC/openSUSE:Factory/.numatop.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "numatop"

Fri Dec  7 14:35:39 2018 rev:7 rq:655687 version:2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/numatop/numatop.changes  2018-11-29 
23:00:29.815499278 +0100
+++ /work/SRC/openSUSE:Factory/.numatop.new.19453/numatop.changes       
2018-12-07 14:35:44.347045971 +0100
@@ -1,0 +2,7 @@
+Mon Dec  3 11:35:49 UTC 2018 - Vlastimil Babka <[email protected]>
+
+- update to version 2.1
+  * Add ppc64le support
+  * New autotools-based build system
+
+-------------------------------------------------------------------

Old:
----
  numatop-ncursesw.patch
  numatop_linux_1.0.4.tar.gz

New:
----
  numatop-v2.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ numatop.spec ++++++
--- /var/tmp/diff_new_pack.ZBi4jO/_old  2018-12-07 14:35:46.751042992 +0100
+++ /var/tmp/diff_new_pack.ZBi4jO/_new  2018-12-07 14:35:46.755042986 +0100
@@ -17,18 +17,18 @@
 
 
 Name:           numatop
-Version:        1.0.4
+Version:        2.1
 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://01.org/sites/default/files/%{name}_linux_%{version}.tar.gz
+Source0:        
https://github.com/intel/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.xz
+BuildRequires:  check-devel
 BuildRequires:  libnuma-devel
-BuildRequires:  pkgconfig(ncursesw)
+BuildRequires:  ncurses-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch:  x86_64
-Patch0:         numatop-ncursesw.patch
+ExclusiveArch:  x86_64 ppc64le
 
 %description
 NumaTOP is an observation tool for runtime memory locality characterization
@@ -41,21 +41,15 @@
 (microcode must be 0x618+ or 0x70c+). Kernel 3.9 or higher is required.
 
 %prep
-%setup -q -n %{name}
-%patch0 -p1
+%setup -q -n %{name}-v%{version}
 
 %build
-export CFLAGS="%{optflags}"
-make %{?_smp_mflags}
+%configure
+# there seems to be wrong order of libnumatop.la and $(NCURSES_LIBS) in 
Makefile.am
+make %{?_smp_mflags} LDFLAGS="-lncursesw -lncurses"
 
 %install
-mkdir -p %{buildroot}/%{_bindir}
-mkdir -p %{buildroot}/%{_mandir}/man8
-make \
-  %{?_smp_mflags} \
-  PREFIXDIR=%{buildroot}%{_prefix} \
-  MANDIR=%{buildroot}/%{_mandir}/man8 \
-  install
+%make_install
 
 %files
 %defattr(-,root,root)


Reply via email to