forked from pool/cpuid
cpuid-20160814
OBS-URL: https://build.opensuse.org/package/show/utilities/cpuid?expand=0&rev=9
This commit is contained in:
parent
e67316c4a2
commit
4c97a4646f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34d35ddd7dab7c9f8b071b7b318d4f99fe112caaa28b6c8571e2ecdaa855db78
|
||||
size 72787
|
3
cpuid-20160814.src.tar.gz
Normal file
3
cpuid-20160814.src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd4e2b2d88f417ae32f47a92d29351de395a36578fde8aedc228e2e131f38ecd
|
||||
size 77160
|
@ -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
|
||||
|
||||
|
10
cpuid.spec
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user