SHA256
8
0
forked from pool/fmt

2 Commits

Author SHA256 Message Date
d31f0d22c8 fmt 12.1.0 2025-10-29 18:24:02 +01:00
20b4bfc12c fmt 12.0.0 2025-09-24 19:18:46 +02:00
5 changed files with 36 additions and 7 deletions

BIN
11.2.0.tar.gz LFS

Binary file not shown.

BIN
12.1.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1 +1 @@
libfmt11
libfmt12

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Wed Oct 29 17:22:51 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 12.1.0
* Optimized `buffer::append`, resulting in up to ~16% improvement
on spdlog benchmarks.
* Made `std::variant` and `std::expected` formatters work with
`format_as`.
* Added support for cv-qualified types to the `std::optional`
formatter.
-------------------------------------------------------------------
Wed Sep 17 17:46:35 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 12.0.0
* Added constexpr support to fmt::format.
* Added FMT_STATIC_FORMAT that allows formatting into a string of
the exact required size at compile time.
* Improved C++20 module support.
* Removed deprecated `has_formatter` API (use is_formattable
instead).
* Removed deprecated `basic_format_args::parse_context_type`,
`basic_format_args::formatter_type` and similar aliases in
context types.
* Removed wide stream overload of `fmt::printf`, and wide stream
overloads of `fmt::print` that take text styles.
* Removed `is_*char` traits.
* Removed `fmt::localtime`.
-------------------------------------------------------------------
Sat May 3 16:57:52 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package fmt
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
#
%define sover 11
%define sover 12
Name: fmt
Version: 11.2.0
Version: 12.1.0
Release: 0
Summary: A formatting library for C++
License: MIT