SHA256
1
0
forked from pool/fmt

fmt 11.0.1

This commit is contained in:
2024-07-11 03:50:13 +02:00
parent 572d5c5fbc
commit b4aec70628
4 changed files with 19 additions and 5 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jul 10 18:07:21 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 11.0.1
* Added fmt/base.h which provides a subset of the API with
minimal include dependencies and enough functionality to
replace all uses of the printf family of functions.
* Improved integration with stdio in fmt::print, enabling
direct writes into a C stream buffer in common cases.
* fmt::format_to no longer exceeds buffers, instead it will
truncate.
* Added formatters for std::{expected,complex,type_info},
std::chrono::{day,month,year,year_month_day}.
-------------------------------------------------------------------
Thu Jan 4 13:55:11 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -16,9 +16,9 @@
#
%define sover 10
%define sover 11
Name: fmt
Version: 10.2.1
Version: 11.0.1
Release: 0
Summary: A formatting library for C++
License: MIT