]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
Last make archive fix, updated spec file
authormsw <msw>
Thu, 7 Jan 1999 05:29:27 +0000 (05:29 +0000)
committermsw <msw>
Thu, 7 Jan 1999 05:29:27 +0000 (05:29 +0000)
Makefile.in
newt.spec

index 83b5979400bee9065db741250d26af193695ec26..06550e38011d9e86f11f02d937e01371a0b0b4b5 100644 (file)
@@ -114,7 +114,7 @@ archive:
        @rm -rf /tmp/newt-$(VERSION) /tmp/newt
        @cd /tmp; cvs export -r$(CVSTAG) newt; mv newt newt-$(VERSION)
        @cd /tmp/newt-$(VERSION); autoconf
-       @cd ..; tar czSpf newt-$(VERSION).tar.gz newt-$(VERSION)
+       @cd /tmp; tar czSpf newt-$(VERSION).tar.gz newt-$(VERSION)
        @rm -rf /tmp/newt-$(VERSION)
        @cp /tmp/newt-$(VERSION).tar.gz .
        @rm -f /tmp/newt-$(VERSION).tar.gz
index 728bbda78c2e24ce2b07a9a226acf799aac0e51d..d82c8b6c9b2a510dc694e6880963ab49eef19c4b 100644 (file)
--- a/newt.spec
+++ b/newt.spec
@@ -1,6 +1,6 @@
 Summary: Not Erik's Windowing Toolkit - text mode windowing with slang
 Name: newt
-%define version 0.30
+%define version 0.40
 Version: %{version}
 Release: 3
 Copyright: LGPL
@@ -51,6 +51,11 @@ rm -rf $RPM_BUILD_ROOT
 %postun -p /sbin/ldconfig
 
 %changelog
+* Thu Jan  7 1999 Matt Wilson <msw@redhat.com>
+- Added GPM mouse support
+- Moved to autoconf to allow compiling without GPM support
+- Changed revision to 0.40
+
 * Wed Oct 21 1998 Bill Nottingham <notting@redhat.com>
 - built against slang-1.2.2