diff --git a/.cvsignore b/.cvsignore index ebd58a5..19bdf00 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lv4495.tar.gz +lv451.tar.gz diff --git a/lv.spec b/lv.spec index 187a453..48b80b4 100644 --- a/lv.spec +++ b/lv.spec @@ -1,7 +1,7 @@ %define name lv -%define version 4.49.5 -%define rel 2 -%define vver 4495 +%define version 4.51 +%define rel 1 +%define vver 451 Summary: A Powerful Multilingual File Viewer Name: %{name} @@ -13,7 +13,6 @@ URL: http://www.ff.iij4u.or.jp/~nrt/lv/ Buildroot: %{_tmppath}/%{name}-%{version}-buildroot BuildPrereq: libtermcap-devel Source: http://www.ff.iij4u.or.jp/~nrt/freeware/%{name}%{vver}.tar.gz -Patch0: lv-fix-install-opts.patch Patch1: lv-4.49.4-nonstrip.patch %description @@ -28,7 +27,6 @@ for text devoration. %prep %setup -q -n %{name}%{vver} -%patch0 -p1 %patch1 -p1 -b .nonstrip %build @@ -57,6 +55,33 @@ cd src [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jan 16 2004 Akira TAGOH 4.51-1 +- New upstream release. +- lv-fix-install-opts.patch: removed because it's unnecessary anymore. + +* Tue Nov 25 2003 Akira TAGOH 4.50-1 +- New upstream release. + here is this release of note. + - [4.49.5.a] + - Added ISO-8859-10,11,13,14,15,16. + - Changed coding system names for '=' key. + - [4.49.5.b] + - Updated KSX1001 <-> Unicode mapping table. + - [4.49.5.c] + - Input coding detection improved. + - -D option now specifies default (fall-back) coding system, not default EUC coding system. + - Output coding detection based on LC_CTYPE locale. + - [4.49.5.d] + - Checks $EDITOR and $VISUAL variables when invoking an editor. + - [4.49.5.f] + - Initialize file->used[] in FileAttach() in file.c to avoid segfault in lgrep. + - [4.5.0] + - added polling function for regular files with slightly modified patch from Pawel S. Veselov . + - enabled itable cache. + - Big5 to Unicode mapping didn't work at all (fixed offset of coding system table) + (See http://lists.debian.or.jp/debian-devel/200311/msg00006.html) + - fixed editor call not to return by SIGINT unexpectedly. + * Wed Jun 04 2003 Elliot Lee - rebuilt diff --git a/sources b/sources index 6fd2fb4..c5c2e23 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -91be1cc57641f8828d35fffc6a751b8c lv4495.tar.gz +85b70ae797f935741ec9a1cbe92f00e9 lv451.tar.gz