From 5375ef10392e722515fcdc6ce411810a71136b0e1b16c65976ac01351929964b Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 21 Nov 2013 14:25:02 +0000 Subject: [PATCH] Accepting request 207766 from Base:System Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/207766 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=10 --- gptfdisk-0.8.7.tar.gz | 3 --- gptfdisk-0.8.8.tar.gz | 3 +++ gptfdisk.changes | 16 ++++++++++++++++ gptfdisk.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 gptfdisk-0.8.7.tar.gz create mode 100644 gptfdisk-0.8.8.tar.gz diff --git a/gptfdisk-0.8.7.tar.gz b/gptfdisk-0.8.7.tar.gz deleted file mode 100644 index a6ce413..0000000 --- a/gptfdisk-0.8.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39e61d9f3701e95db1bcb83ce8fb211b22f33548e3c75b17f22067c6968e91e3 -size 187010 diff --git a/gptfdisk-0.8.8.tar.gz b/gptfdisk-0.8.8.tar.gz new file mode 100644 index 0000000..c822b0b --- /dev/null +++ b/gptfdisk-0.8.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c31e9c0e4802079526658947ab236d3b417604a8246a418f41cdc2a8ec2be9a +size 188395 diff --git a/gptfdisk.changes b/gptfdisk.changes index dbc5c99..6631591 100644 --- a/gptfdisk.changes +++ b/gptfdisk.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Nov 13 13:18:19 UTC 2013 - sweet_f_a@gmx.de + +- Update to new upstream release 0.8.8 + * Fixed bug that could cause segfault when passing an invalid + partition number to sgdisk's -i/--info command. + * Added new partition type codes. + * Added a pause (with a prompt to hit ) to display more + items gdisk and cgdisk. There's no such pause/prompt in sgdisk, + though. + * Fine-tuned verification ('v') check for 0xEE partition that + doesn't begin on sector 1. + * Fixed hybrid MBR creation on disks larger than 2TiB + * Added check for an active/bootable 0xEE protective partition to + the verify ('v') function. + ------------------------------------------------------------------- Mon Jul 29 22:18:09 UTC 2013 - sweet_f_a@gmx.de diff --git a/gptfdisk.spec b/gptfdisk.spec index 683c57c..77210e5 100644 --- a/gptfdisk.spec +++ b/gptfdisk.spec @@ -17,14 +17,14 @@ Name: gptfdisk -Version: 0.8.7 +Version: 0.8.8 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.6.tar.gz +#DL-URL: http://downloads.sf.net/gptfdisk/gptfdisk-0.8.8.tar.gz Source: http://downloads.sf.net/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++