- 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:
Jan Engelhardt 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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ede1b6b42188163a3f2e0f25ad5c0637eca564bd8df74d02e31a311dd6b37ad8
size 851582

3
10.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:deb0a3ad2f5126658f2eefac7bf56a042488292de3d7a313526d667f3240ca0a
size 849294

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