Whamcloud - gitweb
ChangeLog, main.c, .del-resize2fs-1.12.spec~70080ffd, resize2fs.8.in:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 9 Mar 1998 17:41:53 +0000 (17:41 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 9 Mar 1998 17:41:53 +0000 (17:41 +0000)
  Decouple version numbers from the base e2fsprogs release.

resize/ChangeLog
resize/main.c
resize/resize2fs-1.12.spec
resize/resize2fs.8.in

index 54ea5e2..c7f8cfb 100644 (file)
@@ -1,3 +1,7 @@
+Mon Mar  9 12:02:47 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * main.c: Use a local version.h file.
+
 Sat Mar  7 18:18:04 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * Makefile.in: Change the name of the complete source file that we
index e75a8c3..87aa8dc 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "resize2fs.h"
 
-#include "../version.h"
+#include "./version.h"
 
 char *program_name, *device_name;
 
@@ -116,9 +116,8 @@ void main (int argc, char ** argv)
 
        initialize_ext2_error_table();
 
-       fprintf (stderr, "resize2fs %s, %s for EXT2 FS %s, %s\n",
-                E2FSPROGS_VERSION, E2FSPROGS_DATE,
-                EXT2FS_VERSION, EXT2FS_DATE);
+       fprintf (stderr, "resize2fs %s (%s)\n",
+                E2FSPROGS_VERSION, E2FSPROGS_DATE);
        fprintf(stderr, "Copyright 1998 by Theodore Ts'o and PowerQuest, Inc.  All Rights Reserved.\n\n");
        if (argc && *argv)
                program_name = *argv;
index 3e12387..3893e97 100644 (file)
@@ -1,6 +1,6 @@
 Summary: ext2 filesystem resizer
 Name: resize2fs
-Version: 1.12
+Version: 1.00
 Release: 0
 Vendor: PowerQuest
 Copyright: Licensed to Registered Users of Partition Magic(tm)
index 2b558c9..f54136c 100644 (file)
@@ -1,7 +1,8 @@
 .\" -*- nroff -*-
 .\" Copyright 1997 by Theodore Ts'o.  All Rights Reserved.
 .\" 
-.TH RESIZE2FS 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
+.\" .TH RESIZE2FS 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
+.TH RESIZE2FS 8 "March 1998" "Resize2fs version 1.00"
 .SH NAME
 resize2fs \- ext2 file system resizer
 .SH SYNOPSIS