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 2026-03-18 16:51:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grml-zsh-config (Old)
and /work/SRC/openSUSE:Factory/.grml-zsh-config.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grml-zsh-config"
Wed Mar 18 16:51:34 2026 rev:23 rq:1340845 version:0.19.28
Changes:
--------
--- /work/SRC/openSUSE:Factory/grml-zsh-config/grml-zsh-config.changes
2026-02-16 13:19:28.639458826 +0100
+++
/work/SRC/openSUSE:Factory/.grml-zsh-config.new.8177/grml-zsh-config.changes
2026-03-18 16:53:16.667950722 +0100
@@ -1,0 +2,7 @@
+Wed Mar 18 07:18:46 UTC 2026 - Michael Vetter <[email protected]>
+
+- Update to 0.19.28:
+ * tmux: show username, make user/host part bold
+ * tmux: make active pane color match our screen style
+
+-------------------------------------------------------------------
Old:
----
v0.19.27.tar.gz
New:
----
v0.19.28.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ grml-zsh-config.spec ++++++
--- /var/tmp/diff_new_pack.s3qa6c/_old 2026-03-18 16:53:17.575988643 +0100
+++ /var/tmp/diff_new_pack.s3qa6c/_new 2026-03-18 16:53:17.579988810 +0100
@@ -17,7 +17,7 @@
Name: grml-zsh-config
-Version: 0.19.27
+Version: 0.19.28
Release: 0
Summary: Zsh config ujed by grml
License: GPL-2.0-only
++++++ v0.19.27.tar.gz -> v0.19.28.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/grml-etc-core-0.19.27/debian/changelog
new/grml-etc-core-0.19.28/debian/changelog
--- old/grml-etc-core-0.19.27/debian/changelog 2026-02-12 16:22:36.000000000
+0100
+++ new/grml-etc-core-0.19.28/debian/changelog 2026-03-16 15:49:03.000000000
+0100
@@ -1,3 +1,10 @@
+grml-etc-core (0.19.28) grml-testing; urgency=medium
+
+ * [0426527] tmux: show username, make user/host part bold
+ * [fb4b0b5] tmux: make active pane color match our screen style
+
+ -- Chris Hofstaedtler <[email protected]> Mon, 16 Mar 2026 15:49:01 +0100
+
grml-etc-core (0.19.27) grml-testing; urgency=medium
[ Michael Prokop ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/grml-etc-core-0.19.27/debian/control
new/grml-etc-core-0.19.28/debian/control
--- old/grml-etc-core-0.19.27/debian/control 2026-02-12 16:22:36.000000000
+0100
+++ new/grml-etc-core-0.19.28/debian/control 2026-03-16 15:49:03.000000000
+0100
@@ -3,8 +3,8 @@
Priority: optional
Maintainer: Michael Prokop <[email protected]>
Build-Depends:
- asciidoctor,
debhelper-compat (= 12),
+ asciidoctor,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/grml/grml-etc-core
@@ -12,12 +12,13 @@
Vcs-Browser: https://github.com/grml/grml-etc-core
Origin: Grml
Bugs: mailto:[email protected]
+X-Style: black
Package: grml-etc-core
Architecture: all
Breaks:
grml-scripts (<< 2.15.0~),
- grml-tips (<< 0.8.5)
+ grml-tips (<< 0.8.5),
Conflicts:
grml-autoconfig (<< 0.5-7),
grml-etc (<< 0.8-11),
@@ -28,13 +29,13 @@
grml-scripts-core (<< 2.1.5~),
vim-common,
Provides:
- grml-scripts-core
+ grml-scripts-core,
Depends:
- ${misc:Depends},
vim | nvi | editor,
+ ${misc:Depends},
Pre-Depends:
- ${misc:Pre-Depends},
zsh,
+ ${misc:Pre-Depends},
Description: core etcetera files for the Grml system
This package includes some /etc files for the
Grml system. Whereas the main grml-etc package is
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/grml-etc-core-0.19.27/etc/tmux.conf
new/grml-etc-core-0.19.28/etc/tmux.conf
--- old/grml-etc-core-0.19.27/etc/tmux.conf 2026-02-12 16:22:36.000000000
+0100
+++ new/grml-etc-core-0.19.28/etc/tmux.conf 2026-03-16 15:49:03.000000000
+0100
@@ -55,9 +55,9 @@
set -g status-left-length 28
### status-left: @hostname:sessionname
-set -g status-left "#[fg=white]@#h#[fg=red]:#S#[fg=white] |"
+#set -g status-left "#[fg=white,bold]@#h#[fg=red]:#S#[fg=white,nobold] | "
### status-left: username@hostname:sessionname
-#set -g status-left "#[fg=blue]#(echo
${USER})#[fg=white]@#h#[fg=red]:#S#[fg=white] |"
+set -g status-left
"#[fg=red,bold]#{user}@#[fg=white]#h#[fg=red]:#S#[fg=white,nobold] | "
### status-right: Date and Time
#set -g status-right '#[fg=yellow]%Y-%m-%d %H:%M'
@@ -67,8 +67,8 @@
### status-right: Time
#set -g status-right "#[fg=yellow]%H:%M"
-set-window-option -g window-status-style fg=blue,bg=black
-set-window-option -g window-status-current-style bold
+set-window-option -g window-status-style fg=white,bg=black
+set-window-option -g window-status-current-style fg=blue,bg=white
### source user-specific local configuration file
if-shell "! (env | grep -q TMUX=/tmp/tmate)" \