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 2023-03-17 17:04:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cpu-x (Old) and /work/SRC/openSUSE:Factory/.cpu-x.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cpu-x" Fri Mar 17 17:04:22 2023 rev:9 rq:1072480 version:4.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/cpu-x/cpu-x.changes 2022-11-17 17:25:17.561315674 +0100 +++ /work/SRC/openSUSE:Factory/.cpu-x.new.31432/cpu-x.changes 2023-03-17 17:04:47.993850248 +0100 @@ -1,0 +2,7 @@ +Wed Mar 15 19:52:07 UTC 2023 - malcolmle...@opensuse.org + +- Add build requires to enable Vulkan support. +- Add cpu-x-update-database.patch: Update database.h to include cpu + information for Clarkdale (Core i3) and Haswell-EP. + +------------------------------------------------------------------- New: ---- cpu-x-update-database.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpu-x.spec ++++++ --- /var/tmp/diff_new_pack.TO870B/_old 2023-03-17 17:04:49.021855665 +0100 +++ /var/tmp/diff_new_pack.TO870B/_new 2023-03-17 17:04:49.025855687 +0100 @@ -1,7 +1,7 @@ # # spec file for package cpu-x # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,8 @@ URL: https://github.com/TheTumultuousUnicornOfDarkness/CPU-X Source: https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/archive/refs/tags/v%version.tar.gz Patch1: no-no-pie.patch +#PATCH-FIX-OPENSUSE cpu-x-update-database.patch malcolmle...@opensuse.org -- Update database to include cpu information. +Patch2: cpu-x-update-database.patch BuildRequires: cmake BuildRequires: gettext-tools %ifarch %ix86 x86_64 @@ -39,6 +41,7 @@ BuildRequires: pkgconfig(libpci) BuildRequires: pkgconfig(libprocps) BuildRequires: pkgconfig(ncursesw) +BuildRequires: pkgconfig(vulkan) # https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/issues/105 Provides: bundled(bandwidth) = 1.5.1 Provides: bundled(dmidecode) = 3.4.20220922.f50b925 ++++++ cpu-x-update-database.patch ++++++ diff -Naur a/src/databases.h b/src/databases.h --- a/src/databases.h 2022-11-12 11:27:40.000000000 -0600 +++ b/src/databases.h 2023-03-15 14:51:11.822420193 -0500 @@ -57,7 +57,9 @@ { 6, 6, 6, 250 }, // PII Dixon / Celeron Mendocino { 6, 6, 15, 65 }, // P4 Cedar Mill / PD Presler { 6, 22, -1, 65 }, // C2 Conroe-L + { 6, 37, 6, 32 }, // Clarkdale (Core i3) { 6, 54, -1, 32 }, // Atom Cedarview + { 6, 63, 5, 22 }, // Haswell-EP { 6, 70, -1, 22 }, // Haswell (Crystalwell, L4 cache) { 6, 102, -1, 10 }, // Cannon Lake { 6, 150, -1, 10 }, // Tremont (Elkhart Lake) @@ -177,6 +179,8 @@ { "Pentium D (SmithField)", NULL, "LGA 775" }, { "Pentium D (Presler)", NULL, "LGA 775" }, { "Bloomfield", NULL, "LGA 1366" }, + { "Xeon (Woodcrest)", "Intel(R) Xeon(R) CPU E5-2690 v3", "FCLGA2011-3" }, + { "Clarkdale (Core i3)", "Intel(R) Core⢠i3 CPU 540", "FCLGA1156" }, { NULL, "Intel(R) Core(TM)2 Duo CPU E7400", "LGA 775" }, { NULL, "Intel(R) Core(TM) i5-2520M CPU", "rPGA 988B" }, { NULL, "Intel(R) Xeon(R) CPU E31275", "LGA 1155" },