Accepting request 903267 from home:susnux:branches:utilities
Update to version 4.2.0 OBS-URL: https://build.opensuse.org/request/show/903267 OBS-URL: https://build.opensuse.org/package/show/utilities/cpu-x?expand=0&rev=10
This commit is contained in:
parent
7ab8f5e9e6
commit
f6ebb7018b
3
CPU-X-4.2.0.tar.gz
Normal file
3
CPU-X-4.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3bd8aabe98273012adc6fa25f31cf0f631f0a34c2ec39392fb5f6885551cee1f
|
||||||
|
size 1766330
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 30 15:40:59 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
- Update to version 4.2.0
|
||||||
|
* Remove support for libcpuid before v0.5.0
|
||||||
|
* Add glfw dependency for UMD
|
||||||
|
* Add new option --cpuid-decimal to display CPUID values in decimal
|
||||||
|
* Add User Mode Driver (UMD) to Graphics Tab
|
||||||
|
* Add GPU DeviceID:RevisonID in Graphics tab
|
||||||
|
* Add PCIe link speed/width in Graphics tab
|
||||||
|
* Add CPUX_ARGS environment variable to set default command line
|
||||||
|
* Add alternative key mapping for NCurses mode (option --keymap)
|
||||||
|
* Add debug mode (option --debug)
|
||||||
|
* Add screen reader accessibility on GUI
|
||||||
|
* Add Core Voltage, Power Avg and Memory Used in Graphics tab
|
||||||
|
(AMDGPU only)
|
||||||
|
* Add a dropdown list in Graphics tab to choose graphic card to monitor
|
||||||
|
* Reduce the GPU clock precision in Graphics tab
|
||||||
|
* Update CPU databasesSupport more GPU in Graphics tab
|
||||||
|
* Change bars color in System tab in GTK GUI when Dark theme is used
|
||||||
|
* Ignore batteries voltage when searching CPU voltage
|
||||||
|
* Fix for --issue-fmt
|
||||||
|
* Fix overflow caused by some translations
|
||||||
|
* Fix list of influenceable environment variables in help
|
||||||
|
* Fix screen flickering in NCurses TUI
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 13 10:48:54 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Tue Oct 13 10:48:54 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
15
cpu-x.spec
15
cpu-x.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cpu-x
|
# spec file for package cpu-x
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 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
|
||||||
@ -16,26 +16,28 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define src_name CPU-X-%version
|
||||||
Name: cpu-x
|
Name: cpu-x
|
||||||
Version: 4.0.1
|
Version: 4.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Hardware overview utility
|
Summary: Hardware overview utility
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
URL: https://github.com/X0rg/CPU-X/
|
URL: https://github.com/X0rg/CPU-X/
|
||||||
Source: https://github.com/X0rg/CPU-X/archive/v%version.tar.gz
|
Source: %url/archive/refs/tags/v%version.tar.gz#/%src_name.tar.gz
|
||||||
Patch1: no-no-pie.patch
|
Patch1: no-no-pie.patch
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gettext-tools
|
BuildRequires: gettext-tools
|
||||||
%ifarch %ix86 x86_64
|
%ifarch %ix86 x86_64
|
||||||
BuildRequires: nasm
|
BuildRequires: nasm
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: pkgconfig(glfw3)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0
|
||||||
BuildRequires: pkgconfig(libcpuid) >= 0.4.0
|
BuildRequires: pkgconfig(libcpuid) >= 0.5.0
|
||||||
BuildRequires: pkgconfig(libpci)
|
BuildRequires: pkgconfig(libpci)
|
||||||
BuildRequires: pkgconfig(libprocps)
|
BuildRequires: pkgconfig(libprocps)
|
||||||
BuildRequires: pkgconfig(ncursesw)
|
BuildRequires: pkgconfig(ncursesw)
|
||||||
Provides: bundled(dmidecode) = 3.2.20200417
|
Provides: bundled(dmidecode) = 3.3.20201210
|
||||||
|
|
||||||
%description
|
%description
|
||||||
CPU-X is a software that gathers information about CPU, motherboard
|
CPU-X is a software that gathers information about CPU, motherboard
|
||||||
@ -71,8 +73,9 @@ BuildArch: noarch
|
|||||||
Shell completion definitions from %name for %name.
|
Shell completion definitions from %name for %name.
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n CPU-X-%version
|
%autosetup -p1 -n %src_name
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c41fbb3000e3e6f79e5228aa0237fde4f98b11df8ccb4c9a46f7e63a4a7011bf
|
|
||||||
size 1719474
|
|
Loading…
Reference in New Issue
Block a user