Skip to content

Commit

Permalink
gparted: upgrade 1.1.0 -> 1.2.0
Browse files Browse the repository at this point in the history
GParted 1.2.0 (2021-01-25)

Release Notes

This release of GParted includes enhancements, bug fixes and language translation updates.
Key changes include:

    Add exFAT support using exfatprogs
    Wait for udev change on /dev/DISK when erasing signatures
    Don't try to mask non-existent Systemd \xe2\x97\x8f.service

Bug Fixes

    Add exFAT support using exfatprogs (!30)
    Fix gparted not launching when PS_FORMAT environment variable set (!54)
    Wait for udev change on /dev/DISK when erasing signatures(openembedded#83, !55)
    Raise minimum supported dosfstools to 3.0.18 (!57)
    Fix formatting directive in it.po (!58)
    Fix GNOME GitLab CI test job failures because of missing /dev entries (!59)
    Fix GitLab CI job failures following Ubuntu docker image updates (!60)
    Fix CentOS 7 CI test job fails because of zero sized /etc/machine-id (!62)
    Set default alignment to cylinder for amiga partition table (openembedded#116, !63)
    Don't try to mask non-existent Systemd \xe2\x97\x8f.service (openembedded#129, !64)

Code Credits

Code enhancements are courtesy of Mike Fleetwood, Antoine Viallon and Curtis Gedak.

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
schnitzeltony authored and kraj committed Jan 29, 2021
1 parent c644bf3 commit ba4968c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ SRC_URI = " \
${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.gz \
file://0001-Install-polkit-action-unconditionally-executable-pke.patch \
"
SRC_URI[md5sum] = "0da45cb522d766dfb4886fb3bdbc2634"
SRC_URI[sha256sum] = "e2fe7b7afbc07e930491c00a05200c2682cc0576ca8f6da87245a000257f5924"
SRC_URI[sha256sum] = "6c90715d254d7a7ec0208b29007b64160dd9fb7df4c4aa7f8ec2c9d23114c719"

DEPENDS += " \
glib-2.0-native \
Expand Down

0 comments on commit ba4968c

Please sign in to comment.