rpms/gdisk/F-11 .cvsignore, 1.3, 1.4 gdisk.spec, 1.3, 1.4 sources, 1.3, 1.4

terjeros terjeros at fedoraproject.org
Thu Mar 25 07:02:31 UTC 2010


Author: terjeros

Update of /cvs/pkgs/rpms/gdisk/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8587/F-11

Modified Files:
	.cvsignore gdisk.spec sources 
Log Message:
Sync with rawhide.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gdisk/F-11/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	20 Mar 2010 10:33:24 -0000	1.3
+++ .cvsignore	25 Mar 2010 07:02:31 -0000	1.4
@@ -1 +1 @@
-gdisk-0.6.5.tgz
+gdisk-0.6.6.tgz


Index: gdisk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdisk/F-11/gdisk.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- gdisk.spec	20 Mar 2010 10:42:39 -0000	1.3
+++ gdisk.spec	25 Mar 2010 07:02:31 -0000	1.4
@@ -1,13 +1,11 @@
 Summary:       An fdisk-like partitioning tool for GPT disks
 Name:          gdisk
-Version:       0.6.5
-Release:       1%{?dist}.1
+Version:       0.6.6
+Release:       1%{?dist}
 License:       GPLv2
 URL:           http://www.rodsbooks.com/gdisk/
 Group:         System Environment/Base
 Source0:       http://downloads.sourceforge.net/gptfdisk/gdisk-%{version}.tgz
-# patch from upstream
-Patch0:        gdisk-0.6.5-alignment.patch
 BuildRequires: popt-devel e2fsprogs-devel
 BuildRoot:     %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 %description
@@ -18,10 +16,9 @@ tables, and the ability to convert MBR d
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%{__make} CXXFLAGS="%{optflags}"
+%{__make} CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64"
 
 %install
 %{__rm} -rf %{buildroot}
@@ -42,7 +39,11 @@ tables, and the ability to convert MBR d
 %{_mandir}/man8/sgdisk.8*
 
 %changelog
-* Sat Mar 20 2010 Terje Rosten <terje.rosten at ntnu.no> - 0.6.5-1.fc11.1
+* Thu Mar 25 2010 Terje Rosten <terje.rosten at ntnu.no> - 0.6.6-1
+- 0.6.6
+- Compile with -D_FILE_OFFSET_BITS=64, recommended upstream
+
+* Sat Mar 20 2010 Terje Rosten <terje.rosten at ntnu.no> - 0.6.5-1
 - 0.6.5
 - Add alignment patch (bz #575297)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gdisk/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	20 Mar 2010 10:33:24 -0000	1.3
+++ sources	25 Mar 2010 07:02:31 -0000	1.4
@@ -1 +1 @@
-75110b32e1ed27b0fcac6f0d89feae57  gdisk-0.6.5.tgz
+575494b001da164e5784c3e65289af7c  gdisk-0.6.6.tgz



More information about the scm-commits mailing list