From aacafb99d52399b84de7297466d368c6656401f5 Mon Sep 17 00:00:00 2001 From: jengelh <> Date: Sep 15 2022 21:08:17 +0000 Subject: Update aalib to version 1.4.0 / rev 33 via SR 1003556 https://build.opensuse.org/request/show/1003556 by user jengelh + dimstar_suse --- diff --git a/.files b/.files index 1676336..fae4e36 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index d50e021..283463b 100644 --- a/.rev +++ b/.rev @@ -230,4 +230,12 @@ 898323 + + 2fe65528b7ca3e58926d3aa6ebec26c9 + 1.4.0 + + dimstar_suse + + 1003556 + diff --git a/aalib.changes b/aalib.changes index 12b006b..e3eeea5 100644 --- a/aalib.changes +++ b/aalib.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Sun Sep 11 08:20:25 UTC 2022 - Dirk Müller + +- avoid ffast-math (ggo#55522) + +------------------------------------------------------------------- Mon Jun 7 11:16:33 UTC 2021 - Jan Engelhardt - Drop --with-pic (no effect with --disable-static). diff --git a/aalib.spec b/aalib.spec index cb55543..414b4ba 100644 --- a/aalib.spec +++ b/aalib.spec @@ -1,7 +1,7 @@ # # spec file for package aalib # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -108,7 +108,7 @@ cd .. %build %{?suse_update_config} autoreconf -fiv -export CFLAGS="%{optflags} -fstrength-reduce -ffast-math -fomit-frame-pointer" +export CFLAGS="%{optflags} -fstrength-reduce -fomit-frame-pointer" %ifarch %ix86 export CFLAGS="$CFLAGS -falign-loops=2 -falign-jumps=2 -falign-functions=2" %endif