Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2016-08-26 23:12:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aaa_base (Old)
 and      /work/SRC/openSUSE:Factory/.aaa_base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aaa_base"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes        2016-08-16 
13:00:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2016-08-26 
23:12:03.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Aug 17 13:54:03 UTC 2016 - wer...@suse.de
+
+- Correct logic error in usage of variable restricted (boo#994111)
+- enhance comment for NO_PROXY variable (bsc#990254)
+
+-------------------------------------------------------------------

Old:
----
  aaa_base-13.2+git20160807.7f4c8c4.tar.xz

New:
----
  aaa_base-13.2+git20160817.5c25c9c.tar.xz

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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.p1vJd3/_old  2016-08-26 23:12:04.000000000 +0200
+++ /var/tmp/diff_new_pack.p1vJd3/_new  2016-08-26 23:12:04.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           aaa_base
-Version:        13.2+git20160807.7f4c8c4
+Version:        13.2+git20160817.5c25c9c
 Release:        0
 Url:            https://github.com/openSUSE/aaa_base
 Provides:       aaa_skel = %{version}-%{release}

++++++ aaa_base-13.2+git20160807.7f4c8c4.tar.xz -> 
aaa_base-13.2+git20160817.5c25c9c.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20160807.7f4c8c4/files/etc/bash.bashrc 
new/aaa_base-13.2+git20160817.5c25c9c/files/etc/bash.bashrc
--- old/aaa_base-13.2+git20160807.7f4c8c4/files/etc/bash.bashrc 2016-08-07 
01:25:23.000000000 +0200
+++ new/aaa_base-13.2+git20160817.5c25c9c/files/etc/bash.bashrc 2016-08-17 
15:07:38.000000000 +0200
@@ -191,7 +191,7 @@
            _u="\u@\h"
            _p=">"
        fi
-       if test -z "$EMACS" -a -z "$MC_SID" -a -z "$restricted" -a \
+       if test -z "$EMACS" -a -z "$MC_SID" -a "$restricted" != true -a \
                -z "$STY" -a -n "$DISPLAY" -a ! -r $HOME/.bash.expert
        then
            _t="\[\$(ppwd)\]"
@@ -359,7 +359,7 @@
 esac
 test -s /etc/sh.shrc.local && . /etc/sh.shrc.local
 
-if test -n "$restricted" -a -z "$PROFILEREAD" ; then
+if test "$restricted" = true -a -z "$PROFILEREAD" ; then
     PATH=/usr/lib/restricted/bin
     export PATH
 fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20160807.7f4c8c4/files/var/adm/fillup-templates/sysconfig.proxy
 
new/aaa_base-13.2+git20160817.5c25c9c/files/var/adm/fillup-templates/sysconfig.proxy
--- 
old/aaa_base-13.2+git20160807.7f4c8c4/files/var/adm/fillup-templates/sysconfig.proxy
        2016-08-07 01:25:23.000000000 +0200
+++ 
new/aaa_base-13.2+git20160817.5c25c9c/files/var/adm/fillup-templates/sysconfig.proxy
        2016-08-17 15:07:38.000000000 +0200
@@ -57,6 +57,6 @@
 ## Type:       string(localhost)
 ## Default:    localhost
 #
-# Example: NO_PROXY="www.me.de, do.main, localhost"
+# Example: NO_PROXY="www.me.de, .do.main, localhost"
 #
 NO_PROXY="localhost, 127.0.0.1"


Reply via email to