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-01-20 21:03:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grml-zsh-config (Old)
and /work/SRC/openSUSE:Factory/.grml-zsh-config.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grml-zsh-config"
Tue Jan 20 21:03:49 2026 rev:21 rq:1328189 version:0.19.26
Changes:
--------
--- /work/SRC/openSUSE:Factory/grml-zsh-config/grml-zsh-config.changes
2025-11-09 21:10:02.072496955 +0100
+++
/work/SRC/openSUSE:Factory/.grml-zsh-config.new.1928/grml-zsh-config.changes
2026-01-20 21:03:57.914617295 +0100
@@ -1,0 +2,6 @@
+Tue Jan 20 08:22:27 UTC 2026 - Michael Vetter <[email protected]>
+
+- Update to 0.19.26:
+ * Add myip function
+
+-------------------------------------------------------------------
Old:
----
v0.19.25.tar.gz
New:
----
v0.19.26.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ grml-zsh-config.spec ++++++
--- /var/tmp/diff_new_pack.LZktZ4/_old 2026-01-20 21:03:58.686649250 +0100
+++ /var/tmp/diff_new_pack.LZktZ4/_new 2026-01-20 21:03:58.690649415 +0100
@@ -1,7 +1,7 @@
#
# spec file for package grml-zsh-config
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: grml-zsh-config
-Version: 0.19.25
+Version: 0.19.26
Release: 0
Summary: Zsh config ujed by grml
License: GPL-2.0-only
++++++ v0.19.25.tar.gz -> v0.19.26.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/grml-etc-core-0.19.25/debian/changelog
new/grml-etc-core-0.19.26/debian/changelog
--- old/grml-etc-core-0.19.25/debian/changelog 2025-11-03 12:45:16.000000000
+0100
+++ new/grml-etc-core-0.19.26/debian/changelog 2025-12-11 23:48:40.000000000
+0100
@@ -1,3 +1,9 @@
+grml-etc-core (0.19.26) grml-testing; urgency=medium
+
+ * [8fa76a8] Add myip function
+
+ -- Chris Hofstaedtler <[email protected]> Thu, 11 Dec 2025 23:48:38 +0100
+
grml-etc-core (0.19.25) grml-testing; urgency=medium
[ Christopher Bock ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/grml-etc-core-0.19.25/etc/zsh/zshrc
new/grml-etc-core-0.19.26/etc/zsh/zshrc
--- old/grml-etc-core-0.19.25/etc/zsh/zshrc 2025-11-03 12:45:16.000000000
+0100
+++ new/grml-etc-core-0.19.26/etc/zsh/zshrc 2025-12-11 23:48:40.000000000
+0100
@@ -3443,6 +3443,11 @@
compdef _simple_extract simple-extract
[[ -n "$GRML_NO_SMALL_ALIASES" ]] || alias se=simple-extract
+#f5# Show "public" IPv4 address of current system on stdout. Requires network
access and curl(1).
+function myip () {
+ curl http://v4.showip.spamt.net/ -H 'User-Agent: grml-etc-core-zshrc'
+}
+
#f5# Change the xterm title from within GNU-screen
function xtrename () {
emulate -L zsh