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
This commit is contained in:
parent
b4d31b77a8
commit
750a8fecc6
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 2 10:52:36 UTC 2023 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- 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 <danilo.spinella@suse.com>
|
Fri Mar 4 13:07:03 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libixion
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -87,6 +87,7 @@ Python 3 bindings for %{name}.
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%global optflags %optflags -fexcess-precision=fast
|
||||||
libtoolize --force --copy
|
libtoolize --force --copy
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
%if 0%{?suse_version} < 1500
|
%if 0%{?suse_version} < 1500
|
||||||
|
Loading…
Reference in New Issue
Block a user