From 65bd5eb92847269dacb1a69d1c28ab99273288609d42803e16cec1993097b94e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 6 Mar 2020 08:31:52 +0000 Subject: [PATCH] - Update to release 20200211 OBS-URL: https://build.opensuse.org/package/show/utilities/cpuid?expand=0&rev=26 --- cpuid-20200116.src.tar.gz | 3 --- cpuid-20200211.src.tar.gz | 3 +++ cpuid.changes | 8 ++++++++ cpuid.spec | 14 ++++++-------- 4 files changed, 17 insertions(+), 11 deletions(-) delete mode 100644 cpuid-20200116.src.tar.gz create mode 100644 cpuid-20200211.src.tar.gz diff --git a/cpuid-20200116.src.tar.gz b/cpuid-20200116.src.tar.gz deleted file mode 100644 index e5185d6..0000000 --- a/cpuid-20200116.src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ad8966484bc23dbdd8c0f25721daf3d879961f73ec8b90c356648e37924b1bf -size 94906 diff --git a/cpuid-20200211.src.tar.gz b/cpuid-20200211.src.tar.gz new file mode 100644 index 0000000..dcf9dfe --- /dev/null +++ b/cpuid-20200211.src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a570ca23ce5543fb6974abcbbde0261ea7dbfea40f4e7335b4870274315e521b +size 114939 diff --git a/cpuid.changes b/cpuid.changes index 8c7efe1..eaa6b6d 100644 --- a/cpuid.changes +++ b/cpuid.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Mar 6 08:24:45 UTC 2020 - Jan Engelhardt + +- Update to release 20200211 + * Zhaoxin decoding + * Name enhancements for models from AMD, VIA, Intel, NSC + * Added SEV cpuid bit. + ------------------------------------------------------------------- Fri Jan 17 13:06:18 UTC 2020 - Josef Möllers diff --git a/cpuid.spec b/cpuid.spec index 9d43928..6d4b7f1 100644 --- a/cpuid.spec +++ b/cpuid.spec @@ -1,7 +1,7 @@ # # spec file for package cpuid # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,14 @@ Name: cpuid -Version: 20200116 +Version: 20200211 Release: 0 Summary: x86 CPU identification tool License: GPL-2.0-or-later 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 BuildRequires: gcc BuildRequires: glibc-devel BuildRequires: make @@ -42,8 +41,7 @@ Cyrix CPUs, and is fairly complete. %build # remove -Werror=format-security which is used on Mandriva, as it produces # a false positive compiler error on several printf calls: -CFLAGS=$(echo "%optflags -Wall"| sed 's/-Werror=format-security//g') - +CFLAGS=$(echo "%optflags -Wall" | sed 's/-Werror=format-security//g') make CFLAGS="$CFLAGS" %install @@ -52,8 +50,8 @@ install -pm0755 cpuid cpuinfo2cpuid "%buildroot/%_bindir/" install -pm0644 cpuid.man "%buildroot/%_mandir/man1/cpuid.1" %files -%defattr(-,root,root) -%doc ChangeLog FUTURE LICENSE +%doc ChangeLog +%license LICENSE %_bindir/cpu* %_mandir/man1/cpuid.1*