Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2015-02-27 10:55:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-02-08 
11:41:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2015-02-27 
10:55:53.000000000 +0100
@@ -1,0 +2,11 @@
+Wed Feb 11 15:00:02 UTC 2015 - wer...@suse.de
+
+- Correct the boolean in /etc/profile.d/lang.sh
+
+-------------------------------------------------------------------
+Wed Feb 11 14:55:00 UTC 2015 - wer...@suse.de
+
+- Even if GDM has done language setup the personal ~/.i18n should
+  be sourced (boo#567324)
+
+-------------------------------------------------------------------

Old:
----
  aaa_base-13.2+git20150126.090294e.tar.xz

New:
----
  aaa_base-13.2+git20150211.c745414.tar.xz

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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.bEkGPR/_old  2015-02-27 10:55:54.000000000 +0100
+++ /var/tmp/diff_new_pack.bEkGPR/_new  2015-02-27 10:55:54.000000000 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           aaa_base
-Version:        13.2+git20150126.090294e
+Version:        13.2+git20150211.c745414
 Release:        0
 Url:            https://github.com/openSUSE/aaa_base
 Provides:       aaa_skel = %{version}-%{release}

++++++ aaa_base-13.2+git20150126.090294e.tar.xz -> 
aaa_base-13.2+git20150211.c745414.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20150126.090294e/files/etc/profile.d/lang.sh 
new/aaa_base-13.2+git20150211.c745414/files/etc/profile.d/lang.sh
--- old/aaa_base-13.2+git20150126.090294e/files/etc/profile.d/lang.sh   
2015-01-26 13:29:49.000000000 +0100
+++ new/aaa_base-13.2+git20150211.c745414/files/etc/profile.d/lang.sh   
2015-02-11 15:59:34.000000000 +0100
@@ -15,7 +15,10 @@
 #
 # Already done by the GDM
 #
-test -z "$GDM_LANG" || return
+if test -n "$GDM_LANG"; then
+    test -s $HOME/.i18n && . $HOME/.i18n
+    return
+fi
 
 #
 # Get the system and after that the users configuration

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to