Hello community,

here is the log from the commit of package bash for openSUSE:Factory checked in 
at 2019-10-25 18:37:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bash (Old)
 and      /work/SRC/openSUSE:Factory/.bash.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bash"

Fri Oct 25 18:37:38 2019 rev:159 rq:738886 version:5.0.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/bash/bash.changes        2019-10-10 
11:48:29.484110111 +0200
+++ /work/SRC/openSUSE:Factory/.bash.new.2990/bash.changes      2019-10-25 
18:37:40.243644634 +0200
@@ -1,0 +2,8 @@
+Wed Oct 16 12:49:36 UTC 2019 - Dr. Werner Fink <[email protected]>
+
+- Remove PILOTPORT and PILOTRATE environment variable from
+  default ~/.bashrc (/etc/skel/.bashrc) (bsc#1123510)
+- Move definitions of environment variables from ~/.bashrc to
+  ~/.profile (/etc/skel/.profile)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dot.bashrc ++++++
--- /var/tmp/diff_new_pack.nvJOvT/_old  2019-10-25 18:37:42.443646706 +0200
+++ /var/tmp/diff_new_pack.nvJOvT/_new  2019-10-25 18:37:42.447646710 +0200
@@ -1,5 +1,5 @@
-# Sample .bashrc for SuSE Linux
-# Copyright (c) SuSE GmbH Nuernberg
+# Sample .bashrc for SUSE Linux
+# Copyright (c) SUSE Software Solutions Germany GmbH
 
 # There are 3 different types of shells in bash: the login shell, normal shell
 # and interactive shell. Login shells read ~/.profile and interactive shells
@@ -10,19 +10,4 @@
 # here, since multilingual X sessions would not work properly if LANG is over-
 # ridden in every subshell.
 
-# Some applications read the EDITOR variable to determine your favourite text
-# editor. So uncomment the line below and enter the editor of your choice :-)
-#export EDITOR=/usr/bin/vim
-#export EDITOR=/usr/bin/mcedit
-
-# For some news readers it makes sense to specify the NEWSSERVER variable here
-#export NEWSSERVER=your.news.server
-
-# If you want to use a Palm device with Linux, uncomment the two lines below.
-# For some (older) Palm Pilots, you might need to set a lower baud rate
-# e.g. 57600 or 38400; lowest is 9600 (very slow!)
-#
-#export PILOTPORT=/dev/pilot
-#export PILOTRATE=115200
-
 test -s ~/.alias && . ~/.alias || true

++++++ dot.profile ++++++
--- /var/tmp/diff_new_pack.nvJOvT/_old  2019-10-25 18:37:42.459646721 +0200
+++ /var/tmp/diff_new_pack.nvJOvT/_new  2019-10-25 18:37:42.459646721 +0200
@@ -1,4 +1,4 @@
-# Sample .profile for SuSE Linux
+# Sample .profile for SUSE Linux
 # rewritten by Christian Steinruecken <[email protected]>
 #
 # This file is read each time a login shell is started.
@@ -17,6 +17,13 @@
 #export LANG=fr_FR.UTF-8       # uncomment this line for French output
 #export LANG=es_ES.UTF-8       # uncomment this line for Spanish output
 
+# Some applications read the EDITOR variable to determine your favourite text
+# editor. So uncomment the line below and enter the editor of your choice :-)
+#export EDITOR=/usr/bin/vim
+#export EDITOR=/usr/bin/mcedit
+
+# For some news readers it makes sense to specify the NEWSSERVER variable here
+#export NEWSSERVER=your.news.server
 
 # Some people don't like fortune. If you uncomment the following lines,
 # you will have a fortune each time you log in ;-)


Reply via email to