Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gdcm for openSUSE:Factory checked in at 2024-03-15 20:32:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gdcm (Old) and /work/SRC/openSUSE:Factory/.gdcm.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdcm" Fri Mar 15 20:32:33 2024 rev:19 rq:1158285 version:3.0.23 Changes: -------- --- /work/SRC/openSUSE:Factory/gdcm/gdcm.changes 2023-03-09 17:45:55.550967266 +0100 +++ /work/SRC/openSUSE:Factory/.gdcm.new.1905/gdcm.changes 2024-03-15 20:33:23.712726902 +0100 @@ -1,0 +2,6 @@ +Wed Mar 13 15:39:47 UTC 2024 - Axel Braun <axel.br...@gmx.de> + +- version 3.0.23 - no changelog + 0001-Fix-build-with-CharLS-2.1.0.patch removed (not required) + +------------------------------------------------------------------- Old: ---- 0001-Fix-build-with-CharLS-2.1.0.patch gdcm-3.0.21.tar.bz2 New: ---- gdcm-3.0.23.tar.bz2 BETA DEBUG BEGIN: Old:- version 3.0.23 - no changelog 0001-Fix-build-with-CharLS-2.1.0.patch removed (not required) BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdcm.spec ++++++ --- /var/tmp/diff_new_pack.AI2EXa/_old 2024-03-15 20:33:24.272747526 +0100 +++ /var/tmp/diff_new_pack.AI2EXa/_new 2024-03-15 20:33:24.276747673 +0100 @@ -1,8 +1,8 @@ # # spec file for package gdcm # -# Copyright (c) 2023 SUSE LLC -# Copyright (c) 2019-2022 Dr. Axel Braun +# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2019-2024 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,15 +20,14 @@ %define soname 3_0 %define libsocksoname libsocketxx1_2 Name: gdcm -Version: 3.0.21 +Version: 3.0.23 Release: 0 Summary: C++ library to parse DICOM medical files License: BSD-3-Clause Group: Productivity/Graphics/Other URL: https://gdcm.sourceforge.net/wiki/index.php/Main_Page Source0: https://sourceforge.net/projects/gdcm/files/gdcm%{203}.x/GDCM%{20}%{version}/%{name}-%{version}.tar.bz2 -Patch1: 0001-Fix-build-with-CharLS-2.1.0.patch -Patch2: gdcm-2.4.0-usecopyright.patch +Patch1: gdcm-2.4.0-usecopyright.patch BuildRequires: CharLS-devel >= 2.0 BuildRequires: cmake BuildRequires: docbook5-xsl-stylesheets @@ -48,8 +47,13 @@ BuildRequires: cmake(DCMTK) BuildRequires: pkgconfig(libopenjp2) #check for Leap version = 15.4 -%if 0%{?sle_version} >= 150400 && 0%{?is_opensuse} -BuildRequires: gcc11-c++ +## %if 0%{?sle_version} >= 150400 && 0%{?is_opensuse} +## BuildRequires: gcc11-c++ +## %else +## BuildRequires: gcc-c++ +## %endif +%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200 +BuildRequires: gcc13-c++ %else BuildRequires: gcc-c++ %endif @@ -136,8 +140,12 @@ rm -rf Utilities/wxWidgets %build -%if 0%{?sle_version} >= 150400 && 0%{?is_opensuse} -export CXX=g++-11 +##%if 0%{?sle_version} >= 150400 && 0%{?is_opensuse} +##export CXX=g++-11 +## %endif +%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200 +export CC=gcc-13 +export CXX=g++-13 %endif %cmake .. \ -DCMAKE_CXX_FLAGS="%{optflags} -fpermissive " \ ++++++ gdcm-3.0.21.tar.bz2 -> gdcm-3.0.23.tar.bz2 ++++++ ++++ 7810 lines of diff (skipped)