SHA256
8
0
forked from pool/fmt

2 Commits

6 changed files with 20 additions and 7 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,4 +1,4 @@
mtime: 1740608502
commit: 7bb71d7d10a0c86d6496216cc137f618cfe3ea6501b91c7f2107034536f56430
mtime: 1746292530
commit: 86a825f47fb2318fb1151bce789f0597ec691b7f3087c9ce22db1a7e22581e26
url: https://src.opensuse.org/jengelh/fmt
revision: master

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:042aee456c209057a8fa9bf9810e58bc66597b1639ea87b13bff52f0821e94f8
oid sha256:78392ed042445c98854191c88fa3199a373c8123454ff1866497370b92034029
size 256

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
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>

View File

@@ -18,7 +18,7 @@
%define sover 11
Name: fmt
Version: 11.1.4
Version: 11.2.0
Release: 0
Summary: A formatting library for C++
License: MIT