Hello community, here is the log from the commit of package rlwrap for openSUSE:Factory checked in at 2015-02-05 10:59:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rlwrap (Old) and /work/SRC/openSUSE:Factory/.rlwrap.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rlwrap" Changes: -------- --- /work/SRC/openSUSE:Factory/rlwrap/rlwrap.changes 2011-09-23 12:44:23.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rlwrap.new/rlwrap.changes 2015-02-05 10:59:36.000000000 +0100 @@ -1,0 +2,56 @@ +Sun Jan 18 21:41:44 UTC 2015 - [email protected] + +- Update to version 0.42: + + Changes from 0.37 to 0.40 + - configure will now find tgentent() in libtinfo + - compiling with gcc -O2 made rlwrap hang after Ctrl-D on + empty line + - HP-UX 11 has weird tgentent() return values, confusing rlwrap + - Solaris: rlwrap would sometimes fail with "TIOCSWINSZ failed + on slave pty" + - Single quote ' is now word-breaking by default + - multi-line edit would mangle upper ASCII and UTF-8 (and still + does that to UTF-16 :( ) + - added --extra-char-after-completion and --multi-line-ext + - rlwrap now recognizes the 'rmcup' and 'rmkx' character + sequences used by programs that use an alternate screen + (like editors and pagers) to return from it. + - configure will now correctly determine pty type on SCO + - rlwrap --no-children would leak file descriptors to + /proc/<command_pid>/wchan + - non-ASCII characters in multi-lin input are no longer + replaced by spaces after calling an external editor + - running rlwrap within emacs would crash (division by zero) + rlwrap now bails out whenever terminal width == 0 + - added --enable-proc-mountpoint config option to use alternate + linux-like proc filesystems (like in FreeBSD) for finding + <command>s working dir (-c option) and kernel function in which + <command> is sleeping (-N option) + - added prototype for copy_without_ignore_markers, fixing a + segfault on FreeBSD + - Filters now get complete echo lines even if the echo comes + back in chunks + + Changes from 0.40 to 0.41 + - Slightly late SIGCHLD could cause an I/O error on master pty + - Added -W (-polling) option to poll slave pty for changes in + its interrupt character and ISIG flag. + - if $TERM is not found in termcap/terminfo database, use vt100 + + Changes from 0.41 to 0.42 + - Added --mirror-arguments (-U) option + - On SunOS tcgetattr(slave pty) failed with "Invalid argument" + - If the completion list contained two words, one of which a + prefix of the other (e.g. "sea" and "seagull") the shorter + one would be skipped when displaying a list of completions + - reading completion files (with the -f option, or from + $RLWRAP_HOME/<command>_completions) could fail with an + incorrect ENOENT ("No such file or directory") + - rlwrap -z listing wouldn't list filters + - When both master and slave pty are unfit for sensing slave + commands terminal settings, rlwrap now bails out with an + error "cannot determine terminal mode of slave command" + + Dropped: + - rlwrap-0.37.tar.bz2 + + Added: + - rlwrap-0.42.tar.gz + +------------------------------------------------------------------- Old: ---- rlwrap-0.37.tar.bz2 New: ---- rlwrap-0.42.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rlwrap.spec ++++++ --- /var/tmp/diff_new_pack.Et8mLY/_old 2015-02-05 10:59:37.000000000 +0100 +++ /var/tmp/diff_new_pack.Et8mLY/_new 2015-02-05 10:59:37.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package rlwrap (Version 0.37) +# spec file for package rlwrap # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,19 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: rlwrap Summary: A Readline Wrapper -Version: 0.37 -Release: 1 License: GPL-2.0+ Group: Productivity/Other -Source0: %{name}-%{version}.tar.bz2 +Version: 0.42 +Release: 0 +Source0: http://utopia.knoware.nl/~hlub/rlwrap/%{name}-%{version}.tar.gz Url: http://utopia.knoware.nl/~hlub/uck/rlwrap/ BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: ncurses-devel readline-devel +BuildRequires: ncurses-devel +BuildRequires: readline-devel %description rlwrap uses the GNU readline library to allow the editing of keyboard -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
