Accepting request 1187367 from devel:libraries:c_c++

- Update to release 11.0.1

OBS-URL: https://build.opensuse.org/request/show/1187367
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fmt?expand=0&rev=25
This commit is contained in:
Ana Guerrero 2024-07-19 13:25:02 +00:00 committed by Git OBS Bridge
commit 43b47b08a4
7 changed files with 27 additions and 6 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.

4
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,4 @@
mtime: 1720946190
commit: 28e447389e8d31d2252acacd1e4e79bcff8e49a97d9929fdcf4e586460508226
url: https://src.opensuse.org/jengelh/fmt
revision: master

View File

@ -1 +1 @@
libfmt10 libfmt11

3
build.specials.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74d00aa70f687bd12dc4ecb22a6229353ebf5640280fe06f506df9cc8f02d892
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> 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 Name: fmt
Version: 10.2.1 Version: 11.0.1
Release: 0 Release: 0
Summary: A formatting library for C++ Summary: A formatting library for C++
License: MIT License: MIT