SHA256
1
0
forked from pool/libixion

Accepting request 1069056 from LibreOffice:Factory

OBS-URL: https://build.opensuse.org/request/show/1069056
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libixion?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2023-03-04 21:42:13 +00:00 committed by Git OBS Bridge
commit cb9a46ace1
2 changed files with 8 additions and 1 deletions

View File

@ -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>

View File

@ -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