Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rlwrap for openSUSE:Factory checked in at 2021-01-30 13:57:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rlwrap (Old) and /work/SRC/openSUSE:Factory/.rlwrap.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rlwrap" Sat Jan 30 13:57:04 2021 rev:21 rq:867905 version:0.44 Changes: -------- --- /work/SRC/openSUSE:Factory/rlwrap/rlwrap.changes 2018-09-07 15:43:48.474253247 +0200 +++ /work/SRC/openSUSE:Factory/.rlwrap.new.28504/rlwrap.changes 2021-01-30 13:57:59.986420567 +0100 @@ -1,0 +2,12 @@ +Sat Jan 23 01:32:51 UTC 2021 - Dirk M??ller <[email protected]> + +- update to 0.44: + * rlwrap is now aware of multi-byte characters and correctly handles prompts (or + things that look like prompts, e.g. progress indicators) that contain them. + * rlwrap filters can now also filter signals (see RlwrapFilter(3pm)), + changing them, or providing extra input to the rlwrapped command. + * Key sequences can now be bound to rlwrap-direct-keypress (using a new + readline command rlwrap-direct-prefix) (contributed by Yuri d'Elia) +- drop reproducible.patch (obsolete) + +------------------------------------------------------------------- Old: ---- reproducible.patch rlwrap-0.43.tar.gz New: ---- rlwrap-0.44.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rlwrap.spec ++++++ --- /var/tmp/diff_new_pack.W6ylpu/_old 2021-01-30 13:58:00.754421862 +0100 +++ /var/tmp/diff_new_pack.W6ylpu/_new 2021-01-30 13:58:00.754421862 +0100 @@ -1,7 +1,7 @@ # # spec file for package rlwrap # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: rlwrap -Version: 0.43 +Version: 0.44 Release: 0 Summary: A Readline Wrapper -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Other -Url: http://utopia.knoware.nl/~hlub/uck/rlwrap/ -Source0: %{name}-%{version}.tar.gz -Patch0: reproducible.patch +URL: https://github.com/hanslub42/rlwrap/ +Source0: https://github.com/hanslub42/rlwrap/releases/download/7c1e432/rlwrap-%{version}.tar.gz BuildRequires: ncurses-devel BuildRequires: readline-devel @@ -37,7 +36,6 @@ %prep %setup -q -%patch0 -p1 %build %configure @@ -50,7 +48,8 @@ %make_install %files -%doc AUTHORS BUGS ChangeLog NEWS README TODO +%doc AUTHORS BUGS ChangeLog NEWS README.md +%license COPYING %{_bindir}/rlwrap %{_mandir}/man1/rlwrap.1%{ext_man} %{_mandir}/man3/RlwrapFilter.3pm%{ext_man} ++++++ rlwrap-0.43.tar.gz -> rlwrap-0.44.tar.gz ++++++ ++++ 5208 lines of diff (skipped)
