From 8b433f058aea7dddb0c5c754b7c8bb7a22b5da5a Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 19 Oct 2005 10:39:46 +0000 Subject: [PATCH] - update to less-392 - fixes #122847 and enhances UTF8 support --- .cvsignore | 1 + less.spec | 15 +++++++-------- sources | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index c66fa87..a6bba33 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ less-382.tar.gz +less-392.tar.gz diff --git a/less.spec b/less.spec index 135c58d..6d0bbb2 100644 --- a/less.spec +++ b/less.spec @@ -1,7 +1,7 @@ Summary: A text file browser similar to more, but better. Name: less -Version: 382 -Release: 8 +Version: 392 +Release: 1 License: GPL Group: Applications/Text Source: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz @@ -9,9 +9,7 @@ Source1: lesspipe.sh Source2: less.sh Source3: less.csh -Patch0: less-382-ncursesw.patch -Patch1: less-382-utf8detect.patch -Patch2: less-382-fixline.patch +Patch0: less-382-fixline.patch URL: http://www.greenwoodsoftware.com/less/ Buildroot: %{_tmppath}/%{name}-root @@ -29,9 +27,7 @@ files, and you'll use it frequently. %prep %setup -q -%patch0 -p1 -b .ncursesw -%patch1 -p1 -b .utf8detect -%patch2 -p1 -b .fixline +%patch0 -p1 -b .fixline chmod -R a+w * %build @@ -57,6 +53,9 @@ install -c -m 755 %{SOURCE3} $RPM_BUILD_ROOT/etc/profile.d rm -rf $RPM_BUILD_ROOT %changelog +* Wed Oct 19 2005 Jindrich Novy 392-1 +- update to less-392 - fixes #122847 and enhances UTF8 support + * Fri Sep 2 2005 Jindrich Novy 382-8 - fix displaying of bogus newline for growing files (#120916) diff --git a/sources b/sources index 53d2c9f..ad4f8e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -103fe4aef6297b93f0f73f38cc3b1bd7 less-382.tar.gz +462f6b0be88f25673a0ed4ddfdab803a less-392.tar.gz