Hello community,

here is the log from the commit of package yast2-iscsi-client for 
openSUSE:Factory checked in at 2014-05-10 07:48:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-iscsi-client (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-iscsi-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-iscsi-client"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-iscsi-client/yast2-iscsi-client.changes    
2014-05-06 13:39:25.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-iscsi-client.new/yast2-iscsi-client.changes   
    2014-05-10 07:48:58.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May  6 13:00:25 CEST 2014 - [email protected]
+
+- avoid title on the left in installation workflow (bnc #868859)
+- 3.1.8
+
+-------------------------------------------------------------------

Old:
----
  yast2-iscsi-client-3.1.7.tar.bz2

New:
----
  yast2-iscsi-client-3.1.8.tar.bz2

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

Other differences:
------------------
++++++ yast2-iscsi-client.spec ++++++
--- /var/tmp/diff_new_pack.qtWgJz/_old  2014-05-10 07:48:59.000000000 +0200
+++ /var/tmp/diff_new_pack.qtWgJz/_new  2014-05-10 07:48:59.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-iscsi-client
-Version:        3.1.7
+Version:        3.1.8
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-iscsi-client-3.1.7.tar.bz2 -> yast2-iscsi-client-3.1.8.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-client-3.1.7/package/yast2-iscsi-client.changes 
new/yast2-iscsi-client-3.1.8/package/yast2-iscsi-client.changes
--- old/yast2-iscsi-client-3.1.7/package/yast2-iscsi-client.changes     
2014-05-02 15:53:49.000000000 +0200
+++ new/yast2-iscsi-client-3.1.8/package/yast2-iscsi-client.changes     
2014-05-06 14:18:51.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue May  6 13:00:25 CEST 2014 - [email protected]
+
+- avoid title on the left in installation workflow (bnc #868859)
+- 3.1.8
+
+-------------------------------------------------------------------
 Fri May  2 13:57:34 CEST 2014 - [email protected]
 
 - try auto login to target when called from partitioner
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-client-3.1.7/package/yast2-iscsi-client.spec 
new/yast2-iscsi-client-3.1.8/package/yast2-iscsi-client.spec
--- old/yast2-iscsi-client-3.1.7/package/yast2-iscsi-client.spec        
2014-05-02 15:53:49.000000000 +0200
+++ new/yast2-iscsi-client-3.1.8/package/yast2-iscsi-client.spec        
2014-05-06 14:18:51.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-iscsi-client
-Version:        3.1.7
+Version:        3.1.8
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-client-3.1.7/src/include/iscsi-client/wizards.rb 
new/yast2-iscsi-client-3.1.8/src/include/iscsi-client/wizards.rb
--- old/yast2-iscsi-client-3.1.7/src/include/iscsi-client/wizards.rb    
2014-05-02 15:53:49.000000000 +0200
+++ new/yast2-iscsi-client-3.1.8/src/include/iscsi-client/wizards.rb    
2014-05-06 14:18:51.000000000 +0200
@@ -79,8 +79,12 @@
         "disc"      => { :abort => :abort, :back => :back, :next => "global" }
       }
 
+      Wizard.OpenNextBackDialog
+      Wizard.SetDesktopTitleAndIcon("iscsi-client") if Mode.normal
+
       ret = Sequencer.Run(aliases, sequence)
 
+      Wizard.CloseDialog
       deep_copy(ret)
     end
 
@@ -105,7 +109,7 @@
 
       ret = Sequencer.Run(aliases, sequence)
 
-      UI.CloseDialog
+      Wizard.CloseDialog
       deep_copy(ret)
     end
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to