From 9cc6dd03769ea8a43789e43d9182415d368040ec Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Wed, 11 Apr 2007 17:11:37 +0000 Subject: [PATCH] * updated partimage (0.6.5_beta3 -> 0.6.5) git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20643 10447126-35f2-4685-b0cf-6dd780d3921f --- archiver/partimage/hotfix-fs_xfs-__u64.patch | 37 -------------------- archiver/partimage/partimage.desc | 6 ++-- 2 files changed, 3 insertions(+), 40 deletions(-) delete mode 100644 archiver/partimage/hotfix-fs_xfs-__u64.patch diff --git a/archiver/partimage/hotfix-fs_xfs-__u64.patch b/archiver/partimage/hotfix-fs_xfs-__u64.patch deleted file mode 100644 index e41db00b7..000000000 --- a/archiver/partimage/hotfix-fs_xfs-__u64.patch +++ /dev/null @@ -1,37 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../partimage/hotfix-fs_xfs-__u64.patch -# Copyright (C) 2006 The OpenSDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - ---- ./src/client/fs/fs_xfs.h.orig 2006-09-28 15:02:20.000000000 +0200 -+++ ./src/client/fs/fs_xfs.h 2006-09-28 16:07:57.000000000 +0200 -@@ -150,13 +150,13 @@ - typedef __uint64_t xfs_dfiloff_t; // block number in a file - typedef __uint64_t xfs_dfilblks_t; // number of blocks in a file - --typedef uint64_t __u64; --typedef int64_t __s64; -+//typedef uint64_t __u64; -+//typedef int64_t __s64; - --typedef __u64 xfs_off_t; -+typedef uint64_t xfs_off_t; - //typedef __s32 xfs32_off_t; --typedef __u64 xfs_ino_t; // type --typedef __s64 xfs_daddr_t; // type -+typedef uint64_t xfs_ino_t; // type -+typedef int64_t xfs_daddr_t; // type - typedef char * xfs_caddr_t; // type - typedef off_t linux_off_t; - //typedef __kernel_ino_t linux_ino_t; diff --git a/archiver/partimage/partimage.desc b/archiver/partimage/partimage.desc index e8b881bf2..cc421ea03 100644 --- a/archiver/partimage/partimage.desc +++ b/archiver/partimage/partimage.desc @@ -2,7 +2,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../partimage/partimage.desc -[COPY] Copyright (C) 2006 The OpenSDE Project +[COPY] Copyright (C) 2006 - 2007 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] [COPY] More information can be found in the files COPYING and README. @@ -30,8 +30,8 @@ [L] GPL [S] Beta -[V] 0.6.5_beta3 +[V] 0.6.5 [P] X -----5---9 120.200 -[D] 943718575 partimage-0.6.5_beta3.tar.bz2 http://dl.sourceforge.net/sourceforge/partimage/ +[D] 4149328606 partimage-0.6.5.tar.bz2 http://dl.sourceforge.net/sourceforge/partimage/