[Lunar-commits] r23737 - moonbase/trunk/libs/progsreiserfs

Dennis Veatch stumbles at lunar-linux.org
Mon Mar 19 14:47:31 CET 2007


Author: stumbles
Date: 2007-03-19 14:47:31 +0100 (Mon, 19 Mar 2007)
New Revision: 23737

Modified:
   moonbase/trunk/libs/progsreiserfs/DETAILS
Log:

The rc version of this would croak on some cc errros. I noticed
this rc version is older than the version I'm bumping to. This 
one does compile, on gcc4 as well.



Modified: moonbase/trunk/libs/progsreiserfs/DETAILS
===================================================================
--- moonbase/trunk/libs/progsreiserfs/DETAILS	2007-03-19 13:27:04 UTC (rev 23736)
+++ moonbase/trunk/libs/progsreiserfs/DETAILS	2007-03-19 13:47:31 UTC (rev 23737)
@@ -1,27 +1,29 @@
           MODULE=progsreiserfs
-         VERSION=0.3.1-rc8
+         VERSION=0.3.0.4
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://reiserfs.osdn.org.ua/snapshots/
-   SOURCE_URL[1]=http://reiserfs.linux.kiev.ua/snapshots/
+   SOURCE_URL[0]=http://reiserfs.osdn.org.ua/
+   SOURCE_URL[1]=http://reiserfs.linux.kiev.ua/
+      SOURCE_VFY=sha1:4b7d18beb76780adc3d843f80762492552ff14ef
         WEB_SITE=http://reiserfs.osdn.org.ua
          ENTERED=20021220
-         UPDATED=20021220
+         UPDATED=20070319
            SHORT="library for reiserfs filesystem access and manipulation."
+
 cat << EOF
 This is a library for reiserfs filesystem access and manipulation.
-The primary goal is to develop the nice, full functionality library 
-wich might be linked against any projects which needed reiserfs filesystem 
+The primary goal is to develop the nice, full functionality library
+wich might be linked against any projects which needed reiserfs filesystem
 access. There are GNU Parted, GNU GRUB, Yaboot, Partimage, EVMS, etc.
 
 The second goal is high maintainability source code.
 
-The third goal is to develop an alternative set of the reiserfsprogs as 
+The third goal is to develop an alternative set of the reiserfsprogs as
 small and nice frontends to this library.
 
 For now progsreiserfs consists of:
-1. libreiserfs, which have a number of high level APIs for access reiserfs 
-   filesystem. There are: main filesystem code (reiserfs_fs_open, reiserfs_fs_close, 
-   resierfs_fs_create, reiserfs_fs_resize, reiserfs_fs_journal_tune, etc), journal 
+1. libreiserfs, which have a number of high level APIs for access reiserfs
+   filesystem. There are: main filesystem code (reiserfs_fs_open, reiserfs_fs_close,
+   resierfs_fs_create, reiserfs_fs_resize, reiserfs_fs_journal_tune, etc), journal
    code, bitmap code, directories and files access code and device abstraction layer.
 2. four progs which are simple frontends to libreiserfs. There are: mkfs.reiserfs,
    resizefs.reiserfs, cpfs.reiserfs, tunefs.reiserfs.



More information about the Lunar-commits mailing list