rpms/less/FC-5 less-394-goend.patch,NONE,1.1 less.spec,1.30,1.31

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Dec 19 16:34:24 UTC 2006


Author: varekova

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

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


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/FC-5/less.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- less.spec	15 Feb 2006 10:53:11 -0000	1.30
+++ less.spec	19 Dec 2006 16:34:22 -0000	1.31
@@ -1,7 +1,7 @@
 Summary: A text file browser similar to more, but better.
 Name: less
 Version: 394
-Release: 3
+Release: 4%{?dist} 
 License: GPL
 Group: Applications/Text
 Source: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz
@@ -11,7 +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/
 Buildroot: %{_tmppath}/%{name}-root
@@ -32,7 +32,9 @@
 %patch0 -p1 -b .fixline
 %patch1 -p1 -b .Foption
 %patch2 -p1 -b .search
+%patch3 -p1 -b .goend
 chmod -R a+w *
+chmod 644 lessecho.c lesskey.c version.c      
 
 %build
 %configure
@@ -57,6 +59,10 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Tue Dec 19 2006 Ivana Varekova <varekova at redhat.com> - 394-4
+- fix command ">" (#120916)     
+- fix permissions of debuginfo source code 
+
 * Wed Feb 15 2006 Ivana Varekova <varekova at redhat.com> - 394-3
 - add patch for search problem (search did not find string which
   occurs in a line after '\0')




More information about the fedora-cvs-commits mailing list