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-01-22 16:38:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grml-zsh-config (Old)
 and      /work/SRC/openSUSE:Factory/.grml-zsh-config.new.5589 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grml-zsh-config"

Wed Jan 22 16:38:50 2025 rev:8 rq:1239498 version:0.19.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/grml-zsh-config/grml-zsh-config.changes  
2025-01-05 15:28:41.287424221 +0100
+++ 
/work/SRC/openSUSE:Factory/.grml-zsh-config.new.5589/grml-zsh-config.changes    
    2025-01-22 16:38:51.432202934 +0100
@@ -1,0 +2,8 @@
+Wed Jan 22 11:21:47 UTC 2025 - Michael Vetter <mvet...@suse.com>
+
+- Update to 0.19.13:
+  * zsh aliases: add afs(apt-file search)
+  * zshenv: drop live-cd only hacks
+  * zsh: drop solaris support
+
+-------------------------------------------------------------------

Old:
----
  v0.19.12.tar.gz

New:
----
  v0.19.13.tar.gz

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

Other differences:
------------------
++++++ grml-zsh-config.spec ++++++
--- /var/tmp/diff_new_pack.wJ6xm3/_old  2025-01-22 16:38:52.112231095 +0100
+++ /var/tmp/diff_new_pack.wJ6xm3/_new  2025-01-22 16:38:52.112231095 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           grml-zsh-config
-Version:        0.19.12
+Version:        0.19.13
 Release:        0
 Summary:        Zsh config ujed by grml
 License:        GPL-2.0-only

++++++ v0.19.12.tar.gz -> v0.19.13.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grml-etc-core-0.19.12/debian/changelog 
new/grml-etc-core-0.19.13/debian/changelog
--- old/grml-etc-core-0.19.12/debian/changelog  2024-12-23 15:58:49.000000000 
+0100
+++ new/grml-etc-core-0.19.13/debian/changelog  2025-01-21 00:47:47.000000000 
+0100
@@ -1,3 +1,14 @@
+grml-etc-core (0.19.13) grml-testing; urgency=medium
+
+  [ Christopher Bock ]
+  * [f406388] zsh aliases: add afs(apt-file search)
+
+  [ Chris Hofstaedtler ]
+  * [f394bcd] zshenv: drop live-cd only hacks
+  * [05ea006] zsh: drop solaris support
+
+ -- Chris Hofstaedtler <c...@grml.org>  Tue, 21 Jan 2025 00:47:42 +0100
+
 grml-etc-core (0.19.12) grml-testing; urgency=medium
 
   [ Chris Hofstaedtler ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grml-etc-core-0.19.12/doc/grmlzshrc.t2t 
new/grml-etc-core-0.19.13/doc/grmlzshrc.t2t
--- old/grml-etc-core-0.19.12/doc/grmlzshrc.t2t 2024-12-23 15:58:49.000000000 
+0100
+++ new/grml-etc-core-0.19.13/doc/grmlzshrc.t2t 2025-01-21 00:47:47.000000000 
+0100
@@ -927,6 +927,11 @@
 /etc/apt/sources.list. An update should always be performed before an
 upgrade or dist-upgrade; run by sudo, if necessary.
 
+: **afs** (//apt-file search//)
+apt-file is a command line tool for searching files contained in packages
+for the APT packaging system. You can search in which package a file is
+included or list the contents of a package without installing or fetching it.
+
 : **da** (//du -sch//)
 Prints the summarized disk usage of the arguments as well as a grand total
 in human readable format.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grml-etc-core-0.19.12/etc/zsh/zshenv 
new/grml-etc-core-0.19.13/etc/zsh/zshenv
--- old/grml-etc-core-0.19.12/etc/zsh/zshenv    2024-12-23 15:58:49.000000000 
+0100
+++ new/grml-etc-core-0.19.13/etc/zsh/zshenv    2025-01-21 00:47:47.000000000 
+0100
@@ -25,21 +25,6 @@
 # no xsource() here because it's only created in zshrc! (which is good)
 [[ -r /etc/environment ]] && source /etc/environment
 
-# make sure /usr/bin/id is available
-if [[ -x /usr/bin/id ]] ; then
-    [[ -z "$USER" ]]          && export USER=$(/usr/bin/id -un)
-    [[ $LOGNAME == LOGIN ]] && LOGNAME=$(/usr/bin/id -un)
-fi
-
-# workaround for live-cd mode as $HOME is not set via rungetty
-if [[ -f /etc/grml_cd ]] ; then
-    if (( EUID == 0 )); then
-        export HOME=/root
-    else
-        export HOME=/home/$USER
-    fi
-fi
-
 ## set $PATH
 # gentoo users have to source /etc/profile.env
 if [[ -r /etc/gentoo-release ]] ; then
@@ -52,24 +37,6 @@
   [[ -r /etc/grml/my_path ]] && ADDONS="$(cat /etc/grml/my_path)"
 fi
 
-# Solaris
-case $(uname 2>/dev/null) in
-  SunOS)
-    path=(
-      /usr/bin
-      /usr/sbin
-      /usr/ccs/bin
-      /opt/SUNWspro/bin
-      /usr/ucb
-      /usr/sfw/bin
-      /usr/gnu/bin
-      /usr/openwin/bin
-      /opt/csw/bin
-      /sbin
-      ~/bin
-    )
-esac
-
 # generic $PATH handling
 if (( EUID != 0 )); then
   path=(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grml-etc-core-0.19.12/etc/zsh/zshrc 
new/grml-etc-core-0.19.13/etc/zsh/zshrc
--- old/grml-etc-core-0.19.12/etc/zsh/zshrc     2024-12-23 15:58:49.000000000 
+0100
+++ new/grml-etc-core-0.19.13/etc/zsh/zshrc     2025-01-21 00:47:47.000000000 
+0100
@@ -212,10 +212,6 @@
     [[ $GRML_OSTYPE == "OpenBSD" ]]
 }
 
-function issolaris () {
-    [[ $GRML_OSTYPE == "SunOS" ]]
-}
-
 #f1# are we running within an utf environment?
 function isutfenv () {
     case "$LANG $CHARSET $LANGUAGE" in
@@ -2629,6 +2625,9 @@
         alias dbp='dpkg-buildpackage'
         #a3# Execute \kbd{grep-excuses}
         alias ge='grep-excuses'
+        if check_com -c apt-file ; then
+          alias afs='apt-file search'
+        fi
     fi
 
     # get a root shell as normal user in live-cd mode:

Reply via email to