[gdisk] 0.7.2

terjeros terjeros at fedoraproject.org
Sun Jul 10 10:19:45 UTC 2011


commit bc89ed7b3d728dafaa6cf70a6c915f4880436ad8
Author: Terje Røsten <terje.rosten at ntnu.no>
Date:   Sun Jul 10 12:19:31 2011 +0200

    0.7.2

 .gitignore               |    1 +
 gdisk.spec               |    9 +++++----
 gptfdisk-0.7.1-dso.patch |   15 ---------------
 sources                  |    2 +-
 4 files changed, 7 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ca62d47..d78c9af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ gdisk-0.6.8.tgz
 /gdisk-0.6.13.tgz
 /gdisk-0.6.14.tgz
 /gptfdisk-0.7.1.tgz
+/gptfdisk-0.7.2.tar.gz
diff --git a/gdisk.spec b/gdisk.spec
index 0c1b326..6aa5ecb 100644
--- a/gdisk.spec
+++ b/gdisk.spec
@@ -1,12 +1,11 @@
 Summary:       An fdisk-like partitioning tool for GPT disks
 Name:          gdisk
-Version:       0.7.1
+Version:       0.7.2
 Release:       1%{?dist}
 License:       GPLv2
 URL:           http://www.rodsbooks.com/gdisk/
 Group:         System Environment/Base
-Source0:       http://downloads.sourceforge.net/gptfdisk/gptfdisk-%{version}.tgz
-Patch0:        gptfdisk-0.7.1-dso.patch
+Source0:       http://downloads.sourceforge.net/gptfdisk/gptfdisk-%{version}.tar.gz
 BuildRequires: popt-devel
 BuildRequires: libicu-devel
 BuildRequires: libuuid-devel
@@ -19,7 +18,6 @@ tables, and the ability to convert MBR disks to GPT format.
 
 %prep
 %setup -q -n gptfdisk-%{version}
-%patch0 -p1
 
 %build
 %{__make} CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64"
@@ -43,6 +41,9 @@ tables, and the ability to convert MBR disks to GPT format.
 %{_mandir}/man8/sgdisk.8*
 
 %changelog
+* Sun Jul 10 2011 Terje Rosten <terje.rosten at ntnu.no> - 0.7.2-1
+- 0.7.2
+
 * Mon Apr 12 2011 Terje Rosten <terje.rosten at ntnu.no> - 0.7.1-1
 - 0.7.1
 
diff --git a/sources b/sources
index bb437e6..8f667e4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7c8d810df61e81c821bef399b832e89e  gptfdisk-0.7.1.tgz
+31deeb7acb5104d56ba2ddeafd907513  gptfdisk-0.7.2.tar.gz


More information about the scm-commits mailing list