SHA256
1
0
forked from pool/fmt

- 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:
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

BIN
10.1.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
10.1.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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