]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Minor packaging related cleanups and updates.
authorNathan Scott <nathans@sgi.com>
Wed, 26 Mar 2003 23:50:04 +0000 (23:50 +0000)
committerNathan Scott <nathans@sgi.com>
Wed, 26 Mar 2003 23:50:04 +0000 (23:50 +0000)
VERSION
build/rpm/Makefile
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index cb5e8205cd3a48b00886f2183218a91caa8ce0f2..8dde1cb6a1699b4e7f4c0fc45bf71eb2617134ba 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=2
 PKG_MINOR=4
-PKG_REVISION=2
+PKG_REVISION=3
 PKG_BUILD=0
index 457621581526796a0727b70c9ed30ca8ac988ab5..b980f6741d0bbf4e80a7a9771304d6ef6e0eada1 100644 (file)
@@ -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' < $< > $@
index e54a931fa1f94a500d0c9cac6675363ef8908ceb..597cea42e1828fe2f86818e0891078f6f7cb4ef0 100644 (file)
@@ -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 <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
index e93cb37f550c8323092a39829fd22e3f83baf29e..8a58a4c77882a52a7ff69b1d365d8517cf2c336d 100644 (file)
@@ -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