diff --git a/less-443.tar.bz2 b/less-443.tar.bz2 deleted file mode 100644 index e0827d5..0000000 --- a/less-443.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0eb8ec51bbd81eee0ace54e483b6c6dfec3e34051909da9976a9df3e22b103b3 -size 247756 diff --git a/less-444.tar.gz b/less-444.tar.gz new file mode 100644 index 0000000..903557a --- /dev/null +++ b/less-444.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be64ad3e22d6d4aa19fe7024d998563a1ce1671ee3625f8851d26b16dedcdeeb +size 307308 diff --git a/less.changes b/less.changes index 8d990c5..f1603f3 100644 --- a/less.changes +++ b/less.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jun 16 08:26:41 UTC 2011 - idonmez@novell.com + +- Update to version 444 + * Fix bug in unget handling that can cause strange effects + on the command line. + * Remove vestiges of obsolete -l option that can cause a crash. + ------------------------------------------------------------------- Thu May 26 17:08:36 UTC 2011 - sweet_f_a@gmx.de diff --git a/less.spec b/less.spec index 9ff5c9c..c57f818 100644 --- a/less.spec +++ b/less.spec @@ -26,11 +26,11 @@ Obsoletes: jless Provides: normal-less jless Requires: file AutoReqProv: on -Version: 443 +Version: 444 Release: 1 Summary: Text File Browser and Pager Similar to more Url: http://www.greenwoodsoftware.com/less/ -Source: %{name}-%{version}.tar.bz2 +Source: %{name}-%{version}.tar.gz Source1: README.SuSE Source2: lessopen.sh Source3: lessclose.sh @@ -45,6 +45,7 @@ Patch27: %{name}-429-save_line_position.patch Patch28: %{name}-429-more.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build + %description less is a text file browser and pager similar to more. It allows backward as well as forward movement within a file. Also, less does not @@ -74,6 +75,7 @@ chmod u+w * # cp %{S:1} %{S:2} %{S:3} %{S:4} . + %build autoreconf -fiv %configure --with-pic @@ -85,6 +87,7 @@ make mkhelp # build less make %{?_smp_mflags} + %install make DESTDIR=$RPM_BUILD_ROOT/ install # @@ -97,9 +100,11 @@ $RPM_BUILD_ROOT%{_bindir}/lesskey -o $RPM_BUILD_ROOT%{_sysconfdir}/lesskey.bin $ install -m 755 lessopen.sh lessclose.sh $RPM_BUILD_ROOT/%{_bindir} %__chmod -x LICENSE COPYING NEWS README.SuSE + %clean rm -rf $RPM_BUILD_ROOT + %files %defattr(-, root, root) %doc LICENSE COPYING NEWS README.SuSE @@ -107,4 +112,6 @@ rm -rf $RPM_BUILD_ROOT %config %{_sysconfdir}/* %{_bindir}/* + + %changelog