Accepting request 1188816 from devel:libraries:c_c++

- Update to release 11.0.2

OBS-URL: https://build.opensuse.org/request/show/1188816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fmt?expand=0&rev=26
This commit is contained in:
Ana Guerrero 2024-07-22 15:14:03 +00:00 committed by Git OBS Bridge
commit 5f9b83adb2
6 changed files with 19 additions and 7 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,4 +1,4 @@
mtime: 1720946190
commit: 28e447389e8d31d2252acacd1e4e79bcff8e49a97d9929fdcf4e586460508226
mtime: 1721487235
commit: a3a6e9dfd134707fb58c429505a7220d20e971553f66f18f31b78d6487f8b0fd
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:74d00aa70f687bd12dc4ecb22a6229353ebf5640280fe06f506df9cc8f02d892
oid sha256:d9122b6a13c0ea1aa451380e821065b1ff280f0ae48ba1493b8ee50f22287149
size 256

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jul 20 14:51:13 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 11.0.2
* Fixed performance regressions when using
``std::back_insert_iterator`` with`` fmt::format_to``.
* Made ``formatter<std::string_view>::parse`` work with types
convertible to ``std::string_view``.
* Made ``volatile void *`` formattable.
* Made ``fmt::context`` iterator compatible with STL algorithms
that rely on the iterator category.
-------------------------------------------------------------------
Wed Jul 10 18:07:21 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

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