Hello community,

here is the log from the commit of package yast2-country for openSUSE:Factory 
checked in at 2015-02-05 10:59:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-country (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-country.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-country"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-country/yast2-country.changes      
2014-12-05 21:03:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-country.new/yast2-country.changes 
2015-02-05 10:59:20.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Feb  3 11:32:39 UTC 2015 - an...@suse.com
+
+- Fixed syntax for the keyboard udev rule used during
+  installation (bnc#911346)
+- 3.1.17
+
+-------------------------------------------------------------------

Old:
----
  yast2-country-3.1.16.tar.bz2

New:
----
  yast2-country-3.1.17.tar.bz2

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

Other differences:
------------------
++++++ yast2-country.spec ++++++
--- /var/tmp/diff_new_pack.FsYatp/_old  2015-02-05 10:59:21.000000000 +0100
+++ /var/tmp/diff_new_pack.FsYatp/_new  2015-02-05 10:59:21.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-country
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-country
-Version:        3.1.16
+Version:        3.1.17
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build



++++++ yast2-country-3.1.16.tar.bz2 -> yast2-country-3.1.17.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-country-3.1.16/keyboard/src/modules/Keyboard.rb 
new/yast2-country-3.1.17/keyboard/src/modules/Keyboard.rb
--- old/yast2-country-3.1.16/keyboard/src/modules/Keyboard.rb   2014-12-04 
14:49:09.000000000 +0100
+++ new/yast2-country-3.1.17/keyboard/src/modules/Keyboard.rb   2015-02-03 
12:39:13.000000000 +0100
@@ -1498,7 +1498,8 @@
       if !udev_env.empty?
         rule = 'ENV{ID_INPUT_KEYBOARD}=="1", '
         rule << udev_env.map {|key,value| "ENV{#{key}}=\"#{value}\"" }.join(", 
")
-        SCR.Write(path(".target.string"), UDEV_FILE, UDEV_COMMENT + rule)
+        SCR.Write(path(".target.string"), UDEV_FILE, UDEV_COMMENT + rule + 
"\n")
+        SCR.Write(path(".target.string"), UDEV_FILE, nil)
       end
     end
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-3.1.16/keyboard/test/keyboard_test.rb 
new/yast2-country-3.1.17/keyboard/test/keyboard_test.rb
--- old/yast2-country-3.1.16/keyboard/test/keyboard_test.rb     2014-12-04 
14:49:09.000000000 +0100
+++ new/yast2-country-3.1.17/keyboard/test/keyboard_test.rb     2015-02-03 
12:39:13.000000000 +0100
@@ -166,7 +166,8 @@
           rule += 'ENV{ID_INPUT_KEYBOARD}=="1", ENV{XKBLAYOUT}="es", 
ENV{XKBMODEL}="microsoftpro", ENV{XKBVARIANT}="basic"'
           file = "/usr/lib/udev/rules.d/70-installation-keyboard.rules"
           expect(SCR).to receive(:Execute).with(SCRStub::REMOVE_PATH, file)
-          expect(SCR).to receive(:Write).with(SCRStub::STRING_PATH, file, rule)
+          expect(SCR).to receive(:Write).with(SCRStub::STRING_PATH, file, 
"#{rule}\n")
+          expect(SCR).to receive(:Write).with(SCRStub::STRING_PATH, file, nil)
 
           Keyboard.SetKeyboard("spanish")
           Keyboard.SetX11("spanish")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-3.1.16/package/yast2-country.changes 
new/yast2-country-3.1.17/package/yast2-country.changes
--- old/yast2-country-3.1.16/package/yast2-country.changes      2014-12-04 
14:49:09.000000000 +0100
+++ new/yast2-country-3.1.17/package/yast2-country.changes      2015-02-03 
12:39:13.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Tue Feb  3 11:32:39 UTC 2015 - an...@suse.com
+
+- Fixed syntax for the keyboard udev rule used during
+  installation (bnc#911346)
+- 3.1.17
+
+-------------------------------------------------------------------
 Thu Dec  4 14:41:32 CET 2014 - jsuch...@suse.cz
 
 - remove reference to obsoleted fi-latin1.map.gz (bnc#907391)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-3.1.16/package/yast2-country.spec 
new/yast2-country-3.1.17/package/yast2-country.spec
--- old/yast2-country-3.1.16/package/yast2-country.spec 2014-12-04 
14:49:09.000000000 +0100
+++ new/yast2-country-3.1.17/package/yast2-country.spec 2015-02-03 
12:39:13.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-country
-Version:        3.1.16
+Version:        3.1.17
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

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

Reply via email to