4 Commits

2 changed files with 16 additions and 1 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jul 25 12:23:26 UTC 2025 - ecsos <ecsos@opensuse.org>
- Fix build error under Leap. Package can not build with
-Wno-error=template-body
-------------------------------------------------------------------
Wed Jul 9 14:25:11 UTC 2025 - Martin Jambor <mjambor@suse.com>
- Add -Wno-error=template-body to CXXFLAGS to allow building with
GCC 15. [boo#1246187]
-------------------------------------------------------------------
Mon Sep 28 21:07:19 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package xalan-c
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -73,6 +73,9 @@ This package contains files needed for development with Xalanc
%setup -q -n xalan_c-%{version}
%build
%if 0%{?suse_version} > 1600
export CXXFLAGS="%{optflags} -Wno-error=template-body"
%endif
%cmake
%cmake_build