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 2024-04-29 17:57:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cpu-x (Old) and /work/SRC/openSUSE:Factory/.cpu-x.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cpu-x" Mon Apr 29 17:57:59 2024 rev:15 rq:1170708 version:5.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/cpu-x/cpu-x.changes 2024-01-15 22:21:09.399094585 +0100 +++ /work/SRC/openSUSE:Factory/.cpu-x.new.1880/cpu-x.changes 2024-04-29 17:58:05.934831349 +0200 @@ -1,0 +2,13 @@ +Sun Apr 28 17:02:32 UTC 2024 - Andrea Manzini <andrea.manz...@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 + +------------------------------------------------------------------- Old: ---- v5.0.3.tar.gz New: ---- v5.0.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpu-x.spec ++++++ --- /var/tmp/diff_new_pack.jJumdp/_old 2024-04-29 17:58:06.958868595 +0200 +++ /var/tmp/diff_new_pack.jJumdp/_new 2024-04-29 17:58:06.962868740 +0200 @@ -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 @@ 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* ++++++ no-no-pie.patch ++++++ --- /var/tmp/diff_new_pack.jJumdp/_old 2024-04-29 17:58:06.990869759 +0200 +++ /var/tmp/diff_new_pack.jJumdp/_new 2024-04-29 17:58:06.994869904 +0200 @@ -8,10 +8,10 @@ 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) ++++++ v5.0.3.tar.gz -> v5.0.4.tar.gz ++++++ ++++ 22904 lines of diff (skipped)