Compare commits
11 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d31f0d22c8 | |||
| 20b4bfc12c | |||
| 86a825f47f | |||
| 7bb71d7d10 | |||
| ae15c54cb3 | |||
| 33385faca9 | |||
| 33733f9758 | |||
| 1c3ca93d6d | |||
| a3a6e9dfd1 | |||
| 28e447389e | |||
| b4aec70628 |
BIN
11.1.4.tar.gz
LFS
BIN
11.1.4.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,4 +0,0 @@
|
|||||||
mtime: 1740608502
|
|
||||||
commit: 7bb71d7d10a0c86d6496216cc137f618cfe3ea6501b91c7f2107034536f56430
|
|
||||||
url: https://src.opensuse.org/jengelh/fmt
|
|
||||||
revision: master
|
|
||||||
@@ -1 +1 @@
|
|||||||
libfmt11
|
libfmt12
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:042aee456c209057a8fa9bf9810e58bc66597b1639ea87b13bff52f0821e94f8
|
|
||||||
size 256
|
|
||||||
42
fmt.changes
42
fmt.changes
@@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- Update to release 11.2.0
|
||||||
|
* Added the `s` specifier for std::error_code. It allows
|
||||||
|
formatting an error message as a string.
|
||||||
|
* Fixed formatting of std::chrono::local_time and tm (#3815,
|
||||||
|
#4350) to be consistent across platforms.
|
||||||
|
* Added compile-time diagnostics for cases when {:Z} is requested
|
||||||
|
while the system has no timezone information.
|
||||||
|
* Deprecated fmt::localtime in favor of std::localtime.
|
||||||
|
* Added error reporting for duplicate named arguments.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 26 22:12:48 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
Wed Feb 26 22:12:48 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
|||||||
6
fmt.spec
6
fmt.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fmt
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define sover 11
|
%define sover 12
|
||||||
Name: fmt
|
Name: fmt
|
||||||
Version: 11.1.4
|
Version: 12.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A formatting library for C++
|
Summary: A formatting library for C++
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user