diff --git a/10.2.1.tar.gz b/10.2.1.tar.gz deleted file mode 100644 index 38c9620..0000000 --- a/10.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1250e4cc58bf06ee631567523f48848dc4596133e163f02615c97f78bab6c811 -size 854665 diff --git a/11.0.1.tar.gz b/11.0.1.tar.gz new file mode 100644 index 0000000..79f6e3b --- /dev/null +++ b/11.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d009f7f89ac84c0a83f79ed602463d092fbf66763766a907c97fd02b100f5e9 +size 698903 diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo new file mode 100644 index 0000000..802ef88 --- /dev/null +++ b/_scmsync.obsinfo @@ -0,0 +1,4 @@ +mtime: 1720946190 +commit: 28e447389e8d31d2252acacd1e4e79bcff8e49a97d9929fdcf4e586460508226 +url: https://src.opensuse.org/jengelh/fmt +revision: master diff --git a/baselibs.conf b/baselibs.conf index 2bc8dea..4262ae3 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libfmt10 +libfmt11 diff --git a/build.specials.obscpio b/build.specials.obscpio new file mode 100644 index 0000000..84784a3 --- /dev/null +++ b/build.specials.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d00aa70f687bd12dc4ecb22a6229353ebf5640280fe06f506df9cc8f02d892 +size 256 diff --git a/fmt.changes b/fmt.changes index 9db85cf..a65a31d 100644 --- a/fmt.changes +++ b/fmt.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Jul 10 18:07:21 UTC 2024 - Jan Engelhardt + +- Update to release 11.0.1 + * Added fmt/base.h which provides a subset of the API with + minimal include dependencies and enough functionality to + replace all uses of the printf family of functions. + * Improved integration with stdio in fmt::print, enabling + direct writes into a C stream buffer in common cases. + * fmt::format_to no longer exceeds buffers, instead it will + truncate. + * Added formatters for std::{expected,complex,type_info}, + std::chrono::{day,month,year,year_month_day}. + ------------------------------------------------------------------- Thu Jan 4 13:55:11 UTC 2024 - Jan Engelhardt diff --git a/fmt.spec b/fmt.spec index 9836757..d8df818 100644 --- a/fmt.spec +++ b/fmt.spec @@ -16,9 +16,9 @@ # -%define sover 10 +%define sover 11 Name: fmt -Version: 10.2.1 +Version: 11.0.1 Release: 0 Summary: A formatting library for C++ License: MIT