Hello community, here is the log from the commit of package x11-tools for openSUSE:Factory checked in at 2015-07-16 17:13:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/x11-tools (Old) and /work/SRC/openSUSE:Factory/.x11-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "x11-tools" Changes: -------- --- /work/SRC/openSUSE:Factory/x11-tools/x11-tools.changes 2015-07-02 22:45:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.x11-tools.new/x11-tools.changes 2015-07-16 17:13:26.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Jul 3 20:24:13 UTC 2015 - [email protected] + +- Add a template for ~/.i18n (bsc#934720). + +------------------------------------------------------------------- New: ---- i18n.template ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ x11-tools.spec ++++++ --- /var/tmp/diff_new_pack.De7dM4/_old 2015-07-16 17:13:27.000000000 +0200 +++ /var/tmp/diff_new_pack.De7dM4/_new 2015-07-16 17:13:27.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package x11-tools # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,6 +34,7 @@ Source34: sysconfig.language-%{name} Source35: nvidia-pre-install Source36: nvidia-post-uninstall +Source37: i18n.template BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -59,8 +60,9 @@ install -m 644 $RPM_SOURCE_DIR/none $RPM_BUILD_ROOT/etc/X11/xim.d mkdir -p $RPM_BUILD_ROOT/etc/skel install -m 644 $RPM_SOURCE_DIR/xim.template $RPM_BUILD_ROOT/etc/skel/.xim.template +install -m 644 %{S:37} $RPM_BUILD_ROOT/etc/skel/.i18n mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates/ -install -c -m0644 $RPM_SOURCE_DIR/sysconfig.language-%{name} $RPM_BUILD_ROOT/var/adm/fillup-templates/ +install -c -m 644 $RPM_SOURCE_DIR/sysconfig.language-%{name} $RPM_BUILD_ROOT/var/adm/fillup-templates/ mkdir -p $RPM_BUILD_ROOT/usr/lib/nvidia install -m 755 $RPM_SOURCE_DIR/nvidia-pre-install \ $RPM_BUILD_ROOT/usr/lib/nvidia/pre-install @@ -80,6 +82,7 @@ /etc/X11/xim /etc/X11/xim.d/* /etc/skel/.xim.template +/etc/skel/.i18n /var/adm/fillup-templates/sysconfig.language-%{name} %changelog ++++++ i18n.template ++++++ # # Override system wide input method here # # export INPUT_METHOD=scim++++++ xim.template ++++++ --- /var/tmp/diff_new_pack.De7dM4/_old 2015-07-16 17:13:27.000000000 +0200 +++ /var/tmp/diff_new_pack.De7dM4/_new 2015-07-16 17:13:27.000000000 +0200 @@ -3,6 +3,7 @@ # Copyright © 2001 SUSE LINUX GmbH Nuernberg, Germany # # Mike Fabian <[email protected]>, 2005 +# Egbert Eich <[email protected]>, 2015 # usually, /etc/X11/xim is used to start a default input method. @@ -12,8 +13,9 @@ # For example: # INPUT_METHOD="scim" # This changes the default for all users -# 2) set and export the variable "INPUT_METHOD" in ~/.profile in the -# home directory of a user (or ~/.login for csh users) For example: +# 2) set and export the variable "INPUT_METHOD" in ~/.i18n in the +# home directory of a user. +# For example: # export INPUT_METHOD="scim" # This changes the default only for one user. # @@ -44,4 +46,3 @@ # export QT_IM_SWITCHER=imsw-multi # export QT_IM_MODULE=scim # scim -d -
