From 37b6b79b5935f941a2c827f885aed6e2e69284c9382152f541e3c8b4d6a3ca43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 9 Jul 2015 06:55:11 +0000 Subject: [PATCH] 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 --- cpuid-20130610.src.tar.gz | 3 --- cpuid-20150606.src.tar.gz | 3 +++ cpuid.changes | 9 +++++++++ cpuid.spec | 7 ++++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 cpuid-20130610.src.tar.gz create mode 100644 cpuid-20150606.src.tar.gz diff --git a/cpuid-20130610.src.tar.gz b/cpuid-20130610.src.tar.gz deleted file mode 100644 index d2916d9..0000000 --- a/cpuid-20130610.src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f87e835a83e69013eee09eded0e9c5ac0ea5819d569d3b79680cab2b5ea770f4 -size 65801 diff --git a/cpuid-20150606.src.tar.gz b/cpuid-20150606.src.tar.gz new file mode 100644 index 0000000..cd44190 --- /dev/null +++ b/cpuid-20150606.src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7607e81e62e4901180d9e2f48fe407033211c3fb300d758a210f746ef518c4e +size 71882 diff --git a/cpuid.changes b/cpuid.changes index e0b9665..e4cc457 100644 --- a/cpuid.changes +++ b/cpuid.changes @@ -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 diff --git a/cpuid.spec b/cpuid.spec index 82306a9..bffff75 100644 --- a/cpuid.spec +++ b/cpuid.spec @@ -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