Procházet zdrojové kódy

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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Wang Mingyu před 3 měsíci
rodič
revize
f1eb45425a

+ 1 - 1
meta-gnome/recipes-extended/gparted/gparted_1.6.0.bb → 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<pver>\d+\.(\d+)+(\.\d+)+)"