From f21a38b342c6ad886443580badaa9a6d28ce05622510079b5cfb131239269581 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 27 Aug 2022 12:00:44 +0000 Subject: [PATCH] - Update to release 1.0.9 OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=21 --- gptfdisk-1.0.8.tar.gz | 3 --- gptfdisk-1.0.9.tar.gz | 3 +++ gptfdisk.changes | 14 ++++++++++++++ gptfdisk.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 gptfdisk-1.0.8.tar.gz create mode 100644 gptfdisk-1.0.9.tar.gz diff --git a/gptfdisk-1.0.8.tar.gz b/gptfdisk-1.0.8.tar.gz deleted file mode 100644 index c34f8ae..0000000 --- a/gptfdisk-1.0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95d19856f004dabc4b8c342b2612e8d0a9eebdd52004297188369f152e9dc6df -size 208958 diff --git a/gptfdisk-1.0.9.tar.gz b/gptfdisk-1.0.9.tar.gz new file mode 100644 index 0000000..e2de6e2 --- /dev/null +++ b/gptfdisk-1.0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafead2693faeb8e8b97832b23407f6ed5b3219bc1784f482dd855774e2d50c2 +size 215065 diff --git a/gptfdisk.changes b/gptfdisk.changes index 4365397..e36f1e6 100644 --- a/gptfdisk.changes +++ b/gptfdisk.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Aug 27 11:58:11 UTC 2022 - Jan Engelhardt + +- Update to release 1.0.9 + * Added support for aligning partitions' end points, as well as + their start points. This support affects the default + partition size when using 'n' in gdisk; it affects the + default partition size in cgdisk; and it is activated by the + new `-I` option in sgdisk. + * Added check for too-small disks (most likely to be an issue + when trying to use a too-small disk image); program now + aborts if this happens. + * Added new parition type codes. + ------------------------------------------------------------------- Thu Jun 10 08:23:55 UTC 2021 - Paolo Stivanin diff --git a/gptfdisk.spec b/gptfdisk.spec index f387fe7..5cf53ac 100644 --- a/gptfdisk.spec +++ b/gptfdisk.spec @@ -1,7 +1,7 @@ # # spec file for package gptfdisk # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: gptfdisk -Version: 1.0.8 +Version: 1.0.9 Release: 0 Summary: GPT partitioning and MBR repair software License: GPL-2.0-only