Skip to content

Commit

Permalink
Update fmt to version 9.1.0 / rev 21 via SR 1071110
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1071110
by user jengelh + dimstar_suse
- Use -ffloat-store as a fix for excessive precision provided
  by X87 on i686 target (fmtlib/fmt#3337). (forwarded request 1070626 from marxin)
  • Loading branch information
jengelh authored and bmwiedemann committed Mar 14, 2023
1 parent 6313aae commit 0bb245a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
Binary file modified packages/f/fmt/.files
Binary file not shown.
9 changes: 9 additions & 0 deletions packages/f/fmt/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -479,4 +479,13 @@
<comment>update</comment>
<requestid>999986</requestid>
</revision>
<revision rev="21" vrev="2">
<srcmd5>9f53cf105584583b102fd8cf9f607396</srcmd5>
<version>9.1.0</version>
<time>1678814142</time>
<user>dimstar_suse</user>
<comment>- Use -ffloat-store as a fix for excessive precision provided
by X87 on i686 target (https://github.com/fmtlib/fmt/issues/3337). (forwarded request 1070626 from marxin)</comment>
<requestid>1071110</requestid>
</revision>
</revisionlist>
6 changes: 6 additions & 0 deletions packages/f/fmt/fmt.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 10 08:14:22 UTC 2023 - Martin Liška <mliska@suse.cz>

- Use -ffloat-store as a fix for excessive precision provided
by X87 on i686 target (https://github.com/fmtlib/fmt/issues/3337).

-------------------------------------------------------------------
Sun Aug 28 06:35:23 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

Expand Down
4 changes: 3 additions & 1 deletion packages/f/fmt/fmt.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -50,6 +50,8 @@ Development files for fmt, a formatting library for C++.
%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

Expand Down

0 comments on commit 0bb245a

Please sign in to comment.