Accepting request 315563 from home:jengelh:branches:utilities
- Update to new upstream release 20150606 OBS-URL: https://build.opensuse.org/request/show/315563 OBS-URL: https://build.opensuse.org/package/show/utilities/cpuid?expand=0&rev=5
This commit is contained in:
parent
bc8fdc12be
commit
37b6b79b59
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f87e835a83e69013eee09eded0e9c5ac0ea5819d569d3b79680cab2b5ea770f4
|
||||
size 65801
|
3
cpuid-20150606.src.tar.gz
Normal file
3
cpuid-20150606.src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7607e81e62e4901180d9e2f48fe407033211c3fb300d758a210f746ef518c4e
|
||||
size 71882
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 9 16:25:47 UTC 2015 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 20150606
|
||||
* Support for several leaf updates, including information on
|
||||
XSAVEC, XGETBV, and XSAVES/XRSTORS instructions. Decoding for
|
||||
more Haswell processors, Broadwell, Cherry Trail, and Avoton.
|
||||
- %doc is already implicit for manpages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 10:33:26 UTC 2013 - jengelh@inai.de
|
||||
|
||||
|
@ -18,9 +18,9 @@
|
||||
|
||||
|
||||
Name: cpuid
|
||||
Version: 20130610
|
||||
Version: 20150606
|
||||
Release: 0
|
||||
Summary: X86 CPU Identification Tool
|
||||
Summary: x86 CPU identification tool
|
||||
License: GPL-2.0+
|
||||
Group: System/Management
|
||||
Url: http://etallen.com/cpuid.html
|
||||
@ -30,6 +30,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gcc
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: make
|
||||
ExclusiveArch: %ix86 x86_64
|
||||
|
||||
%description
|
||||
cpuid executes the CPUID instruction on x86-family CPUs and decodes
|
||||
@ -54,6 +55,6 @@ CFLAGS=$(echo "%{optflags} -Wall"| %__sed 's/-Werror=format-security//g')
|
||||
%defattr(-,root,root)
|
||||
%doc ChangeLog FUTURE LICENSE
|
||||
%{_bindir}/cpuid
|
||||
%doc %{_mandir}/man1/cpuid.1*
|
||||
%{_mandir}/man1/cpuid.1*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user