Accepting request 824910 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/824910
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fmt?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2020-08-12 08:55:20 +00:00 committed by Git OBS Bridge
commit 1cf91e8ffd
4 changed files with 13 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7697e022f9cdc4f90b5e0a409643faa2cde0a6312f85e575c8388a1913374de5
size 739754

3
fmt-7.0.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4b51bc16288e2281cddc59c28f0b4f84fed58d016fb038273a09f05f8473297
size 740047

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