#
PKG_MAJOR=2
PKG_MINOR=4
-PKG_REVISION=2
+PKG_REVISION=3
PKG_BUILD=0
-e's|@pkg_builder@|$(PKG_BUILDER)|g' \
-e's|@build_root@|$(DIST_ROOT)|g' \
-e'/^BuildRoot: *$$/d' \
- -e's|@pkg_var_dir@|$(PKG_VAR_DIR)|g' \
- -e's|@pkg_share_dir@|$(PKG_SHARE_DIR)|g' \
- -e's|@pkg_log_dir@|$(PKG_LOG_DIR)|g' \
- -e's|@pkg_doc_dir@|$(PKG_DOC_DIR)|g' \
- -e's|@pkg_man_dir@|$(PKG_MAN_DIR)|g' \
- -e's|@pkg_tmp_dir@|$(PKG_TMP_DIR)|g' \
-e's|@make@|$(MAKE)|g' < $< > $@
-xfsprogs (2.4.2-1) unstable; urgency=low
+xfsprogs (2.4.3-1) unstable; urgency=low
* New upstream release
+ * Dependencies on libreadline4 and libreadline4-dev added
- -- Nathan Scott <nathans@debian.org> Tue, 25 Mar 2003 11:25:02 +1100
+ -- Nathan Scott <nathans@debian.org> Thu, 27 Mar 2003 10:30:18 +1100
xfsprogs (2.4.1-1) unstable; urgency=low
* New upstream release
- * Updated policy version this package conforms to
+ * Updated policy version to which this package conforms
* Note: unwritten extents are now enabled by default in mkfs.xfs
-- Nathan Scott <nathans@debian.org> Tue, 18 Mar 2003 16:16:43 +1100
-xfsprogs-2.4.2 (27 March 2003)
+xfsprogs-2.4.3 (27 March 2003)
+ - Cleanups to the build process, in particular the automatic
+ rpm package generation Makefile and spec file template.
+ - Makepkgs script can now propagate failures back from make.
+ - Minor configure.in update to deal with readline libraries
+ which have not been linked correctly.
+
+xfsprogs-2.4.2 (25 March 2003)
- Added the xfs_io(8) command, an xfs_db(8) alike command
for testing and debugging the XFS file IO path.
- Added an optional dependency on the GNU readline library