From cddc46c90dc1ddec86be440fd566f3cd51e6885c318d3f844fee1bbc1a3bb5e5 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 11 Jul 2024 01:51:05 +0000 Subject: [PATCH] [info=b4aec706282207c6bc3485607377b35f3b2e2a753419927376c9ca1f9397e2c8] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/fmt?expand=0&rev=61 --- 10.2.1.tar.gz | 3 --- 11.0.1.tar.gz | 3 +++ _scmsync.obsinfo | 4 ++-- build.specials.obscpio | 2 +- fmt.changes | 14 ++++++++++++++ fmt.spec | 4 ++-- 6 files changed, 22 insertions(+), 8 deletions(-) delete mode 100644 10.2.1.tar.gz create mode 100644 11.0.1.tar.gz 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 index 764ae69..deba683 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1704487228 -commit: 572d5c5fbc3d6b3ce56410aabb3d8448de06e41ac466b306d4f2b9315096f629 +mtime: 1720662613 +commit: b4aec706282207c6bc3485607377b35f3b2e2a753419927376c9ca1f9397e2c8 url: https://src.opensuse.org/jengelh/fmt revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio index 1406dd9..f16bd74 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a152b21f000aa5177c980256bd9188159d18f724b33c3868b910bb7463fee5c5 +oid sha256:e7efe651425962e7f3ade50cff950dc3cb1710e64b6fc28f80b6cab5da6a39ff 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