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 - 0.7.2-1 +- 0.7.2 + * Mon Apr 12 2011 Terje Rosten - 0.7.1-1 - 0.7.1 diff --git a/gptfdisk-0.7.1-dso.patch b/gptfdisk-0.7.1-dso.patch deleted file mode 100644 index 8d414b2..0000000 --- a/gptfdisk-0.7.1-dso.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- gptfdisk-0.7.1/Makefile.orig 2011-04-11 11:01:15.000000000 +0200 -+++ gptfdisk-0.7.1/Makefile 2011-04-11 11:05:40.000000000 +0200 -@@ -14,10 +14,10 @@ - all: gdisk sgdisk fixparts - - gdisk: $(LIB_OBJS) gdisk.o gpttext.o -- $(CXX) $(LIB_OBJS) gdisk.o gpttext.o $(LDFLAGS) -licuio -luuid -o gdisk -+ $(CXX) $(LIB_OBJS) gdisk.o gpttext.o $(LDFLAGS) -licuio -licuuc -luuid -o gdisk - - sgdisk: $(LIB_OBJS) sgdisk.o -- $(CXX) $(LIB_OBJS) sgdisk.o $(LDFLAGS) -licuio -luuid -lpopt -o sgdisk -+ $(CXX) $(LIB_OBJS) sgdisk.o $(LDFLAGS) -licuio -licuuc -luuid -lpopt -o sgdisk - - fixparts: $(MBR_LIB_OBJS) fixparts.o - $(CXX) $(MBR_LIB_OBJS) fixparts.o $(LDFLAGS) -o fixparts 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