diff --git a/11.0.1.tar.gz b/11.0.1.tar.gz deleted file mode 100644 index 79f6e3b..0000000 --- a/11.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d009f7f89ac84c0a83f79ed602463d092fbf66763766a907c97fd02b100f5e9 -size 698903 diff --git a/11.0.2.tar.gz b/11.0.2.tar.gz new file mode 100644 index 0000000..5d5fa42 --- /dev/null +++ b/11.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb1e6d37bdcb756dbbe59be438790db409cdb4868c66e888d5df9f13f7c027f +size 700956 diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index 802ef88..754f1db 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1720946190 -commit: 28e447389e8d31d2252acacd1e4e79bcff8e49a97d9929fdcf4e586460508226 +mtime: 1721487235 +commit: a3a6e9dfd134707fb58c429505a7220d20e971553f66f18f31b78d6487f8b0fd url: https://src.opensuse.org/jengelh/fmt revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio index 84784a3..39a3500 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:74d00aa70f687bd12dc4ecb22a6229353ebf5640280fe06f506df9cc8f02d892 +oid sha256:d9122b6a13c0ea1aa451380e821065b1ff280f0ae48ba1493b8ee50f22287149 size 256 diff --git a/fmt.changes b/fmt.changes index a65a31d..3005410 100644 --- a/fmt.changes +++ b/fmt.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Jul 20 14:51:13 UTC 2024 - Jan Engelhardt + +- Update to release 11.0.2 + * Fixed performance regressions when using + ``std::back_insert_iterator`` with`` fmt::format_to``. + * Made ``formatter::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 diff --git a/fmt.spec b/fmt.spec index d8df818..1cc707f 100644 --- a/fmt.spec +++ b/fmt.spec @@ -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