- Update to release 10.1.1

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/fmt?expand=0&rev=54
This commit is contained in:
Jan Engelhardt 2023-08-29 08:19:09 +00:00 committed by Git OBS Bridge
parent e65108bc69
commit 69ab05a0fd
4 changed files with 16 additions and 4 deletions

View File

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

3
10.1.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Aug 29 08:18:11 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 10.1.1
* Added formatters for std::atomic and atomic_flag.
* Fixed an error about partial specialization of
formatter<string> after instantiation (GCC, C++20 mode).
* Made fmt::to_string work with types that have format_as
overloads.
* Made formatted_size work with integral format specifiers at
compile time.
-------------------------------------------------------------------
Sat Aug 12 22:50:35 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

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