diff mbox series

[meta-oe] fmt: upgrade 10.1.0 -> 10.1.1

Message ID 1693965165-13882-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe] fmt: upgrade 10.1.0 -> 10.1.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 6, 2023, 1:52 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
Added formatters for std::atomic and atomic_flag (#3574, #3594).
Fixed an error about partial specialization of formatter<string> after instantiation when compiled with gcc and C++20 (#3584).
Fixed compilation as a C++20 module with gcc and clang (#3587, #3597, #3605).
Made fmt::to_string work with types that have format_as overloads (#3575).
Made formatted_size work with integral format specifiers at compile time (#3591).
Fixed a warning about the no_unique_address attribute on clang-cl (#3599).
Improved compatibility with the legacy GBK encoding (#3598, #3599).
Added OpenSSF Scorecard analysis (#3530, #3571).
Updated CI dependencies

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-support/fmt/{fmt_10.1.0.bb => fmt_10.1.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/fmt/{fmt_10.1.0.bb => fmt_10.1.1.bb} (90%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/fmt/fmt_10.1.0.bb b/meta-oe/recipes-support/fmt/fmt_10.1.1.bb
similarity index 90%
rename from meta-oe/recipes-support/fmt/fmt_10.1.0.bb
rename to meta-oe/recipes-support/fmt/fmt_10.1.1.bb
index f8d7edcdfe..d6706d3e7a 100644
--- a/meta-oe/recipes-support/fmt/fmt_10.1.0.bb
+++ b/meta-oe/recipes-support/fmt/fmt_10.1.1.bb
@@ -5,7 +5,7 @@  LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=b9257785fc4f3803a4b71b76c1412729"
 
 SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https"
-SRCREV = "e57ca2e3685b160617d3d95fcd9e789c4e06ca88"
+SRCREV = "f5e54359df4c26b6230fc61d38aa294581393084"
 
 S = "${WORKDIR}/git"