From 6dcc2facdd66d772c3bb33c23e04c1726deb0495 Mon Sep 17 00:00:00 2001 From: Nikola Pajkovsky Date: Jan 04 2010 13:55:59 +0000 Subject: patched wrong manpage --- diff --git a/less-436-manpage.patch b/less-436-manpage.patch index 181ee4a..020e54c 100644 --- a/less-436-manpage.patch +++ b/less-436-manpage.patch @@ -1,18 +1,10 @@ -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 +--- less-436/less.nro.manpage 2009-07-08 00:27:21.000000000 +0200 ++++ less-436/less.nro 2010-01-04 14:45:16.979806602 +0100 +@@ -1290,7 +1290,6 @@ The remainder of LESSBINFMT is a string + 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 expanding the character via LESSBINFMT must + be less than 31 characters. diff --git a/less.spec b/less.spec index 9cdd578..fed185d 100644 --- a/less.spec +++ b/less.spec @@ -1,7 +1,7 @@ Summary: A text file browser similar to more, but better Name: less Version: 436 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv3+ Group: Applications/Text Source: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz @@ -65,6 +65,9 @@ ls -la $RPM_BUILD_ROOT/etc/profile.d rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jan 4 2010 Nikola Pajkovsky - 436-5 +- patched wrong manpage. Resolves: #537746. + * Mon Dec 12 2009 Nikola Pajkovsky - 436-4 - #546613 - RFE: add *.jar *.nbm to lesspipe.sh