Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package grml-zsh-config for openSUSE:Factory
checked in at 2025-06-23 15:05:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grml-zsh-config (Old)
and /work/SRC/openSUSE:Factory/.grml-zsh-config.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grml-zsh-config"
Mon Jun 23 15:05:57 2025 rev:16 rq:1287854 version:0.19.21
Changes:
--------
--- /work/SRC/openSUSE:Factory/grml-zsh-config/grml-zsh-config.changes
2025-06-20 16:54:25.460714133 +0200
+++
/work/SRC/openSUSE:Factory/.grml-zsh-config.new.7067/grml-zsh-config.changes
2025-06-23 15:07:04.090227463 +0200
@@ -1,0 +2,6 @@
+Mon Jun 23 07:05:54 UTC 2025 - Michael Vetter <[email protected]>
+
+- Update to 0.19.21:
+ * increase scrollback for screen and tmux to 10.000 lines
+
+-------------------------------------------------------------------
Old:
----
v0.19.20.tar.gz
New:
----
v0.19.21.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ grml-zsh-config.spec ++++++
--- /var/tmp/diff_new_pack.UIMBxd/_old 2025-06-23 15:07:05.782298030 +0200
+++ /var/tmp/diff_new_pack.UIMBxd/_new 2025-06-23 15:07:05.794298530 +0200
@@ -17,7 +17,7 @@
Name: grml-zsh-config
-Version: 0.19.20
+Version: 0.19.21
Release: 0
Summary: Zsh config ujed by grml
License: GPL-2.0-only
++++++ v0.19.20.tar.gz -> v0.19.21.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/grml-etc-core-0.19.20/debian/changelog
new/grml-etc-core-0.19.21/debian/changelog
--- old/grml-etc-core-0.19.20/debian/changelog 2025-06-20 02:19:00.000000000
+0200
+++ new/grml-etc-core-0.19.21/debian/changelog 2025-06-20 13:48:35.000000000
+0200
@@ -1,3 +1,10 @@
+grml-etc-core (0.19.21) grml-testing; urgency=medium
+
+ [ Christopher Bock ]
+ * [552dbb1] increase scrollback for screen and tmux to 10.000 lines
+
+ -- Chris Hofstaedtler <[email protected]> Fri, 20 Jun 2025 13:48:33 +0200
+
grml-etc-core (0.19.20) grml-testing; urgency=medium
[ Sebastian Boehm ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/grml-etc-core-0.19.20/etc/grml/screenrc
new/grml-etc-core-0.19.21/etc/grml/screenrc
--- old/grml-etc-core-0.19.20/etc/grml/screenrc 2025-06-20 02:19:00.000000000
+0200
+++ new/grml-etc-core-0.19.21/etc/grml/screenrc 2025-06-20 13:48:35.000000000
+0200
@@ -27,7 +27,7 @@
# no annoying audible bell, please
vbell on
- defscrollback 1000 # default: 100
+ defscrollback 10000 # default: 100
# msgminwait 3 # default: 1
silencewait 15 # default: 30
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/grml-etc-core-0.19.20/etc/grml/screenrc_generic
new/grml-etc-core-0.19.21/etc/grml/screenrc_generic
--- old/grml-etc-core-0.19.20/etc/grml/screenrc_generic 2025-06-20
02:19:00.000000000 +0200
+++ new/grml-etc-core-0.19.21/etc/grml/screenrc_generic 2025-06-20
13:48:35.000000000 +0200
@@ -25,7 +25,7 @@
# no annoying audible bell, please
vbell on
- defscrollback 1000 # default: 100
+ defscrollback 10000 # default: 100
# msgminwait 3 # default: 1
silencewait 15 # default: 30
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/grml-etc-core-0.19.20/etc/tmux.conf
new/grml-etc-core-0.19.21/etc/tmux.conf
--- old/grml-etc-core-0.19.20/etc/tmux.conf 2025-06-20 02:19:00.000000000
+0200
+++ new/grml-etc-core-0.19.21/etc/tmux.conf 2025-06-20 13:48:35.000000000
+0200
@@ -48,6 +48,7 @@
set -g display-panes-time 3000
set -g visual-activity on
set -g mode-keys vi
+set -g history-limit 10000 # default: 2000
### set status line appearance
set -g status-style fg=white,bg=black