rpms/less/FC-6 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
Tue Dec 19 16:50:14 UTC 2006


Author: varekova

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

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-6/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	19 Dec 2006 16:50:11 -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%{?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-5
+- fix command ">" (#120916)                                                                                  
+- fix permissions of debuginfo source code  
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 394-4.1
 - rebuild
 




More information about the fedora-cvs-commits mailing list