Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fmt for openSUSE:Factory checked in 
at 2023-03-14 18:15:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fmt (Old)
 and      /work/SRC/openSUSE:Factory/.fmt.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fmt"

Tue Mar 14 18:15:42 2023 rev:21 rq:1071110 version:9.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fmt/fmt.changes  2022-10-12 18:22:44.493372175 
+0200
+++ /work/SRC/openSUSE:Factory/.fmt.new.31432/fmt.changes       2023-03-14 
18:15:51.351478814 +0100
@@ -1,0 +2,6 @@
+Fri Mar 10 08:14:22 UTC 2023 - Martin Liška <mli...@suse.cz>
+
+- Use -ffloat-store as a fix for excessive precision provided
+  by X87 on i686 target (https://github.com/fmtlib/fmt/issues/3337).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fmt.spec ++++++
--- /var/tmp/diff_new_pack.Z6xKc7/_old  2023-03-14 18:15:51.947481999 +0100
+++ /var/tmp/diff_new_pack.Z6xKc7/_new  2023-03-14 18:15:51.955482041 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fmt
 #
-# 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
@@ -50,6 +50,8 @@
 %autosetup -p1
 
 %build
+# X87 fix for excessive precision: https://github.com/fmtlib/fmt/issues/3337
+%global optflags %optflags -ffloat-store
 %cmake -DCMAKE_INSTALL_INCLUDEDIR:PATH=%{_includedir}
 %cmake_build
 

Reply via email to