Accepting request 862563 from graphics

- Fix setting of FLOATTEST (forwarded request 862263 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/862563
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjpeg-turbo?expand=0&rev=55
This commit is contained in:
Dominique Leuenberger 2021-01-14 14:04:39 +00:00 committed by Git OBS Bridge
commit d345a60182
3 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 11 10:58:07 UTC 2021 - Andreas Schwab <schwab@suse.de>
- Fix setting of FLOATTEST
-------------------------------------------------------------------
Mon Dec 28 15:39:18 UTC 2020 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libjpeg-turbo
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -118,8 +118,8 @@ MYCFLAGS="$MYCFLAGS -O0 -g"
-DCMAKE_SHARED_LINKER_FLAGS="$MYLDFLAGS" \
-DENABLE_STATIC=OFF \
-DWITH_JPEG8=ON \
%ifarch ppc
-DFLOATTEST=64bit \
%ifarch s390x riscv64
-DFLOATTEST=fp-contract \
%endif
%{nil}
%make_build

View File

@ -1,7 +1,7 @@
#
# spec file for package libjpeg62-turbo
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -78,8 +78,8 @@ files using the libjpeg library.
export LDFLAGS="-Wl,-z,relro,-z,now"
%cmake \
-DENABLE_STATIC=OFF \
%ifarch ppc
-DFLOATTEST=64bit \
%ifarch s390x riscv64
-DFLOATTEST=fp-contract \
%endif
%{nil}
%make_build