rpms/less/F-12 less-436-manpage.patch,NONE,1.1 less.spec,1.58,1.59

Nikola Pajkovsky npajkovs at fedoraproject.org
Wed Dec 9 16:56:44 UTC 2009


Author: npajkovs

Update of /cvs/extras/rpms/less/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17606

Modified Files:
	less.spec 
Added Files:
	less-436-manpage.patch 
Log Message:
Resolves: #537746 - Two different descriptions about the default value of LESSBINFMT

less-436-manpage.patch:
 less.man |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

--- NEW FILE less-436-manpage.patch ---
diff -up less-436/less.man.manpage less-436/less.man
--- less-436/less.man.manpage	2009-07-08 00:27:22.000000000 +0200
+++ less-436/less.man	2009-12-09 17:48:54.571351651 +0100
@@ -1164,10 +1164,10 @@ LESS(1)                                 
        attribute  is  assumed.   The remainder of LESSBINFMT is a string which
        may include one printf-style escape sequence (a % followed by x, X,  o,
        d,  etc.).   For  example, if LESSBINFMT is "*u[%x]", binary characters
-       are displayed in underlined hexadecimal surrounded  by  brackets.   The
-       default  if  no LESSBINFMT is specified is "*s<%X>".  The default if no
-       LESSBINFMT is specified is "*s<%02X>".  Warning: the result of  expand-
-       ing the character via LESSBINFMT must be less than 31 characters.
+       are displayed in underlined hexadecimal surrounded  by  brackets.   The 
+       default if no LESSBINFMT  is  specified  is  "*s<%02X>".  Warning:  the 
+       result of  expanding the character via LESSBINFMT must be less  than 31
+       characters.
 
        When the character set is utf-8, the LESSUTFBINFMT environment variable
        acts similarly to LESSBINFMT but it applies to Unicode code points that


Index: less.spec
===================================================================
RCS file: /cvs/extras/rpms/less/F-12/less.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -p -r1.58 -r1.59
--- less.spec	25 Jul 2009 05:05:09 -0000	1.58
+++ less.spec	9 Dec 2009 16:56:44 -0000	1.59
@@ -1,7 +1,7 @@
 Summary: A text file browser similar to more, but better
 Name: less
 Version: 436
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv3+
 Group: Applications/Text
 Source: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz
@@ -11,6 +11,7 @@ Source3: less.csh
 Patch1:	less-406-Foption.patch
 Patch4: less-394-time.patch
 Patch5: less-418-fsync.patch
+Patch6: less-436-manpage.patch
 URL: http://www.greenwoodsoftware.com/less/
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 BuildRequires: ncurses-devel
@@ -32,6 +33,7 @@ files, and you'll use it frequently.
 %patch1 -p1 -b .Foption
 %patch4 -p1 -b .time
 %patch5 -p1 -b .fsync
+%patch6 -p1 -b .manpage
 
 autoreconf
 
@@ -63,6 +65,9 @@ ls -la $RPM_BUILD_ROOT/etc/profile.d
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Wed Dec 9 2009 Nikola Pajkovsky <npajkovs at redhat.com> - 436-3
+- Resolves: #537746 - Two different descriptions about the default value of LESSBINFMT
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 436-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list