diff --git a/10.1.0.tar.gz b/10.1.0.tar.gz deleted file mode 100644 index 064b382..0000000 --- a/10.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:deb0a3ad2f5126658f2eefac7bf56a042488292de3d7a313526d667f3240ca0a -size 849294 diff --git a/10.1.1.tar.gz b/10.1.1.tar.gz new file mode 100644 index 0000000..743d637 --- /dev/null +++ b/10.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b8c0a72b1c35e4443a7e308df52498252d1cefc2b08c9a97bc9ee6cfe61f8b +size 851454 diff --git a/fmt.changes b/fmt.changes index b05d877..5e8dc0e 100644 --- a/fmt.changes +++ b/fmt.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Aug 29 08:18:11 UTC 2023 - Jan Engelhardt + +- Update to release 10.1.1 + * Added formatters for std::atomic and atomic_flag. + * Fixed an error about partial specialization of + formatter after instantiation (GCC, C++20 mode). + * Made fmt::to_string work with types that have format_as + overloads. + * Made formatted_size work with integral format specifiers at + compile time. + ------------------------------------------------------------------- Sat Aug 12 22:50:35 UTC 2023 - Jan Engelhardt diff --git a/fmt.spec b/fmt.spec index c5e3350..234c1e2 100644 --- a/fmt.spec +++ b/fmt.spec @@ -18,7 +18,7 @@ %define sover 10 Name: fmt -Version: 10.1.0 +Version: 10.1.1 Release: 0 Summary: A formatting library for C++ License: MIT