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-11-13 22:21:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cpu-x (Old) and /work/SRC/openSUSE:Factory/.cpu-x.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cpu-x" Mon Nov 13 22:21:44 2023 rev:12 rq:1125415 version:5.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/cpu-x/cpu-x.changes 2023-11-01 22:11:17.270573266 +0100 +++ /work/SRC/openSUSE:Factory/.cpu-x.new.17445/cpu-x.changes 2023-11-13 22:25:23.829501880 +0100 @@ -1,0 +2,7 @@ +Sun Nov 5 10:29:24 UTC 2023 - Manfred Hollstein <[email protected]> + +- Use newer g++, as Leap's default compiler does not provide the + <filesystem> header. +- Add build requires for glibmm. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpu-x.spec ++++++ --- /var/tmp/diff_new_pack.LpePPO/_old 2023-11-13 22:25:24.413523383 +0100 +++ /var/tmp/diff_new_pack.LpePPO/_new 2023-11-13 22:25:24.417523530 +0100 @@ -26,6 +26,10 @@ 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 +%if 0%{suse_version} < 1599 +BuildRequires: gcc12 +BuildRequires: gcc12-c++ +%endif BuildRequires: c++_compiler BuildRequires: cmake >= 3.12 BuildRequires: gettext-tools @@ -36,6 +40,7 @@ BuildRequires: pkgconfig(OpenCL) BuildRequires: pkgconfig(glfw3) BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0 +BuildRequires: pkgconfig(gtkmm-3.0) >= 3.12.0 BuildRequires: pkgconfig(libcpuid) >= 0.6.0 BuildRequires: pkgconfig(libpci) BuildRequires: pkgconfig(libprocps) @@ -84,8 +89,10 @@ %autosetup -p1 -n %src_name %build -%cmake \ - -DWITH_OPENCL=1 +%if 0%{suse_version} < 1599 +export CC=gcc-12 CXX=g++-12 +%endif +%cmake -DWITH_OPENCL=1 %cmake_build %install
