From d0a7bc186b1418fd82a3a5bff0d0ee682ed9f197 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 26 Mar 2003 23:50:04 +0000 Subject: [PATCH] Minor packaging related cleanups and updates. --- VERSION | 2 +- build/rpm/Makefile | 6 ------ debian/changelog | 7 ++++--- doc/CHANGES | 9 ++++++++- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/VERSION b/VERSION index cb5e8205c..8dde1cb6a 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=2 PKG_MINOR=4 -PKG_REVISION=2 +PKG_REVISION=3 PKG_BUILD=0 diff --git a/build/rpm/Makefile b/build/rpm/Makefile index 457621581..b980f6741 100644 --- a/build/rpm/Makefile +++ b/build/rpm/Makefile @@ -88,10 +88,4 @@ ${SPECF} : ${SPECF}.in -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' < $< > $@ diff --git a/debian/changelog b/debian/changelog index e54a931fa..597cea42e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,14 @@ -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 Tue, 25 Mar 2003 11:25:02 +1100 + -- Nathan Scott 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 Tue, 18 Mar 2003 16:16:43 +1100 diff --git a/doc/CHANGES b/doc/CHANGES index e93cb37f5..8a58a4c77 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,11 @@ -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 -- 2.47.2