diff mbox series

[03/31] fmt: upgrade 11.1.3 -> 11.1.4

Message ID 1741079356-13445-3-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 2f6bb073c6dd5e0ed64d161acc37d465c5fc2302
Headers show
Series [01/31] bind: upgrade 9.20.5 -> 9.20.6 | expand

Commit Message

Mingyu Wang (Fujitsu) March 4, 2025, 9:08 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Fixed ABI compatibility with earlier 11.x versions on Windows
- Improved the logic of switching between fixed and exponential format for float
- Moved is_compiled_string to the public API
- Simplified implementation of operator""_cf
- Fixed __builtin_strlen detection
- Fixed handling of BMI paths with the Ninja generator
- Fixed gcc 8.3 compile errors
- Fixed a bogus MSVC warning

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

Patch

diff --git a/meta/recipes-devtools/fmt/fmt_11.1.3.bb b/meta/recipes-devtools/fmt/fmt_11.1.4.bb
similarity index 90%
rename from meta/recipes-devtools/fmt/fmt_11.1.3.bb
rename to meta/recipes-devtools/fmt/fmt_11.1.4.bb
index 9a2ee396dd..7c860eb608 100644
--- a/meta/recipes-devtools/fmt/fmt_11.1.3.bb
+++ b/meta/recipes-devtools/fmt/fmt_11.1.4.bb
@@ -5,7 +5,7 @@  LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b9257785fc4f3803a4b71b76c1412729"
 
 SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https"
-SRCREV = "9cf9f38eded63e5e0fb95cd536ba51be601d7fa2"
+SRCREV = "123913715afeb8a437e6388b4473fcc4753e1c9a"
 
 S = "${WORKDIR}/git"