Compare commits

..

No commits in common. "factory" and "devel" have entirely different histories.

7 changed files with 10 additions and 31 deletions

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,4 +1,4 @@
mtime: 1735354932 mtime: 1721487235
commit: 33733f97584c4bdc3634c15ccfc8a2de511a4230f53f324d7504dd8069abc192 commit: a3a6e9dfd134707fb58c429505a7220d20e971553f66f18f31b78d6487f8b0fd
url: https://src.opensuse.org/jengelh/fmt url: https://src.opensuse.org/jengelh/fmt
revision: master revision: master

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:576ec6090ca1c7bc1ae7fc708076a8304d15268085fef038b6cdc1b13a6e6ed1 oid sha256:d9122b6a13c0ea1aa451380e821065b1ff280f0ae48ba1493b8ee50f22287149
size 256 size 256

View File

@ -1,27 +1,3 @@
-------------------------------------------------------------------
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> Sat Jul 20 14:51:13 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

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