From 750a8fecc672dfda855d70278c80146fbfd18362ef6a35ae109f623b87e42059 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 3 Mar 2023 05:37:10 +0000 Subject: [PATCH] Accepting request 1068659 from home:marxin:branches:LibreOffice:Factory - Use -fexcess-precision=fast as GCC 13 changes the default for C++ compiler and without the change some tests fail on i586. OBS-URL: https://build.opensuse.org/request/show/1068659 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=44 --- libixion.changes | 6 ++++++ libixion.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libixion.changes b/libixion.changes index 6d4ea99..2433615 100644 --- a/libixion.changes +++ b/libixion.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 2 10:52:36 UTC 2023 - Martin Liška + +- Use -fexcess-precision=fast as GCC 13 changes the default +for C++ compiler and without the change some tests fail on i586. + ------------------------------------------------------------------- Fri Mar 4 13:07:03 UTC 2022 - Danilo Spinella diff --git a/libixion.spec b/libixion.spec index ac00cba..4f7b118 100644 --- a/libixion.spec +++ b/libixion.spec @@ -1,7 +1,7 @@ # # spec file for package libixion # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -87,6 +87,7 @@ Python 3 bindings for %{name}. %patch0 -p1 %build +%global optflags %optflags -fexcess-precision=fast libtoolize --force --copy autoreconf -fi %if 0%{?suse_version} < 1500