forked from pool/cpu-x
Accepting request 963089 from home:buschmann23:branches:utilities
- Update to version 4.3.0 * Add Compute Unit in Graphics Tab (require OpenCL) * Add Resizable BAR in Graphics tab * Update databases * Rename from "Ext. Family/Model" to "Disp. Family/Model" * Display a warning for unsupported CPUs * Patch dmidecode to version 3.3.024b0fb4 * Fix build with musl libc * Limit number of characters for labels in Graphics tab (GTK GUI) * Allow to translate settings (GTK GUI) - Add pkgconfig(OpenCL) to the BuildRequires - Add opencl-headers to the BuildRequires to fix build on openSUSE Leap 15.3 OBS-URL: https://build.opensuse.org/request/show/963089 OBS-URL: https://build.opensuse.org/package/show/utilities/cpu-x?expand=0&rev=11
This commit is contained in:
BIN
CPU-X-4.2.0.tar.gz
(Stored with Git LFS)
BIN
CPU-X-4.2.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
CPU-X-4.3.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
CPU-X-4.3.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 19 20:40:06 UTC 2022 - Matthias Fehring <buschmann23@opensuse.org>
|
||||
|
||||
- Add opencl-headers to the BuildRequires to fix build on
|
||||
openSUSE Leap 15.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 19 20:24:58 UTC 2022 - Matthias Fehring <buschmann23@opensuse.org>
|
||||
|
||||
- Update to version 4.3.0
|
||||
* Add Compute Unit in Graphics Tab (require OpenCL)
|
||||
* Add Resizable BAR in Graphics tab
|
||||
* Update databases
|
||||
* Rename from "Ext. Family/Model" to "Disp. Family/Model"
|
||||
* Display a warning for unsupported CPUs
|
||||
* Patch dmidecode to version 3.3.024b0fb4
|
||||
* Fix build with musl libc
|
||||
* Limit number of characters for labels in Graphics tab (GTK GUI)
|
||||
* Allow to translate settings (GTK GUI)
|
||||
- Add pkgconfig(OpenCL) to the BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 30 15:40:59 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cpu-x
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define src_name CPU-X-%version
|
||||
Name: cpu-x
|
||||
Version: 4.2.0
|
||||
Version: 4.3.0
|
||||
Release: 0
|
||||
Summary: Hardware overview utility
|
||||
License: GPL-3.0-or-later
|
||||
@@ -31,6 +31,8 @@ BuildRequires: gettext-tools
|
||||
%ifarch %ix86 x86_64
|
||||
BuildRequires: nasm
|
||||
%endif
|
||||
BuildRequires: opencl-headers
|
||||
BuildRequires: pkgconfig(OpenCL)
|
||||
BuildRequires: pkgconfig(glfw3)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0
|
||||
BuildRequires: pkgconfig(libcpuid) >= 0.5.0
|
||||
|
Reference in New Issue
Block a user