Hello community,

here is the log from the commit of package yast2-country for openSUSE:Factory 
checked in at 2019-08-10 23:44:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-country (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-country.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-country"

Sat Aug 10 23:44:25 2019 rev:204 rq:721695 version:4.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-country/yast2-country.changes      
2019-07-31 14:25:02.630327341 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-country.new.9556/yast2-country.changes    
2019-08-10 23:44:29.459631087 +0200
@@ -1,0 +2,7 @@
+Wed Aug  7 08:24:31 UTC 2019 - Martin Vidner <[email protected]>
+
+- Stop using the obsolete XVersion API (gh#yast/yast-yast2#902)
+  (bsc#1144627)
+- 4.2.3
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-country.spec ++++++
--- /var/tmp/diff_new_pack.SWtn4S/_old  2019-08-10 23:44:30.763630855 +0200
+++ /var/tmp/diff_new_pack.SWtn4S/_new  2019-08-10 23:44:30.791630851 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-country
-Version:        4.2.2
+Version:        4.2.3
 Release:        0
 Summary:        YaST2 - Country Settings (Language, Keyboard, and Timezone)
 License:        GPL-2.0-only

++++++ yast2-country-4.2.2.tar.bz2 -> yast2-country-4.2.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-4.2.2/keyboard/src/modules/Keyboard.rb 
new/yast2-country-4.2.3/keyboard/src/modules/Keyboard.rb
--- old/yast2-country-4.2.2/keyboard/src/modules/Keyboard.rb    2019-07-23 
12:37:44.000000000 +0200
+++ new/yast2-country-4.2.3/keyboard/src/modules/Keyboard.rb    2019-08-08 
10:49:20.000000000 +0200
@@ -121,7 +121,6 @@
       Yast.import "OSRelease"
       Yast.import "ProductFeatures"
       Yast.import "Stage"
-      Yast.import "XVersion"
       Yast.import "Report"
 
       # 
------------------------------------------------------------------------
@@ -566,7 +565,7 @@
       # do not try to run this with remote X display
       if Ops.greater_than(Builtins.size(@Apply), 0) && x11_setup_needed
         # Apply cannot be escaped as it is already set of parameters. But it 
is at least our string and not user provided.
-        @xkb_cmd = "#{File.join(XVersion.binPath, "setxkbmap")} #{@Apply}"
+        @xkb_cmd = "/usr/bin/setxkbmap #{@Apply}"
       else
         @xkb_cmd = ""
       end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-4.2.2/keyboard/test/keyboard_test.rb 
new/yast2-country-4.2.3/keyboard/test/keyboard_test.rb
--- old/yast2-country-4.2.2/keyboard/test/keyboard_test.rb      2019-07-23 
12:37:44.000000000 +0200
+++ new/yast2-country-4.2.3/keyboard/test/keyboard_test.rb      2019-08-08 
10:49:20.000000000 +0200
@@ -13,7 +13,6 @@
   import "Path"
   import "Encoding"
   import "AsciiFile"
-  import "XVersion"
   import "Report"
   import "OSRelease"
   import "Keyboard"
@@ -50,7 +49,6 @@
     describe "#Save" do
       before(:each) do
         stub_presence_of "/usr/sbin/xkbctrl"
-        allow(XVersion).to receive(:binPath).and_return "/usr/bin"
         # Stub the configuration writing...
         stub_scr_write
         # ...but allow the dump_xkbctrl helper to use SCR.Write
@@ -147,7 +145,6 @@
 
       it "calls setxkbmap if graphical system is installed" do
         stub_presence_of "/usr/sbin/xkbctrl"
-        allow(XVersion).to receive(:binPath).and_return "/usr/bin"
 
         expect(SCR).to execute_bash(/loadkeys -C \/dev\/tty.* 
tr\.map\.gz/).twice
         # Called twice, for SetConsole and SetX11
@@ -187,7 +184,6 @@
 
       before(:each) do
         stub_presence_of "/usr/sbin/xkbctrl"
-        allow(XVersion).to receive(:binPath).and_return "/usr/bin"
 
         allow(SCR).to execute_bash(/xkbctrl/) do |p, cmd|
           dump_xkbctrl(new_lang, cmd.split("> ")[1])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-4.2.2/package/yast2-country.changes 
new/yast2-country-4.2.3/package/yast2-country.changes
--- old/yast2-country-4.2.2/package/yast2-country.changes       2019-07-23 
12:37:44.000000000 +0200
+++ new/yast2-country-4.2.3/package/yast2-country.changes       2019-08-08 
10:49:20.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed Aug  7 08:24:31 UTC 2019 - Martin Vidner <[email protected]>
+
+- Stop using the obsolete XVersion API (gh#yast/yast-yast2#902)
+  (bsc#1144627)
+- 4.2.3
+
+-------------------------------------------------------------------
 Tue Jul 23 10:25:14 UTC 2019 - Ancor Gonzalez Sosa <[email protected]>
 
 - Unify keyboard maps for openSUSE and other distributions. Now
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-4.2.2/package/yast2-country.spec 
new/yast2-country-4.2.3/package/yast2-country.spec
--- old/yast2-country-4.2.2/package/yast2-country.spec  2019-07-23 
12:37:44.000000000 +0200
+++ new/yast2-country-4.2.3/package/yast2-country.spec  2019-08-08 
10:49:20.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-country
-Version:        4.2.2
+Version:        4.2.3
 Release:        0
 Summary:        YaST2 - Country Settings (Language, Keyboard, and Timezone)
 License:        GPL-2.0-only


Reply via email to