Accepting request 782855 from utilities
- Update to release 20200211 OBS-URL: https://build.opensuse.org/request/show/782855 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpuid?expand=0&rev=9
This commit is contained in:
BIN
cpuid-20200116.src.tar.gz
(Stored with Git LFS)
BIN
cpuid-20200116.src.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
cpuid-20200211.src.tar.gz
(Stored with Git LFS)
Normal file
BIN
cpuid-20200211.src.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 6 08:24:45 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- 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 <josef.moellers@suse.com>
|
Fri Jan 17 13:06:18 UTC 2020 - Josef Möllers <josef.moellers@suse.com>
|
||||||
|
|
||||||
|
14
cpuid.spec
14
cpuid.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cpuid
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,15 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cpuid
|
Name: cpuid
|
||||||
Version: 20200116
|
Version: 20200211
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: x86 CPU identification tool
|
Summary: x86 CPU identification tool
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/Management
|
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
|
Source: http://etallen.com/cpuid/%name-%version.src.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@@ -42,8 +41,7 @@ Cyrix CPUs, and is fairly complete.
|
|||||||
%build
|
%build
|
||||||
# remove -Werror=format-security which is used on Mandriva, as it produces
|
# remove -Werror=format-security which is used on Mandriva, as it produces
|
||||||
# a false positive compiler error on several printf calls:
|
# 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"
|
make CFLAGS="$CFLAGS"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@@ -52,8 +50,8 @@ install -pm0755 cpuid cpuinfo2cpuid "%buildroot/%_bindir/"
|
|||||||
install -pm0644 cpuid.man "%buildroot/%_mandir/man1/cpuid.1"
|
install -pm0644 cpuid.man "%buildroot/%_mandir/man1/cpuid.1"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%doc ChangeLog
|
||||||
%doc ChangeLog FUTURE LICENSE
|
%license LICENSE
|
||||||
%_bindir/cpu*
|
%_bindir/cpu*
|
||||||
%_mandir/man1/cpuid.1*
|
%_mandir/man1/cpuid.1*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user