SHA256
8
0
forked from pool/fmt

9 Commits

Author SHA256 Message Date
86a825f47f fmt 11.2.0 2025-05-03 19:15:30 +02:00
7bb71d7d10 fmt 11.1.4 2025-02-26 23:21:42 +01:00
ae15c54cb3 fmt 11.1.3 2025-01-26 19:02:23 +01:00
33385faca9 Add 0001-Restore-ABI-compatibility.patch 2025-01-11 15:50:05 +01:00
33733f9758 fmt 11.1.1 2024-12-28 04:02:12 +01:00
1c3ca93d6d fmt 11.1 2024-12-25 20:18:53 +01:00
a3a6e9dfd1 fmt 11.0.2 2024-07-20 16:53:55 +02:00
28e447389e Update baselibs.conf for fmt 11 2024-07-14 10:36:30 +02:00
b4aec70628 fmt 11.0.1 2024-07-11 03:50:13 +02:00
6 changed files with 17 additions and 11 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 +0,0 @@
mtime: 1740608502
commit: 7bb71d7d10a0c86d6496216cc137f618cfe3ea6501b91c7f2107034536f56430
url: https://src.opensuse.org/jengelh/fmt
revision: master

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:042aee456c209057a8fa9bf9810e58bc66597b1639ea87b13bff52f0821e94f8
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> Wed Feb 26 22:12:48 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

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