[info=b4aec706282207c6bc3485607377b35f3b2e2a753419927376c9ca1f9397e2c8]

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/fmt?expand=0&rev=61
This commit is contained in:
OBS User unknown 2024-07-11 01:51:05 +00:00 committed by Git OBS Bridge
parent f3fe2265fc
commit cddc46c90d
6 changed files with 22 additions and 8 deletions

View File

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

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

Binary file not shown.

View File

@ -1,4 +1,4 @@
mtime: 1704487228
commit: 572d5c5fbc3d6b3ce56410aabb3d8448de06e41ac466b306d4f2b9315096f629
mtime: 1720662613
commit: b4aec706282207c6bc3485607377b35f3b2e2a753419927376c9ca1f9397e2c8
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:a152b21f000aa5177c980256bd9188159d18f724b33c3868b910bb7463fee5c5
oid sha256:e7efe651425962e7f3ade50cff950dc3cb1710e64b6fc28f80b6cab5da6a39ff
size 256

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jul 10 18:07:21 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 11.0.1
* Added fmt/base.h which provides a subset of the API with
minimal include dependencies and enough functionality to
replace all uses of the printf family of functions.
* Improved integration with stdio in fmt::print, enabling
direct writes into a C stream buffer in common cases.
* fmt::format_to no longer exceeds buffers, instead it will
truncate.
* Added formatters for std::{expected,complex,type_info},
std::chrono::{day,month,year,year_month_day}.
-------------------------------------------------------------------
Thu Jan 4 13:55:11 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -16,9 +16,9 @@
#
%define sover 10
%define sover 11
Name: fmt
Version: 10.2.1
Version: 11.0.1
Release: 0
Summary: A formatting library for C++
License: MIT