From f1eb45425a3fb976dcede29d369abe19c105a53b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 10 Feb 2025 17:00:36 +0800 Subject: [PATCH] gparted: upgrade 1.6.0 -> 1.7.0 Changelog: =========== * Recognise NBDs (Network Block Devices) * Add support for Bcachefs (experimental), single device file systems only * Prevent GParted probe starting LVM Volume Groups * Increase minimum required version of libparted to 3.2 * Update CI jobs for Ubuntu 24.04 LTS and use Rocky Linux 8 * Read exFAT file system usage from exfatprogs >= 1.2.3 * Fix serial number for my USB key showing binary data * Add support for Bcachefs, single device file systems only * Prevent GParted probe starting LVM Volume Groups * Fix hang searching partitions when btrfs-progs not installed * Increase minimum required version of libparted to 3.2 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../gparted/{gparted_1.6.0.bb => gparted_1.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-extended/gparted/{gparted_1.6.0.bb => gparted_1.7.0.bb} (93%) diff --git a/meta-gnome/recipes-extended/gparted/gparted_1.6.0.bb b/meta-gnome/recipes-extended/gparted/gparted_1.7.0.bb similarity index 93% rename from meta-gnome/recipes-extended/gparted/gparted_1.6.0.bb rename to meta-gnome/recipes-extended/gparted/gparted_1.7.0.bb index ab2890679a..ec221a140f 100644 --- a/meta-gnome/recipes-extended/gparted/gparted_1.6.0.bb +++ b/meta-gnome/recipes-extended/gparted/gparted_1.7.0.bb @@ -11,7 +11,7 @@ SRC_URI = " \ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.gz \ ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'file://0001-Install-polkit-action-unconditionally-executable-pke.patch', '', d)} \ " -SRC_URI[sha256sum] = "9b9f51b3ce494ddcb59a55e1ae6679c09436604e331dbf5a536d60ded6c6ea5b" +SRC_URI[sha256sum] = "84ae3b9973e443a2175f07aa0dc2aceeadb1501e0f8953cec83b0ec3347b7d52" UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/gparted/files/gparted/" UPSTREAM_CHECK_REGEX = "gparted-(?P\d+\.(\d+)+(\.\d+)+)"