Browse Source

upgrade to less 371

Ralf S. Engelschall 24 years ago
parent
commit
4863c940cf
2 changed files with 17 additions and 5 deletions
  1. 12 0
      less/less.patch
  2. 5 5
      less/less.spec

+ 12 - 0
less/less.patch

@@ -0,0 +1,12 @@
+diff -urN less-358/main.c less-358_/main.c
+--- less-358/main.c	Sat Jul  8 20:26:46 2000
++++ less-358_/main.c	Mon Nov 27 08:28:03 2000
+@@ -141,7 +141,7 @@
+ 	}
+ 	editproto = lgetenv("LESSEDIT");
+ 	if (editproto == NULL || *editproto == '\0')
+-		editproto = "%E ?lm+%lm. %f";
++		editproto = "%E ?lm+%lm. '%f'";
+ #endif
+ 
+ 	/*

+ 5 - 5
less/less.spec

@@ -26,20 +26,20 @@
 #   package information
 Name:         less
 Summary:      Text File Pager
-URL:          http://home.flash.net/~marknu/less/
+URL:          http://www.greenwoodsoftware.com/less/
 Vendor:       Free Software Foundation
 Packager:     The OpenPKG Project
 Distribution: OpenPKG [REL]
 Group:        Text
 License:      GPL
-Version:      358
-Release:      20011201
+Version:      371
+Release:      20020108
 
 #   list of sources
-Source0:      ftp://ftp.gnu.org/gnu/less/less-%{version}.tar.gz
+Source0:      http://www.greenwoodsoftware.com/less/less-%{version}.tar.gz
 Source1:      lesspipe
 Source2:      rc.less
-Patch0:       less-%{version}.patch
+Patch0:       less.patch
 
 #   build information
 Prefix:       %{l_prefix}