From 4c97a4646f5ffe66e6332c2a147c4775bd3d82bb6ec77a95cccc99722b42e089 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 30 Aug 2016 09:09:03 +0000 Subject: [PATCH 1/3] cpuid-20160814 OBS-URL: https://build.opensuse.org/package/show/utilities/cpuid?expand=0&rev=9 --- cpuid-20151017.src.tar.gz | 3 --- cpuid-20160814.src.tar.gz | 3 +++ cpuid.changes | 16 ++++++++++++++++ cpuid.spec | 10 +++++----- 4 files changed, 24 insertions(+), 8 deletions(-) delete mode 100644 cpuid-20151017.src.tar.gz create mode 100644 cpuid-20160814.src.tar.gz diff --git a/cpuid-20151017.src.tar.gz b/cpuid-20151017.src.tar.gz deleted file mode 100644 index 7850249..0000000 --- a/cpuid-20151017.src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34d35ddd7dab7c9f8b071b7b318d4f99fe112caaa28b6c8571e2ecdaa855db78 -size 72787 diff --git a/cpuid-20160814.src.tar.gz b/cpuid-20160814.src.tar.gz new file mode 100644 index 0000000..72bc064 --- /dev/null +++ b/cpuid-20160814.src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4e2b2d88f417ae32f47a92d29351de395a36578fde8aedc228e2e131f38ecd +size 77160 diff --git a/cpuid.changes b/cpuid.changes index 46fb242..f49146e 100644 --- a/cpuid.changes +++ b/cpuid.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Aug 30 08:57:28 UTC 2016 - jengelh@inai.de + +- Update to new upstream release 20160814 + * cpuinfo2cpuid: Added a script that takes input from a /proc/cpuinfo + file and converts it into suitable input to cpuid. The information + that cpuid is capable of producing based on this very limited input + information is slight, but apparently there is interest in getting the + synthesized (synth) leaf from this. +* Support SGX, MPX, BNDLDX/BNDSTX, RDPID, and IA32_XSS PT state. +* Add information for Skylake, Broadwell, Broadwell-E and -EX + processors, Atom C2000 (Avoton) with A0/A1 steppings, Atom + Z3n00 (Bay Trail) stepping 1, Xeon D-1500 (Broadwell-DE) V2 + stepping, corrected Atom Z8000 (Cherry Trail), added Atom S1200 + (Centerton) and VIA Eden. + ------------------------------------------------------------------- Sat Nov 7 11:37:43 UTC 2015 - jengelh@inai.de diff --git a/cpuid.spec b/cpuid.spec index aca87bd..8f358d3 100644 --- a/cpuid.spec +++ b/cpuid.spec @@ -2,7 +2,7 @@ # # spec file for package cpuid # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -18,19 +18,19 @@ Name: cpuid -Version: 20151017 +Version: 20160814 Release: 0 Summary: x86 CPU identification tool License: GPL-2.0+ Group: System/Management -URL: http://etallen.com/cpuid.html +Url: http://etallen.com/cpuid.html Source: http://etallen.com/cpuid/%name-%version.src.tar.gz -BuildRoot: %_tmppath/%name-%version-build +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc BuildRequires: glibc-devel BuildRequires: make -Exclusivearch: %ix86 x86_64 +ExclusiveArch: %ix86 x86_64 %description cpuid executes the CPUID instruction on x86-family CPUs and decodes From 7cbf024f03198af7ed7868d1fd1bf734a1fdf5998b766b47dc1491ec77d3c183 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 30 Aug 2016 09:13:35 +0000 Subject: [PATCH 2/3] * cpuinfo2cpuid: Added a script that takes input from a /proc/cpuinfo file and converts it into suitable input to cpuid. The information that cpuid is capable of producing based on this very limited input information is slight, but apparently there is interest in getting the synthesized (synth) leaf from this. OBS-URL: https://build.opensuse.org/package/show/utilities/cpuid?expand=0&rev=10 --- cpuid.changes | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/cpuid.changes b/cpuid.changes index f49146e..ca9a66d 100644 --- a/cpuid.changes +++ b/cpuid.changes @@ -2,11 +2,12 @@ Tue Aug 30 08:57:28 UTC 2016 - jengelh@inai.de - Update to new upstream release 20160814 - * cpuinfo2cpuid: Added a script that takes input from a /proc/cpuinfo - file and converts it into suitable input to cpuid. The information - that cpuid is capable of producing based on this very limited input - information is slight, but apparently there is interest in getting the - synthesized (synth) leaf from this. +* cpuinfo2cpuid: Added a script that takes input from a + /proc/cpuinfo file and converts it into suitable input to + cpuid. The information that cpuid is capable of producing based + on this very limited input information is slight, but + apparently there is interest in getting the synthesized (synth) + leaf from this. * Support SGX, MPX, BNDLDX/BNDSTX, RDPID, and IA32_XSS PT state. * Add information for Skylake, Broadwell, Broadwell-E and -EX processors, Atom C2000 (Avoton) with A0/A1 steppings, Atom From 897bf6920722449d9d8aa2a07eaa19f07536209fea239639e892df6b30db319b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 30 Aug 2016 10:30:27 +0000 Subject: [PATCH 3/3] ship cpuinfo2cpuid OBS-URL: https://build.opensuse.org/package/show/utilities/cpuid?expand=0&rev=11 --- cpuid.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cpuid.spec b/cpuid.spec index 8f358d3..93f8b8b 100644 --- a/cpuid.spec +++ b/cpuid.spec @@ -48,13 +48,14 @@ CFLAGS=$(echo "%optflags -Wall"| sed 's/-Werror=format-security//g') make CFLAGS="$CFLAGS" %install -install -Dm 0755 cpuid "%buildroot/%_bindir/cpuid" -install -Dm 0644 cpuid.man "%buildroot/%_mandir/man1/cpuid.1" +mkdir -p "%buildroot/%_bindir" "%buildroot/%_mandir/man1" +install -pm0755 cpuid cpuinfo2cpuid "%buildroot/%_bindir/" +install -pm0644 cpuid.man "%buildroot/%_mandir/man1/cpuid.1" %files %defattr(-,root,root) %doc ChangeLog FUTURE LICENSE -%_bindir/cpuid +%_bindir/cpu* %_mandir/man1/cpuid.1* %changelog