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
This commit is contained in:
Tomáš Chvátal 2014-03-05 14:37:53 +00:00 committed by Git OBS Bridge
parent 5375ef1039
commit c67ab6dac0
4 changed files with 42 additions and 9 deletions

3
gptfdisk-0.8.10.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:73e64151203ae0c347c488358e71ca582bb7fb7f0d66df86b71c42050390eb9b
size 190666

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c31e9c0e4802079526658947ab236d3b417604a8246a418f41cdc2a8ec2be9a
size 188395

View File

@ -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

View File

@ -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