SHA256
1
0
forked from pool/fmt

- Update to release 10.1

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/fmt?expand=0&rev=53
This commit is contained in:
2023-08-12 22:51:20 +00:00
committed by Git OBS Bridge
parent ead26e4358
commit e65108bc69
4 changed files with 12 additions and 4 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Aug 12 22:50:35 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 10.1
* Optimized format string compilation resulting in up to 40%
speed up in compiled format_to and ~4x speed up in compiled
format_to_n on a concatenation benchmark.
-------------------------------------------------------------------
Thu May 11 18:11:28 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -18,7 +18,7 @@
%define sover 10
Name: fmt
Version: 10.0.0
Version: 10.1.0
Release: 0
Summary: A formatting library for C++
License: MIT