SHA256
1
0
forked from pool/fmt

Accepting request 824909 from home:alois:branches:devel:libraries:c_c++

- Update to version 7.0.3
  * Worked around broken ``numeric_limits`` for 128-bit integers
  * Added error reporting on missing named arguments
  * Stopped using 128-bit integers with clang-cl
  * Fixed issues in locale-specific integer formatting

OBS-URL: https://build.opensuse.org/request/show/824909
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/fmt?expand=0&rev=31
This commit is contained in:
2020-08-07 20:08:00 +00:00
committed by Git OBS Bridge
parent e84a89c3ad
commit ea8dae1174
4 changed files with 13 additions and 4 deletions

BIN
fmt-7.0.2.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
fmt-7.0.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Aug 7 19:56:36 UTC 2020 - aloisio@gmx.com
- Update to version 7.0.3
* Worked around broken ``numeric_limits`` for 128-bit integers
* Added error reporting on missing named arguments
* Stopped using 128-bit integers with clang-cl
* Fixed issues in locale-specific integer formatting
-------------------------------------------------------------------
Wed Jul 29 17:33:10 UTC 2020 - aloisio@gmx.com

View File

@@ -18,7 +18,7 @@
%define sover 7
Name: fmt
Version: 7.0.2
Version: 7.0.3
Release: 0
Summary: A formatting library for C++
License: MIT