rpms/less/devel less-394-goend.patch,NONE,1.1 less.spec,1.32,1.33

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Oct 25 10:50:33 UTC 2006


Author: varekova

Update of /cvs/dist/rpms/less/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv28689

Modified Files:
	less.spec 
Added Files:
	less-394-goend.patch 
Log Message:
- fix command ">" (#120916)


less-394-goend.patch:
 jump.c |    2 ++
 1 files changed, 2 insertions(+)

--- NEW FILE less-394-goend.patch ---
--- less-394/jump.c.goend	2006-10-25 11:04:49.000000000 +0200
+++ less-394/jump.c	2006-10-25 11:31:47.000000000 +0200
@@ -42,7 +42,9 @@
 	 * Go back one line from the end of the file
 	 * to get to the beginning of the last line.
 	 */
+	pos_clear();
 	pos = back_line(end_pos = ch_tell());
+	
 	if (pos == NULL_POSITION)
 		jump_loc((POSITION)0, sc_height-1);
 	else


Index: less.spec
===================================================================
RCS file: /cvs/dist/rpms/less/devel/less.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- less.spec	12 Jul 2006 06:44:34 -0000	1.32
+++ less.spec	25 Oct 2006 10:50:31 -0000	1.33
@@ -1,7 +1,7 @@
 Summary: A text file browser similar to more, but better.
 Name: less
 Version: 394
-Release: 4.1
+Release: 5
 License: GPL
 Group: Applications/Text
 Source: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz
@@ -11,6 +11,7 @@
 Patch0:	less-382-fixline.patch
 Patch1:	less-392-Foption.patch
 Patch2: less-394-search.patch
+Patch3: less-394-goend.patch
 
 
 URL: http://www.greenwoodsoftware.com/less/
@@ -32,6 +33,7 @@
 %patch0 -p1 -b .fixline
 %patch1 -p1 -b .Foption
 %patch2 -p1 -b .search
+%patch3 -p1 -b .goend
 chmod -R a+w *
 
 %build
@@ -57,6 +59,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Wed Oct 25 2006 Ivana Varekova <varekova at redhat.com> - 394-5
+- fix command ">" (#120916)
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 394-4.1
 - rebuild
 




More information about the fedora-cvs-commits mailing list