From 2775cdb58ce2e779e7b72e1b917769abb580dbbe Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 1 Jul 2024 14:43:39 +0800 Subject: [PATCH] feh: upgrade 3.10.2 -> 3.10.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changelog: ========== * Fix feh not respecting aspect ratio of thumbnails that are smaller than --thumb-width and --thumb-height * Fix --no-recursive behaving like --recursive * Fix rotation by 180° corrupting images * Speed up --sort=size and --sort=mtime by caching stat(2) calls Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/feh/{feh_3.10.2.bb => feh_3.10.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/feh/{feh_3.10.2.bb => feh_3.10.3.bb} (88%) diff --git a/meta-oe/recipes-graphics/feh/feh_3.10.2.bb b/meta-oe/recipes-graphics/feh/feh_3.10.3.bb similarity index 88% rename from meta-oe/recipes-graphics/feh/feh_3.10.2.bb rename to meta-oe/recipes-graphics/feh/feh_3.10.3.bb index 2c38ce614b..5ab333c60d 100644 --- a/meta-oe/recipes-graphics/feh/feh_3.10.2.bb +++ b/meta-oe/recipes-graphics/feh/feh_3.10.3.bb @@ -9,7 +9,7 @@ DEPENDS = "\ " SRC_URI = "https://feh.finalrewind.org/feh-${PV}.tar.bz2" -SRC_URI[sha256sum] = "5f94a77de25c5398876f0cf431612d782b842f4db154d2139b778c8f196e8969" +SRC_URI[sha256sum] = "5426e2799770217af1e01c2e8c182d9ca8687d84613321d8ab4a66fe4041e9c8" inherit mime-xdg features_check # depends on virtual/libx11