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-06-14 23:11:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rlwrap (Old)
 and      /work/SRC/openSUSE:Factory/.rlwrap.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rlwrap"

Mon Jun 14 23:11:10 2021 rev:22 rq:899914 version:0.45.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rlwrap/rlwrap.changes    2021-01-30 
13:57:59.986420567 +0100
+++ /work/SRC/openSUSE:Factory/.rlwrap.new.32437/rlwrap.changes 2021-06-14 
23:11:39.644812825 +0200
@@ -1,0 +2,37 @@
+Mon Jun 14 09:56:24 UTC 2021 - Marcus Meissner <meiss...@suse.com>
+
+- switch to github release urls
+- Update to 0.45.1:
+
+  * Bug fixes:
+
+  - rlwrap would always open /tmp/rlwrap.debug after forking child command, 
preventing other users from running it.
+  - Fix args to setitimer() call to prevent EINVAL error on return
+  - advise about --always-readline if in direct mode at first user ENTER 
keystroke
+  - check for I_SWROPT even if isastream() is present (compile would fail on 
Oracle linux)
+
+-------------------------------------------------------------------
+Thu May 13 13:29:55 UTC 2021 - Daniel Donisa <daniel.don...@suse.com>
+
+- Update to 0.45:
+  * New features
+    - --only-cook '!<regexp>' enables confident mode where every
+      possible prompt that matches a regexp is cooked immediately
+      (so that even prompts that get printed while handling a large
+      paste are cooked).
+    - --no-children (-N) now enables direct mode whenever the client
+      switches to the alternate screen. This makes editors and pagers
+      usable even when using --always-readline on non-linux systems
+    - --always-echo echoes user input even when the client has
+      switched off ECHO.
+      filter makefilter to easily employ shell commands (like sed,
+      or grep) as rlwrap filters
+      filters can change (some) bindable and internal readline
+      variables with a new RlwrapFilter method tweak_readline_oob()
+  * Bug fixes
+    - rlwrap now correctly handles bracketed paste
+      --ansi-colour-aware (-A) didn't do anything at all. Now it
+    - recognises colour codes as well as common control codes like
+      window titles.
+
+-------------------------------------------------------------------

Old:
----
  rlwrap-0.44.tar.gz

New:
----
  v0.45.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rlwrap.spec ++++++
--- /var/tmp/diff_new_pack.f7oufX/_old  2021-06-14 23:11:40.020813505 +0200
+++ /var/tmp/diff_new_pack.f7oufX/_new  2021-06-14 23:11:40.024813512 +0200
@@ -17,13 +17,15 @@
 
 
 Name:           rlwrap
-Version:        0.44
+Version:        0.45.1
 Release:        0
 Summary:        A Readline Wrapper
 License:        GPL-2.0-or-later
 Group:          Productivity/Other
 URL:            https://github.com/hanslub42/rlwrap/
-Source0:        
https://github.com/hanslub42/rlwrap/releases/download/7c1e432/rlwrap-%{version}.tar.gz
+Source0:        
https://github.com/hanslub42/rlwrap/archive/refs/tags/v%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  ncurses-devel
 BuildRequires:  readline-devel
 
@@ -38,6 +40,7 @@
 %setup -q
 
 %build
+autoreconf --install
 %configure
 make %{?_smp_mflags}
 

Reply via email to