Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 99b955ac0b | |||
| 8fd4becd1a |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 25 08:56:35 UTC 2025 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
- apply fix for poppler 25.10 build error
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 3 21:16:29 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
||||
13
gdcm.spec
13
gdcm.spec
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package gdcm
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2019-2024 Dr. Axel Braun
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2019-2025 Dr. Axel Braun
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -139,10 +139,13 @@ rm -rf Utilities/pvrg
|
||||
rm -rf Utilities/rle
|
||||
rm -rf Utilities/wxWidgets
|
||||
|
||||
# build fails with poppler 25.10, currently only TW
|
||||
%if 0%{?suse_version} > 1600
|
||||
sed -i 's:getLength:size:' Applications/Cxx/{gdcminfo.cxx,gdcmpdf.cxx}
|
||||
%endif
|
||||
|
||||
%build
|
||||
##%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
|
||||
|
||||
Reference in New Issue
Block a user