README, RELEASE-NOTES, TODO, e2fsprogs.lsm, e2fsprogs.spec, version.h:
  Update for 1.16 release.

diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index b7c5ce8..bff7cfa 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -1,24 +1,39 @@
-Summary: Tools for the second extended (ext2) filesystem 
+Summary: Utilities for managing the second extended (ext2) filesystem.
 Name: e2fsprogs
-Version: 1.15
+Version: 1.16
 Release: 0
 Copyright: GPL
-Group: Utilities/System
-Source: ftp://tsx-11.mit.edu/pub/linux/packages/ext2fs/e2fsprogs-1.15.tar.gz
+Group: System Environment/Base
+Source: ftp://tsx-11.mit.edu/pub/linux/packages/ext2fs/e2fsprogs-1.16.tar.gz
 BuildRoot: /tmp/e2fsprogs-root
 
 %description
-This package includes a number of utilities for creating, checking,
-and repairing ext2 filesystems.
+The e2fsprogs package contains a number of utilities for creating,
+checking, modifying and correcting any inconsistencies in second
+extended (ext2) filesystems.  E2fsprogs contains e2fsck (used to repair
+filesystem inconsistencies after an unclean shutdown), mke2fs (used to
+initialize a partition to contain an empty ext2 filesystem), debugfs
+(used to examine the internal structure of a filesystem, to manually
+repair a corrupted filesystem or to create test cases for e2fsck), tune2fs
+(used to modify filesystem parameters) and most of the other core ext2fs
+filesystem utilities.
+
+You should install the e2fsprogs package if you are using any ext2
+filesystems (if you're not sure, you probably should install this
+package).
 
 %package devel
-Summary: e2fs static libs and headers
+Summary: Ext2 filesystem-specific static libraries and headers.
 Group: Development/Libraries
 Requires: e2fsprogs
 
 %description devel 
-Libraries and header files needed to develop ext2 filesystem-specific
-programs.
+E2fsprogs-devel contains the libraries and header files needed to
+develop second extended (ext2) filesystem-specific programs.
+
+You should install e2fsprogs-devel if you want to develop ext2
+filesystem-specific programs.  If you install e2fsprogs-devel, you will
+also need to install e2fsprogs.
 
 %prep
 %setup