diff --git a/11.0.2.tar.gz b/11.0.2.tar.gz deleted file mode 100644 index 5d5fa42..0000000 --- a/11.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cb1e6d37bdcb756dbbe59be438790db409cdb4868c66e888d5df9f13f7c027f -size 700956 diff --git a/11.1.1.tar.gz b/11.1.1.tar.gz new file mode 100644 index 0000000..6b874c5 --- /dev/null +++ b/11.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482eed9efbc98388dbaee5cb5f368be5eca4893456bb358c18b7ff71f835ae43 +size 701999 diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index 754f1db..93612f5 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1721487235 -commit: a3a6e9dfd134707fb58c429505a7220d20e971553f66f18f31b78d6487f8b0fd +mtime: 1735354932 +commit: 33733f97584c4bdc3634c15ccfc8a2de511a4230f53f324d7504dd8069abc192 url: https://src.opensuse.org/jengelh/fmt revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio index 39a3500..01b87c3 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d9122b6a13c0ea1aa451380e821065b1ff280f0ae48ba1493b8ee50f22287149 +oid sha256:576ec6090ca1c7bc1ae7fc708076a8304d15268085fef038b6cdc1b13a6e6ed1 size 256 diff --git a/fmt.changes b/fmt.changes index 3005410..60ec78d 100644 --- a/fmt.changes +++ b/fmt.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sat Dec 28 03:00:29 UTC 2024 - Jan Engelhardt + +- Update to release 11.1.1 + * Restore ABI compat with 11.0.2 + +------------------------------------------------------------------- +Wed Dec 25 19:15:40 UTC 2024 - Jan Engelhardt + +- 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 formattable + * Made fmt::is_formattable 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 diff --git a/fmt.spec b/fmt.spec index 1cc707f..7f4546b 100644 --- a/fmt.spec +++ b/fmt.spec @@ -18,7 +18,7 @@ %define sover 11 Name: fmt -Version: 11.0.2 +Version: 11.1.1 Release: 0 Summary: A formatting library for C++ License: MIT