Hello community,

here is the log from the commit of package yast2-country for openSUSE:Factory 
checked in at 2017-03-10 20:39:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-country (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-country.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-country"

Fri Mar 10 20:39:52 2017 rev:180 rq:469697 version:3.2.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-country/yast2-country.changes      
2017-02-22 13:49:40.537270316 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-country.new/yast2-country.changes 
2017-03-10 20:39:53.439137092 +0100
@@ -1,0 +2,9 @@
+Thu Mar  2 12:24:03 UTC 2017 - kanders...@suse.com
+
+merge CASP changes:
+
+- Fixed value returned by the KeyboardSelection widget, avoiding
+  to trigger other widgets events (bsc#1027171).
+- 3.2.10
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-country.spec ++++++
--- /var/tmp/diff_new_pack.KWOq67/_old  2017-03-10 20:39:54.067048116 +0100
+++ /var/tmp/diff_new_pack.KWOq67/_new  2017-03-10 20:39:54.071047549 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-country
-Version:        3.2.9
+Version:        3.2.10
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-country-3.2.9.tar.bz2 -> yast2-country-3.2.10.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-country-3.2.9/keyboard/src/lib/y2country/widgets.rb 
new/yast2-country-3.2.10/keyboard/src/lib/y2country/widgets.rb
--- old/yast2-country-3.2.9/keyboard/src/lib/y2country/widgets.rb       
2017-02-20 10:02:31.003980962 +0100
+++ new/yast2-country-3.2.10/keyboard/src/lib/y2country/widgets.rb      
2017-03-03 12:02:48.776000000 +0100
@@ -58,6 +58,8 @@
         Yast::Keyboard.Set(value)
         # mark that user approve selection
         Yast::Keyboard.user_decision = true
+
+        nil
       end
 
       def store
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-3.2.9/keyboard/test/widgets_test.rb 
new/yast2-country-3.2.10/keyboard/test/widgets_test.rb
--- old/yast2-country-3.2.9/keyboard/test/widgets_test.rb       2017-02-20 
10:02:31.047980962 +0100
+++ new/yast2-country-3.2.10/keyboard/test/widgets_test.rb      2017-03-03 
12:02:48.840000000 +0100
@@ -20,7 +20,7 @@
   it "changes keyboard layout when value changed" do
     expect(Yast::Keyboard).to receive(:Set)
 
-    subject.handle
+    expect(subject.handle).to eql(nil)
   end
 
   it "passes notify option to widget" do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-3.2.9/package/yast2-country.changes 
new/yast2-country-3.2.10/package/yast2-country.changes
--- old/yast2-country-3.2.9/package/yast2-country.changes       2017-02-20 
10:02:31.103980962 +0100
+++ new/yast2-country-3.2.10/package/yast2-country.changes      2017-03-03 
12:02:48.880000000 +0100
@@ -1,4 +1,13 @@
 -------------------------------------------------------------------
+Thu Mar  2 12:24:03 UTC 2017 - kanders...@suse.com
+
+merge CASP changes:
+
+- Fixed value returned by the KeyboardSelection widget, avoiding
+  to trigger other widgets events (bsc#1027171).
+- 3.2.10
+
+-------------------------------------------------------------------
 Fri Feb 17 13:58:28 UTC 2017 - jreidin...@suse.com
 
 - fix keyboard layout widget initialization to old value
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-3.2.9/package/yast2-country.spec 
new/yast2-country-3.2.10/package/yast2-country.spec
--- old/yast2-country-3.2.9/package/yast2-country.spec  2017-02-20 
10:02:31.103980962 +0100
+++ new/yast2-country-3.2.10/package/yast2-country.spec 2017-03-03 
12:02:48.880000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-country
-Version:        3.2.9
+Version:        3.2.10
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build


Reply via email to