Accepting request 1233628 from devel:libraries:c_c++
- Update to release 11.1.1 OBS-URL: https://build.opensuse.org/request/show/1233628 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fmt?expand=0&rev=27
This commit is contained in:
commit
cd3fc04652
BIN
11.0.2.tar.gz
(Stored with Git LFS)
BIN
11.0.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
11.1.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
11.1.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
mtime: 1721487235
|
||||
commit: a3a6e9dfd134707fb58c429505a7220d20e971553f66f18f31b78d6487f8b0fd
|
||||
mtime: 1735354932
|
||||
commit: 33733f97584c4bdc3634c15ccfc8a2de511a4230f53f324d7504dd8069abc192
|
||||
url: https://src.opensuse.org/jengelh/fmt
|
||||
revision: master
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9122b6a13c0ea1aa451380e821065b1ff280f0ae48ba1493b8ee50f22287149
|
||||
oid sha256:576ec6090ca1c7bc1ae7fc708076a8304d15268085fef038b6cdc1b13a6e6ed1
|
||||
size 256
|
||||
|
24
fmt.changes
24
fmt.changes
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 28 03:00:29 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 11.1.1
|
||||
* Restore ABI compat with 11.0.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 25 19:15:40 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 11.1
|
||||
* Reduced debug (unoptimized) binary code size and the number of
|
||||
template instantiations when passing formatting arguments
|
||||
* Added an experimental fmt::writer API that can be used for
|
||||
writing to different destinations such as files or strings
|
||||
* Made std::expected<void, E> formattable
|
||||
* Made fmt::is_formattable<void> SFINAE-friendly
|
||||
* Added the n specifier for tuples and pairs
|
||||
* Added support for tuple-like types to ``fmt::join``
|
||||
* Added a formatter for ``std::reference_wrapper``
|
||||
* Added experimental padding support (glibc ``strftime``
|
||||
extension) to ``%m``, ``%j`` and ``%Y``
|
||||
* Made ``fmt::appender`` satisfy the ``std::output_iterator`` concept
|
||||
* Added support for UTF-32 code units greater than 0xFFFF in fill
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 20 14:51:13 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user