Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cpu-x for openSUSE:Factory checked in at 2021-07-01 07:05:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cpu-x (Old) and /work/SRC/openSUSE:Factory/.cpu-x.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cpu-x" Thu Jul 1 07:05:50 2021 rev:3 rq:903268 version:4.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cpu-x/cpu-x.changes 2020-10-13 15:44:24.269417563 +0200 +++ /work/SRC/openSUSE:Factory/.cpu-x.new.2625/cpu-x.changes 2021-07-01 07:06:15.787182428 +0200 @@ -1,0 +2,26 @@ +Wed Jun 30 15:40:59 UTC 2021 - Ferdinand Thiessen <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- v4.0.1.tar.gz New: ---- CPU-X-4.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpu-x.spec ++++++ --- /var/tmp/diff_new_pack.mBELra/_old 2021-07-01 07:06:16.179179366 +0200 +++ /var/tmp/diff_new_pack.mBELra/_new 2021-07-01 07:06:16.183179334 +0200 @@ -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 @@ Shell completion definitions from %name for %name. %lang_package + %prep -%autosetup -p1 -n CPU-X-%version +%autosetup -p1 -n %src_name %build %cmake
