[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (694486d40a19331d2661f70747b4cafa9617b0ea)

Vlad Glagolev scm at sourcemage.org
Wed Jan 13 04:15:55 EST 2010


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 dev/null                                |binary
 disk/xfsprogs/DETAILS                   |    3 +--
 disk/xfsprogs/HISTORY                   |    4 ++++
 disk/xfsprogs/PRE_BUILD                 |    4 ----
 disk/xfsprogs/off64_t.patch             |   14 --------------
 disk/xfsprogs/xfsprogs-3.0.5.tar.gz.sig |    0 
 disk/xfsprogs/xfsprogs-3.1.0.tar.gz.sig |binary
 7 files changed, 5 insertions(+), 20 deletions(-)

New commits:
commit 694486d40a19331d2661f70747b4cafa9617b0ea
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    xfsprogs: => 3.1.0

diff --git a/disk/xfsprogs/DETAILS b/disk/xfsprogs/DETAILS
index 586e9c6..1d8cb60 100755
--- a/disk/xfsprogs/DETAILS
+++ b/disk/xfsprogs/DETAILS
@@ -1,6 +1,5 @@
            SPELL=xfsprogs
-         VERSION=3.0.5
-      PATCHLEVEL=2
+         VERSION=3.1.0
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
    SOURCE_URL[0]=ftp://oss.sgi.com/projects/xfs/cmd_tars/$SOURCE
diff --git a/disk/xfsprogs/HISTORY b/disk/xfsprogs/HISTORY
index 3038381..7fb896d 100644
--- a/disk/xfsprogs/HISTORY
+++ b/disk/xfsprogs/HISTORY
@@ -1,3 +1,7 @@
+2010-01-13 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS: updated spell to 3.1.0
+	* PRE_BUILD, off64_t.patch: removed
+
 2009-12-01 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS: PATCHLEVEL=2
 	* PRE_BUILD: added, to apply the patch
diff --git a/disk/xfsprogs/PRE_BUILD b/disk/xfsprogs/PRE_BUILD
deleted file mode 100755
index 35ba197..0000000
--- a/disk/xfsprogs/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p0 < "$SPELL_DIRECTORY/off64_t.patch"
diff --git a/disk/xfsprogs/off64_t.patch b/disk/xfsprogs/off64_t.patch
deleted file mode 100644
index 3336b05..0000000
--- a/disk/xfsprogs/off64_t.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- include/linux.h.orig
-+++ include/linux.h
-@@ -98,9 +98,9 @@ static __inline__ void platform_uuid_copy(uuid_t *dst, uuid_t *src)
- #endif
- 
- static __inline__ int
--platform_discard_blocks(int fd, off64_t start, off64_t end)
-+platform_discard_blocks(int fd, uint64_t start, uint64_t len)
- {
--	__uint64_t range[2] = { start, end };
-+	__uint64_t range[2] = { start, len };
- 
- 	if (ioctl(fd, BLKDISCARD, &range) < 0)
- 		return errno;
diff --git a/disk/xfsprogs/xfsprogs-3.0.5.tar.gz.sig b/disk/xfsprogs/xfsprogs-3.0.5.tar.gz.sig
deleted file mode 100644
index 0583310..0000000
Binary files a/disk/xfsprogs/xfsprogs-3.0.5.tar.gz.sig and /dev/null differ
diff --git a/disk/xfsprogs/xfsprogs-3.1.0.tar.gz.sig b/disk/xfsprogs/xfsprogs-3.1.0.tar.gz.sig
new file mode 100644
index 0000000..7d83fb3
Binary files /dev/null and b/disk/xfsprogs/xfsprogs-3.1.0.tar.gz.sig differ



More information about the SM-Commit mailing list