Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tcsh for openSUSE:Factory checked in 
at 2021-05-19 17:48:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tcsh (Old)
 and      /work/SRC/openSUSE:Factory/.tcsh.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tcsh"

Wed May 19 17:48:53 2021 rev:76 rq:893555 version:6.22.04

Changes:
--------
--- /work/SRC/openSUSE:Factory/tcsh/tcsh.changes        2021-04-29 
22:44:32.592261077 +0200
+++ /work/SRC/openSUSE:Factory/.tcsh.new.2988/tcsh.changes      2021-05-19 
17:48:55.097650837 +0200
@@ -1,0 +2,5 @@
+Fri May 14 19:58:31 UTC 2021 - Callum Farmer <[email protected]>
+
+- Update MAILDIR to /var/mail
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tcsh.spec ++++++
--- /var/tmp/diff_new_pack.wnDxb3/_old  2021-05-19 17:48:55.677648405 +0200
+++ /var/tmp/diff_new_pack.wnDxb3/_new  2021-05-19 17:48:55.681648388 +0200
@@ -205,7 +205,7 @@
 %doc %{_mandir}/man1/csh.1.gz
 %doc %{_mandir}/man1/tcsh.1.gz
 
-%files -n tcsh-lang
+%files lang
 %defattr(0644,root,root)
 %{_datadir}/locale/*/LC_MESSAGES/tcsh*
 

++++++ complete.tcsh ++++++
--- /var/tmp/diff_new_pack.wnDxb3/_old  2021-05-19 17:48:55.725648204 +0200
+++ /var/tmp/diff_new_pack.wnDxb3/_new  2021-05-19 17:48:55.725648204 +0200
@@ -25,7 +25,7 @@
     endif
     set hosts=(`echo $hosts localhost $HOSTNAME|tr ' ' '\n'|sort -u -t '.'`)
     unset _f
-    set _maildir = /var/spool/mail
+    set _maildir = /var/mail
     set _ypdir  =  /var/yp
     set _domain =  "`domainname`"
     if ($?MANPATH) then

Reply via email to