Accepting request 963098 from utilities
OBS-URL: https://build.opensuse.org/request/show/963098 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpu-x?expand=0&rev=4
This commit is contained in:
commit
26fe933b17
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3bd8aabe98273012adc6fa25f31cf0f631f0a34c2ec39392fb5f6885551cee1f
|
||||
size 1766330
|
3
CPU-X-4.3.0.tar.gz
Normal file
3
CPU-X-4.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ad7a8ac2d6c687a38a895fbbfbf2de690311676ac374d5857588bb983839433
|
||||
size 1839083
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user