From 61075f12a569ddfd4dd89eb02bf499f5f708149f68a239e5e92044bbee2a1a6a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 28 May 2020 12:08:42 +0000 Subject: [PATCH] Accepting request 809051 from home:glaubitz:branches:filesystems - Update to 1.0.5 * Fixed typos and minor formatting issues in man pages * Changed number of columns in type code output ("sgdisk -L" and equivalents in gdisk and cgdisk) from 3 to 2, since some descriptions are long enough that they're ambiguous with three columns. * Makefile change: Add $(LDLIBS) support to enable clean static builds (for libintl). * You can now put the 0xEE partition last in a hybrid MBR using sgdisk. (Previously, this was possible with gdisk but not with sgdisk.) See the sgdisk man page for details. * Added numerous type codes for Container Linux, Veracrypt, and Freedesktop.org's Discoverable Partitions Specification * Partition type name searches are now case-insensitive. * It's now possible to quit out of partition type name searches by typing "q". * When changing a partition type code, the default is now the current type code, not a platform-specific type code. * The UEFI GPT fdisk project (https://sourceforge.net/projects/uefigptfdisk/) hasn't been updated since 2016, and is now broken; binaries don't compile with modern GCC toolchains, and even when dropping back to Ubuntu 14.04, which worked for GPT fdisk 1.0.4, the resulting binary hangs on launch. Therefore, I'm dropping support for the EFI build of gdisk, at least unless and until UEFI GPT fdisk is fixed. * Apple no longer supports building i386 or "fat" binaries in XCode (or if they do, they're making it hard), so I've removed that support. GPT fdisk macOS binaries are now x86-64 only. Similarly, building now seems to require macOS 10.9 or later, so that's now the minimum macOS version. I've also re-built my Mac build environment and tweaked Makefile.mac appropriately. OBS-URL: https://build.opensuse.org/request/show/809051 OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=13 --- gptfdisk-1.0.4.tar.gz | 3 --- gptfdisk-1.0.5.tar.gz | 3 +++ gptfdisk.changes | 34 ++++++++++++++++++++++++++++++++++ gptfdisk.spec | 6 +++--- 4 files changed, 40 insertions(+), 6 deletions(-) delete mode 100644 gptfdisk-1.0.4.tar.gz create mode 100644 gptfdisk-1.0.5.tar.gz diff --git a/gptfdisk-1.0.4.tar.gz b/gptfdisk-1.0.4.tar.gz deleted file mode 100644 index 043755e..0000000 --- a/gptfdisk-1.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b663391a6876f19a3cd901d862423a16e2b5ceaa2f4a3b9bb681e64b9c7ba78d -size 204075 diff --git a/gptfdisk-1.0.5.tar.gz b/gptfdisk-1.0.5.tar.gz new file mode 100644 index 0000000..d0091d6 --- /dev/null +++ b/gptfdisk-1.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7d3987cd0488ecaf4b48761bc97f40b1dc089e5ff53c4b37abe30bc67dcb2f +size 205973 diff --git a/gptfdisk.changes b/gptfdisk.changes index 190bb11..8df3bad 100644 --- a/gptfdisk.changes +++ b/gptfdisk.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Tue May 26 14:54:40 UTC 2020 - John Paul Adrian Glaubitz + +- Update to 1.0.5 + * Fixed typos and minor formatting issues in man pages + * Changed number of columns in type code output ("sgdisk -L" and equivalents + in gdisk and cgdisk) from 3 to 2, since some descriptions are long enough + that they're ambiguous with three columns. + * Makefile change: Add $(LDLIBS) support to enable clean static builds (for + libintl). + * You can now put the 0xEE partition last in a hybrid MBR using sgdisk. + (Previously, this was possible with gdisk but not with sgdisk.) See the + sgdisk man page for details. + * Added numerous type codes for Container Linux, Veracrypt, and + Freedesktop.org's Discoverable Partitions Specification + * Partition type name searches are now case-insensitive. + * It's now possible to quit out of partition type name searches by typing + "q". + * When changing a partition type code, the default is now the current + type code, not a platform-specific type code. + * The UEFI GPT fdisk project + (https://sourceforge.net/projects/uefigptfdisk/) hasn't been updated since + 2016, and is now broken; binaries don't compile with modern GCC + toolchains, and even when dropping back to Ubuntu 14.04, which worked for + GPT fdisk 1.0.4, the resulting binary hangs on launch. Therefore, I'm + dropping support for the EFI build of gdisk, at least unless and until + UEFI GPT fdisk is fixed. + * Apple no longer supports building i386 or "fat" binaries in XCode (or if + they do, they're making it hard), so I've removed that support. GPT fdisk + macOS binaries are now x86-64 only. Similarly, building now seems to + require macOS 10.9 or later, so that's now the minimum macOS version. I've + also re-built my Mac build environment and tweaked Makefile.mac + appropriately. + ------------------------------------------------------------------- Wed Oct 24 04:20:34 UTC 2018 - sean@suspend.net diff --git a/gptfdisk.spec b/gptfdisk.spec index c31f7e2..ca571e1 100644 --- a/gptfdisk.spec +++ b/gptfdisk.spec @@ -1,7 +1,7 @@ # # spec file for package gptfdisk # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: gptfdisk -Version: 1.0.4 +Version: 1.0.5 Release: 0 Summary: GPT partitioning and MBR repair software License: GPL-2.0-only Group: System/Base -Url: http://rodsbooks.com/gdisk +URL: http://rodsbooks.com/gdisk Source: http://downloads.sf.net/%name/%name-%version.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build