Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gdcm for openSUSE:Factory checked in at 2022-11-02 15:32:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gdcm (Old) and /work/SRC/openSUSE:Factory/.gdcm.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdcm" Wed Nov 2 15:32:56 2022 rev:16 rq:1032893 version:3.0.19 Changes: -------- --- /work/SRC/openSUSE:Factory/gdcm/gdcm.changes 2022-10-08 01:26:36.214419365 +0200 +++ /work/SRC/openSUSE:Factory/.gdcm.new.2275/gdcm.changes 2022-11-02 15:32:57.995390220 +0100 @@ -1,0 +2,5 @@ +Wed Nov 2 10:49:42 UTC 2022 - Max Lin <m...@suse.com> + +- use compiler gcc11-c++ to fix Leap 15.5 build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdcm.spec ++++++ --- /var/tmp/diff_new_pack.F7L4ka/_old 2022-11-02 15:32:58.607393342 +0100 +++ /var/tmp/diff_new_pack.F7L4ka/_new 2022-11-02 15:32:58.611393362 +0100 @@ -36,7 +36,7 @@ BuildRequires: fdupes BuildRequires: fontconfig-devel #check for Leap version = 15.4 -%if 0%{?sle_version} == 150400 && 0%{?is_opensuse} +%if 0%{?sle_version} >= 150400 && 0%{?is_opensuse} BuildRequires: gcc11-c++ %else BuildRequires: gcc-c++ @@ -136,7 +136,7 @@ rm -rf Utilities/wxWidgets %build -%if 0%{?sle_version} == 150400 && 0%{?is_opensuse} +%if 0%{?sle_version} >= 150400 && 0%{?is_opensuse} export CXX=g++-11 %endif %cmake .. \