SHA256
1
0
forked from pool/cpu-x

Accepting request 1170708 from utilities

- Update to release 5.0.4

OBS-URL: https://build.opensuse.org/request/show/1170708
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpu-x?expand=0&rev=15
This commit is contained in:
2024-04-29 15:57:59 +00:00
committed by Git OBS Bridge
5 changed files with 23 additions and 7 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Apr 28 17:02:32 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
- Update to release 5.0.4
- Changed
* Update databases (more CPU packages, Intel Meteor Lake-H,
Intel Emerald Rapids-SP)
* Patch dmidecode to version 3.6
- Fixed
* Do not display unavailable DMI fields in Memory tab (#322)
- added %check section to run unit tests
-------------------------------------------------------------------
Mon Jan 15 09:42:42 UTC 2024 - pallaswept <pallaswept@proton.me>

View File

@@ -18,7 +18,7 @@
%define src_name CPU-X-%version
Name: cpu-x
Version: 5.0.3
Version: 5.0.4
Release: 0
Summary: Hardware overview utility
License: GPL-3.0-or-later
@@ -100,6 +100,9 @@ export CC=gcc-12 CXX=g++-12
rm -Rf "%buildroot/%_datadir/polkit-1"
%find_lang %name
%check
for dir in awk grep ; do pushd tests/$dir && ./test_regex.sh && popd ; done
%files
%_bindir/cpu-x
%_libexecdir/cpu-x*

View File

@@ -8,10 +8,10 @@ Why is this flag even here...
CMakeLists.txt | 1 -
1 file changed, 1 deletion(-)
Index: CPU-X-5.0.3/CMakeLists.txt
Index: CPU-X-5.0.4/CMakeLists.txt
===================================================================
--- CPU-X-5.0.3.orig/CMakeLists.txt
+++ CPU-X-5.0.3/CMakeLists.txt
--- CPU-X-5.0.4.orig/CMakeLists.txt
+++ CPU-X-5.0.4/CMakeLists.txt
@@ -47,7 +47,6 @@ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_E
include(CheckCCompilerFlag)
check_c_compiler_flag("-no-pie" HAS_NO_PIE)

BIN
v5.0.3.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
v5.0.4.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.