From c67ab6dac0022eb9c7f4e99b562891af10c6e532ff8043b516426f111d605cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 5 Mar 2014 14:37:53 +0000 Subject: [PATCH] Accepting request 224581 from filesystems - Update to new upstream release 0.8.10 * Bug fix of previous version: The hybrid MBR creation code in gdisk would ignore the second and third partitions to be hybridized. * Fix bug that could cause incorrect partition end points to be set on hybridized partitions that spanned the 2^32-sector mark on disks. * Finally, this version enables the use of 0 as a value for a partition number to the -A/--attributes, -c/--change-name, -t/--typecode, and -u/--partition-guid commands if an earlier -n/--new option created a new partition; in this case, 0 refers to that newly-created partition. (forwarded request 224579 from rudi_m) OBS-URL: https://build.opensuse.org/request/show/224581 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=11 --- gptfdisk-0.8.10.tar.gz | 3 +++ gptfdisk-0.8.8.tar.gz | 3 --- gptfdisk.changes | 37 +++++++++++++++++++++++++++++++++++++ gptfdisk.spec | 8 ++------ 4 files changed, 42 insertions(+), 9 deletions(-) create mode 100644 gptfdisk-0.8.10.tar.gz delete mode 100644 gptfdisk-0.8.8.tar.gz diff --git a/gptfdisk-0.8.10.tar.gz b/gptfdisk-0.8.10.tar.gz new file mode 100644 index 0000000..1e67930 --- /dev/null +++ b/gptfdisk-0.8.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e64151203ae0c347c488358e71ca582bb7fb7f0d66df86b71c42050390eb9b +size 190666 diff --git a/gptfdisk-0.8.8.tar.gz b/gptfdisk-0.8.8.tar.gz deleted file mode 100644 index c822b0b..0000000 --- a/gptfdisk-0.8.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c31e9c0e4802079526658947ab236d3b417604a8246a418f41cdc2a8ec2be9a -size 188395 diff --git a/gptfdisk.changes b/gptfdisk.changes index 6631591..fd8cc59 100644 --- a/gptfdisk.changes +++ b/gptfdisk.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Tue Mar 4 10:19:25 UTC 2014 - sweet_f_a@gmx.de + +- Update to new upstream release 0.8.10 + * Bug fix of previous version: The hybrid MBR creation code in + gdisk would ignore the second and third partitions to be + hybridized. + * Fix bug that could cause incorrect partition end points to be + set on hybridized partitions that spanned the 2^32-sector mark + on disks. + * Finally, this version enables the use of 0 as a value for a + partition number to the -A/--attributes, -c/--change-name, + -t/--typecode, and -u/--partition-guid commands if an earlier + -n/--new option created a new partition; in this case, 0 refers + to that newly-created partition. + +------------------------------------------------------------------- +Tue Feb 25 14:40:22 UTC 2014 - sweet_f_a@gmx.de + +- Update to new upstream release 0.8.9 + * Three new type codes. + * The verify (v) function now checks for MBR partitions (the 0xEE + protective partitions or hybrid MBR partitions) that don't fit + on the disk. + * The GPT-destruction options (z in gdisk, -z and -Z in sgdisk) + now wipe out the final few sectors on the disk rather than + wherever the backup GPT data are recorded as being. This is done + to prevent wiping out data mid-disk, which can otherwise happen + if a RAID array is resized in certain ways and the GPT data are + not moved prior to wiping the GPT data. + * The FixParts program had developed a bug in which it complained + that the 0xEE partition didn't begin on sector 1; this version + fixes that bug. + * Finally, this version removes the dependency on libicu for UTF-16 + support in partition names. +- remove obsolete libicu dependency + ------------------------------------------------------------------- Wed Nov 13 13:18:19 UTC 2013 - sweet_f_a@gmx.de diff --git a/gptfdisk.spec b/gptfdisk.spec index 77210e5..9184e04 100644 --- a/gptfdisk.spec +++ b/gptfdisk.spec @@ -17,26 +17,22 @@ Name: gptfdisk -Version: 0.8.8 +Version: 0.8.10 Release: 0 Summary: GPT partitioning and MBR repair software License: GPL-2.0 Group: System/Base Url: http://rodsbooks.com/gdisk -#DL-URL: http://downloads.sf.net/gptfdisk/gptfdisk-0.8.8.tar.gz -Source: http://downloads.sf.net/%{name}/%{name}-%{version}.tar.gz +Source: http://downloads.sf.net/%name/%name-%version.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ BuildRequires: ncurses-devel BuildRequires: xz %if 0%{?suse_version} > 1140 -BuildRequires: pkgconfig(icu-io) -BuildRequires: pkgconfig(icu-uc) BuildRequires: pkgconfig(popt) BuildRequires: pkgconfig(uuid) %else -BuildRequires: libicu-devel BuildRequires: libuuid-devel BuildRequires: popt-devel %endif