Hello community, here is the log from the commit of package x86info for openSUSE:Factory checked in at 2017-07-21 22:48:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/x86info (Old) and /work/SRC/openSUSE:Factory/.x86info.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "x86info" Fri Jul 21 22:48:53 2017 rev:24 rq:511365 version:1.30 Changes: -------- --- /work/SRC/openSUSE:Factory/x86info/x86info.changes 2015-09-11 09:04:43.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.x86info.new/x86info.changes 2017-07-21 22:49:02.355775154 +0200 @@ -1,0 +2,18 @@ +Tue Jul 18 09:17:08 UTC 2017 - [email protected] + +- Update to HEAD (9501749231164135db25c72cbeb42bf32af1519b) + * Make it possible to statically link with libpci. + * Add another Nehalem variant + * Add exact steppings and complete list of all bloomfield cores. + * add Knights Mill Xeon Phi. + * - Add PREFETCHW instruction flag. + - Add Hardware Duty Cycling flag. + - Add HW-controlled performance states (HWP) flags. + * Add 0x64, 0xa0, 0xc3 and 0xc4 into DTLB_cache_table[]. + * - Add Atom E3500. + - Add Atom X3-C3000 [Silvermont]. + * Add NetBSD support. Note that NetBSD has not API to access MSR register from userland. + * handle null EBDA pointer. + * handle failure from enumerate_cpus + +------------------------------------------------------------------- Old: ---- x86info-1.30.tgz New: ---- _service _servicedata x86info-1.30.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ x86info.spec ++++++ --- /var/tmp/diff_new_pack.47uUH4/_old 2017-07-21 22:49:02.935693349 +0200 +++ /var/tmp/diff_new_pack.47uUH4/_new 2017-07-21 22:49:02.935693349 +0200 @@ -1,7 +1,7 @@ # # spec file for package x86info # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ License: GPL-2.0 Group: System/Monitoring Url: http://www.codemonkey.org.uk/projects/x86info/ -Source: http://codemonkey.org.uk/projects/x86info/x86info-%{version}.tgz +Source: %{name}-%{version}.tar.xz BuildRequires: pciutils-devel BuildRequires: python BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -39,7 +39,8 @@ %setup -q %build -make CFLAGS="%{optflags}" %{?_smp_mflags} +make CFLAGS="%{optflags} -Iinclude" %{?_smp_mflags} +make CFLAGS="%{optflags} -I. -I../include" %{?_smp_mflags} -C lsmsr %install mkdir -p %{buildroot}%{_prefix}/bin @@ -48,8 +49,8 @@ mkdir -p %{buildroot}%{_mandir}/man8 install -m 755 x86info %{buildroot}%{_prefix}/bin install -m 644 x86info.1 %{buildroot}%{_mandir}/man1 -install -m 755 lsmsr %{buildroot}%{_prefix}/sbin -install -m 644 lsmsr.8 %{buildroot}%{_mandir}/man8 +install -m 755 lsmsr/lsmsr %{buildroot}%{_prefix}/sbin +install -m 644 lsmsr/lsmsr.8 %{buildroot}%{_mandir}/man8 %files %defattr(-, root, root) ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://github.com/kernelslacker/x86info.git</param> <param name="subdir"></param> <param name="filename">x86info</param> <param name="versionformat">1.30</param> <param name="changesgenerate">enable</param> <param name="revision">9501749231164135db25c72cbeb42bf32af1519b</param> </service> <service name="recompress" mode="disabled"> <param name="file">x86info-*.tar</param> <param name="compression">xz</param> </service> <service name="set_version" mode="disabled"/> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/kernelslacker/x86info.git</param> <param name="changesrevision">9501749231164135db25c72cbeb42bf32af1519b</param></service></servicedata>
