From 4c97a4646f5ffe66e6332c2a147c4775bd3d82bb6ec77a95cccc99722b42e089 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 30 Aug 2016 09:09:03 +0000 Subject: [PATCH] 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