commit less for openSUSE:Factory
Hello community, here is the log from the commit of package less for openSUSE:Factory checked in at 2013-07-31 18:31:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/less (Old) and /work/SRC/openSUSE:Factory/.less.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "less" Changes: -------- --- /work/SRC/openSUSE:Factory/less/less.changes 2013-05-13 15:07:21.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.less.new/less.changes 2013-07-31 18:31:26.000000000 +0200 @@ -1,0 +2,7 @@ +Tue Jul 30 15:42:34 UTC 2013 - sweet_f_a@gmx.de + +- Update to version 458 + * Fix Win32 attribute display bug. + * Fix display bug when using up/down arrow on the command line. + +------------------------------------------------------------------- Old: ---- less-457.tar.gz New: ---- less-458.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ less.spec ++++++ --- /var/tmp/diff_new_pack.xQnyJi/_old 2013-07-31 18:31:27.000000000 +0200 +++ /var/tmp/diff_new_pack.xQnyJi/_new 2013-07-31 18:31:27.000000000 +0200 @@ -23,7 +23,7 @@ Provides: jless Provides: normal-less Requires: file -Version: 457 +Version: 458 Release: 0 Summary: Text File Browser and Pager Similar to more License: GPL-3.0+ or BSD-2-Clause ++++++ less-457.tar.gz -> less-458.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/less-457/NEWS new/less-458/NEWS --- old/less-457/NEWS 2012-12-08 23:15:57.000000000 +0100 +++ new/less-458/NEWS 2013-04-04 18:55:06.000000000 +0200 @@ -11,7 +11,7 @@ ====================================================================== - Major changes between "less" versions 451 and 457 + Major changes between "less" versions 451 and 458 * Allow backslash escaping of metacharacters in LESS environment variable after the --use-backslash option. @@ -26,6 +26,8 @@ * Fix Win32 attribute display bug. +* Fix display bug when using up/down arrow on the command line. + ====================================================================== Major changes between "less" versions 444 and 451 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/less-457/README new/less-458/README --- old/less-457/README 2012-12-08 23:15:57.000000000 +0100 +++ new/less-458/README 2013-04-04 18:55:06.000000000 +0200 @@ -1,7 +1,7 @@ - Less, version 457 + Less, version 458 - This is the distribution of less, version 457, released 08 Dec 2012. + This is the distribution of less, version 458, released 04 Apr 2013. This program is part of the GNU project (http://www.gnu.org). This program is free software. You may redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/less-457/cmdbuf.c new/less-458/cmdbuf.c --- old/less-457/cmdbuf.c 2012-12-08 23:15:55.000000000 +0100 +++ new/less-458/cmdbuf.c 2013-04-04 18:55:05.000000000 +0200 @@ -727,9 +727,9 @@ s = ml->string; if (s == NULL) s = ""; - strcpy(cmdbuf, s); cmd_home(); clear_eol(); + strcpy(cmdbuf, s); for (cp = cmdbuf; *cp != '\0'; ) cmd_right(); return (CC_OK); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/less-457/help.c new/less-458/help.c --- old/less-457/help.c 2012-12-08 23:15:56.000000000 +0100 +++ new/less-458/help.c 2013-04-04 18:55:05.000000000 +0200 @@ -110,7 +110,7 @@ ' ',' ',' ',' ',' ',' ',' ',' ','M','o','s','t',' ','o','p','t','i','o','n','s',' ','m','a','y',' ','b','e',' ','c','h','a','n','g','e','d',' ','e','i','t','h','e','r',' ','o','n',' ','t','h','e',' ','c','o','m','m','a','n','d',' ','l','i','n','e',',','\n', ' ',' ',' ',' ',' ',' ',' ',' ','o','r',' ','f','r','o','m',' ','w','i','t','h','i','n',' ','l','e','s','s',' ','b','y',' ','u','s','i','n','g',' ','t','h','e',' ','-',' ','o','r',' ','-','-',' ','c','o','m','m','a','n','d','.','\n', ' ',' ',' ',' ',' ',' ',' ',' ','O','p','t','i','o','n','s',' ','m','a','y',' ','b','e',' ','g','i','v','e','n',' ','i','n',' ','o','n','e',' ','o','f',' ','t','w','o',' ','f','o','r','m','s',':',' ','e','i','t','h','e','r',' ','a',' ','s','i','n','g','l','e','\n', -' ',' ',' ',' ',' ',' ',' ',' ','c','h','a','r','a','c','t','e','r',' ','p','r','e','c','e','d','e','d',' ','b','y',' ','a',' ','-',',',' ','o','r',' ','a',' ','n','a','m','e',' ','p','r','e','c','e','e','d','e','d',' ','b','y',' ','-','-','.','\n', +' ',' ',' ',' ',' ',' ',' ',' ','c','h','a','r','a','c','t','e','r',' ','p','r','e','c','e','d','e','d',' ','b','y',' ','a',' ','-',',',' ','o','r',' ','a',' ','n','a','m','e',' ','p','r','e','c','e','d','e','d',' ','b','y',' ','-','-','.','\n', '\n', ' ',' ','-','?',' ',' ','.','.','.','.','.','.','.','.',' ',' ','-','-','h','e','l','p','\n', ' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','D','i','s','p','l','a','y',' ','h','e','l','p',' ','(','f','r','o','m',' ','c','o','m','m','a','n','d',' ','l','i','n','e',')','.','\n', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/less-457/less.hlp new/less-458/less.hlp --- old/less-457/less.hlp 2012-12-08 23:15:58.000000000 +0100 +++ new/less-458/less.hlp 2013-04-04 18:55:07.000000000 +0200 @@ -107,7 +107,7 @@ Most options may be changed either on the command line, or from within less by using the - or -- command. Options may be given in one of two forms: either a single - character preceded by a -, or a name preceeded by --. + character preceded by a -, or a name preceded by --. -? ........ --help Display help (from command line). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/less-457/less.man new/less-458/less.man --- old/less-457/less.man 2012-12-08 23:15:58.000000000 +0100 +++ new/less-458/less.man 2013-04-04 18:55:07.000000000 +0200 @@ -1618,4 +1618,4 @@ - Version 457: 08 Dec 2012 LESS(1) + Version 458: 04 Apr 2013 LESS(1) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/less-457/less.nro new/less-458/less.nro --- old/less-457/less.nro 2012-12-08 23:15:58.000000000 +0100 +++ new/less-458/less.nro 2013-04-04 18:55:07.000000000 +0200 @@ -1,4 +1,4 @@ -.TH LESS 1 "Version 457: 08 Dec 2012" +.TH LESS 1 "Version 458: 04 Apr 2013" .SH NAME less \- opposite of more .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/less-457/lessecho.man new/less-458/lessecho.man --- old/less-457/lessecho.man 2012-12-08 23:15:58.000000000 +0100 +++ new/less-458/lessecho.man 2013-04-04 18:55:07.000000000 +0200 @@ -51,4 +51,4 @@ - Version 457: 08 Dec 2012 LESSECHO(1) + Version 458: 04 Apr 2013 LESSECHO(1) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/less-457/lessecho.nro new/less-458/lessecho.nro --- old/less-457/lessecho.nro 2012-12-08 23:15:58.000000000 +0100 +++ new/less-458/lessecho.nro 2013-04-04 18:55:07.000000000 +0200 @@ -1,4 +1,4 @@ -.TH LESSECHO 1 "Version 457: 08 Dec 2012" +.TH LESSECHO 1 "Version 458: 04 Apr 2013" .SH NAME lessecho \- expand metacharacters .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/less-457/lesskey.man new/less-458/lesskey.man --- old/less-457/lesskey.man 2012-12-08 23:15:58.000000000 +0100 +++ new/less-458/lesskey.man 2013-04-04 18:55:07.000000000 +0200 @@ -353,4 +353,4 @@ - Version 457: 08 Dec 2012 LESSKEY(1) + Version 458: 04 Apr 2013 LESSKEY(1) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/less-457/lesskey.nro new/less-458/lesskey.nro --- old/less-457/lesskey.nro 2012-12-08 23:15:58.000000000 +0100 +++ new/less-458/lesskey.nro 2013-04-04 18:55:07.000000000 +0200 @@ -1,4 +1,4 @@ -.TH LESSKEY 1 "Version 457: 08 Dec 2012" +.TH LESSKEY 1 "Version 458: 04 Apr 2013" .SH NAME lesskey \- specify key bindings for less .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/less-457/version.c new/less-458/version.c --- old/less-457/version.c 2012-12-08 23:15:56.000000000 +0100 +++ new/less-458/version.c 2013-04-04 18:55:06.000000000 +0200 @@ -754,13 +754,14 @@ v450 7/4/12 Fix EOF bug with ESC-F. v451 7/20/12 Fix typo. ----------------------------------------------------------------- -v452 10/19/12 Fix --with-regex=none, fix "stty 0", fix Win32. +v452 10/19/12 Fix --with-regex=none, fix "stty 0", fix Win32. Don't quit if errors in cmd line options. -v453 10/27/12 Increase buffer sizes. -v454 11/5/12 Fix typo. -v455 11/5/12 Fix typo. -v456 11/8/12 Fix option string incompatibility. -v457 12/8/12 Use new option string syntax only after --use-backslash. +v453 10/27/12 Increase buffer sizes. +v454 11/5/12 Fix typo. +v455 11/5/12 Fix typo. +v456 11/8/12 Fix option string incompatibility. +v457 12/8/12 Use new option string syntax only after --use-backslash. +v458 4/4/13 Fix display bug in using up/down in cmd buffer. */ -char version[] = "457"; +char version[] = "458"; -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de