Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2014-04-08 17:05:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2014-04-06 
09:54:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2014-04-08 
17:05:55.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Apr  7 14:20:38 UTC 2014 - [email protected]
+
+- For tcsh: be aware that sometimes strings in variables include a dash
+
+-------------------------------------------------------------------

Old:
----
  aaa_base-13.2+git20140310.a57750d.tar.xz

New:
----
  aaa_base-13.2+git20140407.618dd70.tar.xz

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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.E94qif/_old  2014-04-08 17:05:56.000000000 +0200
+++ /var/tmp/diff_new_pack.E94qif/_new  2014-04-08 17:05:56.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           aaa_base
-Version:        13.2+git20140310.a57750d
+Version:        13.2+git20140407.618dd70
 Release:        0
 Url:            https://github.com/openSUSE/aaa_base
 Provides:       aaa_skel = %{version}-%{release}

++++++ aaa_base-13.2+git20140310.a57750d.tar.xz -> 
aaa_base-13.2+git20140407.618dd70.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20140310.a57750d/files/etc/profile.d/profile.csh 
new/aaa_base-13.2+git20140407.618dd70/files/etc/profile.d/profile.csh
--- old/aaa_base-13.2+git20140310.a57750d/files/etc/profile.d/profile.csh       
2014-03-21 16:08:21.000000000 +0100
+++ new/aaa_base-13.2+git20140407.618dd70/files/etc/profile.d/profile.csh       
2014-04-07 16:18:41.000000000 +0200
@@ -41,46 +41,46 @@
        if ( $uid >= 100 ) set -l path=( $path . )
        breaksw
     case FROM_HEADER=*:
-       setenv FROM_HEADER ${val:q}
+       setenv FROM_HEADER "${val:q}"
        breaksw
     case SCANNER_TYPE=*:
-       setenv SCANNER_TYPE ${val:q}
+       setenv SCANNER_TYPE "${val:q}"
        breaksw
     case PROXY_ENABLED=*:
-       set proxy_enabled=${val:q}
+       set proxy_enabled="${val:q}"
        breaksw
     case HTTP_PROXY=*:
        if (! ${%proxy_enabled} == yes ) continue
-       setenv http_proxy ${val:q}
+       setenv http_proxy "${val:q}"
        breaksw
     case HTTPS_PROXY=*:
        if (! ${%proxy_enabled} == yes ) continue
-       setenv https_proxy ${val:q}
+       setenv https_proxy "${val:q}"
        breaksw
     case FTP_PROXY=*:
        if (! ${%proxy_enabled} == yes ) continue
-       setenv ftp_proxy ${val:q}
+       setenv ftp_proxy "${val:q}"
        breaksw
     case GOPHER_PROXY=*:
        if (! ${%proxy_enabled} == yes ) continue
-       setenv gopher_proxy ${val:q}
+       setenv gopher_proxy "${val:q}"
        breaksw
     case NO_PROXY=*:
        if (! ${%proxy_enabled} == yes ) continue
-       setenv no_proxy ${val:q}
+       setenv no_proxy "${val:q}"
        breaksw
     case DEFAULT_WM=*:
-       set default_wm=${val:q}
+       set default_wm="${val:q}"
        breaksw
     case CONSOLE_MAGIC=*:
-       set console_magic=${val:q}
+       set console_magic="${val:q}"
        breaksw
     case ORGANIZATION=*:
        if (! ${%val} ) continue
-       setenv ORGANIZATION ${val:q}
+       setenv ORGANIZATION "${val:q}"
        breaksw
     case NNTPSERVER=*:
-       setenv NNTPSERVER ${val:q}
+       setenv NNTPSERVER "${val:q}"
        if ( ! ${?NNTPSERVER} ) setenv NNTPSERVER news
        breaksw
     default:
@@ -110,14 +110,14 @@
 if ( ! ${?WINDOWMANAGER} ) then
     if (! ${?default_wm} ) set default_wm
     set desktop="/usr/share/xsessions/${default_wm}.desktop"
-    set default_wm=${default_wm:t}
+    set default_wm="${default_wm:t}"
     if ( -s ${desktop:q} ) then
-       set wm=`sed -rn '/^Exec=/{s@[^=]*=([^=]*)@\1@p;}' ${desktop:q}`
+       set wm="`sed -rn '/^Exec=/{s@[^=]*=([^=]*)@\1@p;}' ${desktop:q}`"
        foreach val ($path /usr/X11R6/bin /usr/openwin/bin)
            if ( ${val:q} =~ *.* ) continue
-           set val=${val:q}/${wm:q}
+           set val="${val:q}/${wm:q}"
            if ( ! -x ${val:q} ) continue
-           setenv WINDOWMANAGER ${val:q}
+           setenv WINDOWMANAGER "${val:q}"
            break
        end
        unset val wm
@@ -126,9 +126,9 @@
     if ( ${%default_wm} > 0 && ! ${?WINDOWMANAGER} ) then
        foreach val ($path /usr/X11R6/bin /usr/openwin/bin)
            if ( ${val:q} =~ *.* ) continue
-           set val=${val:q}/${default_wm:q}
+           set val="${val:q}/${default_wm:q}"
            if ( ! -x ${val:q} ) continue
-           setenv WINDOWMANAGER ${val:q}
+           setenv WINDOWMANAGER "${val:q}"
            break
        end
        unset val

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to