From f6ebb7018bd322ca14e95427fc32afd3acc1148d3977288f54026cbcf109dcb9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 30 Jun 2021 16:03:00 +0000 Subject: [PATCH] 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 --- CPU-X-4.2.0.tar.gz | 3 +++ cpu-x.changes | 26 ++++++++++++++++++++++++++ cpu-x.spec | 15 +++++++++------ v4.0.1.tar.gz | 3 --- 4 files changed, 38 insertions(+), 9 deletions(-) create mode 100644 CPU-X-4.2.0.tar.gz delete mode 100644 v4.0.1.tar.gz diff --git a/CPU-X-4.2.0.tar.gz b/CPU-X-4.2.0.tar.gz new file mode 100644 index 0000000..91b8a87 --- /dev/null +++ b/CPU-X-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd8aabe98273012adc6fa25f31cf0f631f0a34c2ec39392fb5f6885551cee1f +size 1766330 diff --git a/cpu-x.changes b/cpu-x.changes index 8745576..1b2f69c 100644 --- a/cpu-x.changes +++ b/cpu-x.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Jun 30 15:40:59 UTC 2021 - Ferdinand Thiessen + +- 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 diff --git a/cpu-x.spec b/cpu-x.spec index 959e579..ebfeff3 100644 --- a/cpu-x.spec +++ b/cpu-x.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -16,26 +16,28 @@ # +%define src_name CPU-X-%version Name: cpu-x -Version: 4.0.1 +Version: 4.2.0 Release: 0 Summary: Hardware overview utility License: GPL-3.0-or-later Group: System/X11/Utilities 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 BuildRequires: cmake BuildRequires: gettext-tools %ifarch %ix86 x86_64 BuildRequires: nasm %endif +BuildRequires: pkgconfig(glfw3) 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(libprocps) BuildRequires: pkgconfig(ncursesw) -Provides: bundled(dmidecode) = 3.2.20200417 +Provides: bundled(dmidecode) = 3.3.20201210 %description CPU-X is a software that gathers information about CPU, motherboard @@ -71,8 +73,9 @@ BuildArch: noarch Shell completion definitions from %name for %name. %lang_package + %prep -%autosetup -p1 -n CPU-X-%version +%autosetup -p1 -n %src_name %build %cmake diff --git a/v4.0.1.tar.gz b/v4.0.1.tar.gz deleted file mode 100644 index c3abd55..0000000 --- a/v4.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c41fbb3000e3e6f79e5228aa0237fde4f98b11df8ccb4c9a46f7e63a4a7011bf -size 1719474