From 84dd7497cbf8dc82d3b811134296fe76ffa8784a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 24 Oct 2022 13:54:36 +0800 Subject: [PATCH] fvwm: upgrade 2.6.9 -> 2.7.0 Changelog: ========== * Bug fixes: - Fix handling of configure's --enable-mandoc/--enable-htmldoc - Fix crash in FvwmPager when desk height or width is 0 - Added DoubleClick time to man page. - Fix to FvwmIconMan to disable a SizeHint warning. - Allow for reproducible builds. - Increase the number of supported mouse buttons to 15. - Tweaks to configure.ac Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj (cherry picked from commit 6a0ea55c1aa00ad95513855c384d097412ac6143) Signed-off-by: Armin Kuster --- meta-oe/recipes-graphics/fvwm/{fvwm_2.6.9.bb => fvwm_2.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/fvwm/{fvwm_2.6.9.bb => fvwm_2.7.0.bb} (98%) diff --git a/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb b/meta-oe/recipes-graphics/fvwm/fvwm_2.7.0.bb similarity index 98% rename from meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb rename to meta-oe/recipes-graphics/fvwm/fvwm_2.7.0.bb index 123af4d3aa..8daf38a0ba 100644 --- a/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb +++ b/meta-oe/recipes-graphics/fvwm/fvwm_2.7.0.bb @@ -36,7 +36,7 @@ SRC_URI = " \ file://0001-Fix-compilation-for-disabled-gnome.patch \ " -SRCREV = "88eab6dc16da6e5dd25fe97fbb56b96ef0d58657" +SRCREV = "7baf540e56fb1a3e91752acba872a88543529d46" S = "${WORKDIR}/git"