Hello community, here is the log from the commit of package less for openSUSE:Factory checked in at Tue May 31 14:44:50 CEST 2011.
-------- --- less/less.changes 2011-05-26 14:31:13.000000000 +0200 +++ /mounts/work_src_done/STABLE/less/less.changes 2011-05-26 19:17:43.000000000 +0200 @@ -1,0 +2,24 @@ +Thu May 26 17:08:36 UTC 2011 - [email protected] + +- bump version 443 + * Change search behavior such that when a search is given an explicit pattern, + the entire displayed screen is included in the search and not just the + portion after the target line. + * Add -A option to change search behavior to the old way: only the portion of + the screen after the target line is searched. + * Add %F formatting to prompt strings, replaced by the last component of the + input file. + * Control-G while editing a command exits the command. + * Less now exits with status 2 if control-C is pressed and -K is in effect. + * Fix "ungetc overflow" when passing long commands via the -p option. + * Fix bug in using line filtering via the & command in combination with -i and + -I. + * Fix bug in handling negative arguments to the -j option. + * Fix bug in handling %t in prompt strings. + * Improve handling of long option names. + * Improve percentage calculation for very large files. +- remove mouse patch because + * conflicting short opt -A since version 443, see changes above + * was working for xterm only so probably nobody is using it + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- less-429-mouse.patch less-429-speed.patch less-436.tar.bz2 New: ---- less-443-speed.patch less-443.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ less.spec ++++++ --- /var/tmp/diff_new_pack.fUjUck/_old 2011-05-31 14:43:48.000000000 +0200 +++ /var/tmp/diff_new_pack.fUjUck/_new 2011-05-31 14:43:48.000000000 +0200 @@ -26,8 +26,8 @@ Provides: normal-less jless Requires: file AutoReqProv: on -Version: 436 -Release: 13 +Version: 443 +Release: 1 Summary: Text File Browser and Pager Similar to more Url: http://www.greenwoodsoftware.com/less/ Source: %{name}-%{version}.tar.bz2 @@ -36,9 +36,8 @@ Source3: lessclose.sh Source4: lesskey.src Patch2: %{name}-429-lessecho-man.patch -Patch3: %{name}-429-speed.patch +Patch3: %{name}-443-speed.patch Patch22: %{name}-429-strict_aliasing.patch -Patch23: %{name}-429-mouse.patch Patch24: %{name}-429-terminate.patch Patch25: %{name}-429-widechars.patch Patch26: %{name}-429-shell.patch @@ -63,7 +62,6 @@ %patch2 %patch3 %patch22 -%patch23 %patch24 %patch25 %patch26 ++++++ less-429-speed.patch -> less-443-speed.patch ++++++ --- less/less-429-speed.patch 2009-06-03 15:54:15.000000000 +0200 +++ /mounts/work_src_done/STABLE/less/less-443-speed.patch 2011-05-26 16:01:53.000000000 +0200 @@ -160,17 +160,17 @@ AC_MSG_CHECKING(for memcpy) Index: defines.h.in =================================================================== ---- defines.h.in.orig 2007-11-14 20:19:59.000000000 +0100 -+++ defines.h.in 2009-06-03 15:10:15.000000000 +0200 -@@ -219,8 +219,8 @@ - /* Define HAVE_FILENO if you have the fileno() macro. */ - #undef HAVE_FILENO - +--- defines.h.in.orig 2011-01-06 01:32:22.000000000 +0100 ++++ defines.h.in 2011-05-26 15:42:51.165906136 +0200 +@@ -222,8 +222,8 @@ + /* Define HAVE_FLOAT if your compiler supports the "double" type. */ + #undef HAVE_FLOAT + -/* Define to 1 if you have the `fsync' function. */ -#undef HAVE_FSYNC +/* Define to 1 if you have the `tcdrain' function. */ +#undef HAVE_TCDRAIN - + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H Index: screen.c ++++++ less-436.tar.bz2 -> less-443.tar.bz2 ++++++ ++++ 12300 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
