From 6a4d70ff1206b28e3b7634da1b8713cb6881c0a6fb866368a444c2592b0b757a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 26 Aug 2022 21:47:01 +0000 Subject: [PATCH 1/2] Accepting request 999452 from home:iznogood:branches:utilities - Update to version 4.3.1: * Fix CPU usage in System tab when theme is Auto * Fix a crash when libpci is upgraded and CPU-X is not rebuild against the new shared library OBS-URL: https://build.opensuse.org/request/show/999452 OBS-URL: https://build.opensuse.org/package/show/utilities/cpu-x?expand=0&rev=17 --- CPU-X-4.3.0.tar.gz | 3 --- CPU-X-4.3.1.tar.gz | 3 +++ cpu-x.changes | 8 ++++++++ cpu-x.spec | 7 +++++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 CPU-X-4.3.0.tar.gz create mode 100644 CPU-X-4.3.1.tar.gz diff --git a/CPU-X-4.3.0.tar.gz b/CPU-X-4.3.0.tar.gz deleted file mode 100644 index 8a9c196..0000000 --- a/CPU-X-4.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ad7a8ac2d6c687a38a895fbbfbf2de690311676ac374d5857588bb983839433 -size 1839083 diff --git a/CPU-X-4.3.1.tar.gz b/CPU-X-4.3.1.tar.gz new file mode 100644 index 0000000..c2906d3 --- /dev/null +++ b/CPU-X-4.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b38402ebaed792711478a0846b092a2b1e9894941c0b8823cf65936ea182d03 +size 1846968 diff --git a/cpu-x.changes b/cpu-x.changes index b59df35..05779a1 100644 --- a/cpu-x.changes +++ b/cpu-x.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Aug 25 22:24:56 UTC 2022 - Bjørn Lie + +- Update to version 4.3.1: + * Fix CPU usage in System tab when theme is Auto + * Fix a crash when libpci is upgraded and CPU-X is not rebuild + against the new shared library + ------------------------------------------------------------------- Mon Apr 18 12:45:13 UTC 2022 - Manfred Hollstein diff --git a/cpu-x.spec b/cpu-x.spec index 7c299b2..a3a30be 100644 --- a/cpu-x.spec +++ b/cpu-x.spec @@ -18,7 +18,7 @@ %define src_name CPU-X-%version Name: cpu-x -Version: 4.3.0 +Version: 4.3.1 Release: 0 Summary: Hardware overview utility License: GPL-3.0-or-later @@ -39,7 +39,10 @@ BuildRequires: pkgconfig(libcpuid) >= 0.5.0 BuildRequires: pkgconfig(libpci) BuildRequires: pkgconfig(libprocps) BuildRequires: pkgconfig(ncursesw) -Provides: bundled(dmidecode) = 3.3.20201210 +# https://github.com/X0rg/CPU-X/issues/105 +Provides: bundled(bandwidth) = 1.5.1 +Provides: bundled(dmidecode) = 3.3.024b0fb4 + %description CPU-X is a software that gathers information about CPU, motherboard From 127ca0ae893026dd558f8054010247e4389e2b507b5990b4466473f8de64bef1 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 26 Aug 2022 22:08:39 +0000 Subject: [PATCH 2/2] provide accurate dmidecode bundled version (from README.md, as indicated by the ticket) OBS-URL: https://build.opensuse.org/package/show/utilities/cpu-x?expand=0&rev=18 --- cpu-x.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpu-x.spec b/cpu-x.spec index a3a30be..12a4f15 100644 --- a/cpu-x.spec +++ b/cpu-x.spec @@ -41,8 +41,7 @@ BuildRequires: pkgconfig(libprocps) BuildRequires: pkgconfig(ncursesw) # https://github.com/X0rg/CPU-X/issues/105 Provides: bundled(bandwidth) = 1.5.1 -Provides: bundled(dmidecode) = 3.3.024b0fb4 - +Provides: bundled(dmidecode) = 3.4.20220719.ga1a2258 %description CPU-X is a software that gathers information about CPU, motherboard