Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d31f0d22c8 | |||
| 20b4bfc12c |
BIN
11.2.0.tar.gz
LFS
BIN
11.2.0.tar.gz
LFS
Binary file not shown.
BIN
12.1.0.tar.gz
LFS
Normal file
BIN
12.1.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1 +1 @@
|
||||
libfmt11
|
||||
libfmt12
|
||||
|
||||
29
fmt.changes
29
fmt.changes
@@ -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>
|
||||
|
||||
|
||||
6
fmt.spec
6
fmt.spec
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user