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-04-01 21:36:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gdcm (Old) and /work/SRC/openSUSE:Factory/.gdcm.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdcm" Fri Apr 1 21:36:19 2022 rev:13 rq:966444 version:3.0.12 Changes: -------- --- /work/SRC/openSUSE:Factory/gdcm/gdcm.changes 2021-12-14 22:02:35.627161528 +0100 +++ /work/SRC/openSUSE:Factory/.gdcm.new.1900/gdcm.changes 2022-04-01 21:37:39.588474532 +0200 @@ -1,0 +2,18 @@ +Fri Apr 1 13:25:27 UTC 2022 - Axel Braun <axel.br...@gmx.de> + +- version 3.0.12 + * support for poppler 22.03 added + +------------------------------------------------------------------- +Fri Mar 25 11:58:18 UTC 2022 - Axel Braun <axel.br...@gmx.de> + +- version 3.0.11 + * Fix for a significant issue with JPEG-LS and RGB color space + * tons of small bug fixes + +------------------------------------------------------------------- +Tue Mar 8 16:04:56 UTC 2022 - Axel Braun <axel.br...@gmx.de> + +- use compiler gcc11-c++ to fix Leap 15.4 build + +------------------------------------------------------------------- Old: ---- gdcm-3.0.10.tar.bz2 New: ---- gdcm-3.0.12.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdcm.spec ++++++ --- /var/tmp/diff_new_pack.m8u3sv/_old 2022-04-01 21:37:40.140468478 +0200 +++ /var/tmp/diff_new_pack.m8u3sv/_new 2022-04-01 21:37:40.144468434 +0200 @@ -1,8 +1,8 @@ # # spec file for package gdcm # -# Copyright (c) 2021 SUSE LLC -# Copyright (c) 2019-2021 Dr. Axel Braun +# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2019-2022 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,7 +20,7 @@ %define soname 3_0 %define libsocksoname libsocketxx1_2 Name: gdcm -Version: 3.0.10 +Version: 3.0.12 Release: 0 Summary: C++ library to parse DICOM medical files License: BSD-3-Clause @@ -35,7 +35,12 @@ BuildRequires: doxygen BuildRequires: fdupes BuildRequires: fontconfig-devel +#check for Leap version = 15.4 +%if 0%{?sle_version} == 150400 && 0%{?is_opensuse} +BuildRequires: gcc11-c++ +%else BuildRequires: gcc-c++ +%endif BuildRequires: libexpat-devel BuildRequires: libjson-c-devel BuildRequires: libpoppler-devel @@ -130,9 +135,11 @@ rm -rf Utilities/wxWidgets %build - +%if 0%{?sle_version} == 150400 && 0%{?is_opensuse} +export CXX=g++-11 +%endif %cmake .. \ - -DCMAKE_CXX_FLAGS="%{optflags} -fpermissive" \ + -DCMAKE_CXX_FLAGS="%{optflags} -fpermissive " \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DGDCM_INSTALL_PACKAGE_DIR=%{_libdir}/cmake/%{name} \ -DGDCM_INSTALL_INCLUDE_DIR=%{_includedir}/%{name} \ ++++++ gdcm-3.0.10.tar.bz2 -> gdcm-3.0.12.tar.bz2 ++++++ ++++ 5120 lines of diff (skipped)