Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2014-06-02 07:00:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-packager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-packager"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes    
2014-05-26 14:40:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes       
2014-06-02 07:00:21.000000000 +0200
@@ -1,0 +2,7 @@
+Wed May 28 07:36:38 UTC 2014 - jsr...@suse.cz
+
+- text improvements for adding media-based add-on product during
+  installation (bnc#878534)
+- 3.1.20
+
+-------------------------------------------------------------------

Old:
----
  yast2-packager-3.1.19.tar.bz2

New:
----
  yast2-packager-3.1.20.tar.bz2

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

Other differences:
------------------
++++++ yast2-packager.spec ++++++
--- /var/tmp/diff_new_pack.ZCX2s7/_old  2014-06-02 07:00:22.000000000 +0200
+++ /var/tmp/diff_new_pack.ZCX2s7/_new  2014-06-02 07:00:22.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        3.1.19
+Version:        3.1.20
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-packager-3.1.19.tar.bz2 -> yast2-packager-3.1.20.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.19/package/yast2-packager.changes 
new/yast2-packager-3.1.20/package/yast2-packager.changes
--- old/yast2-packager-3.1.19/package/yast2-packager.changes    2014-05-23 
17:49:45.000000000 +0200
+++ new/yast2-packager-3.1.20/package/yast2-packager.changes    2014-05-28 
11:21:48.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed May 28 07:36:38 UTC 2014 - jsr...@suse.cz
+
+- text improvements for adding media-based add-on product during
+  installation (bnc#878534)
+- 3.1.20
+
+-------------------------------------------------------------------
 Fri May 23 17:46:18 CEST 2014 - loci...@suse.com
 
 - SlideShow refactoring: constantized, removed unused methods,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.19/package/yast2-packager.spec 
new/yast2-packager-3.1.20/package/yast2-packager.spec
--- old/yast2-packager-3.1.19/package/yast2-packager.spec       2014-05-23 
17:49:45.000000000 +0200
+++ new/yast2-packager-3.1.20/package/yast2-packager.spec       2014-05-28 
11:21:48.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        3.1.19
+Version:        3.1.20
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.19/src/modules/SourceDialogs.rb 
new/yast2-packager-3.1.20/src/modules/SourceDialogs.rb
--- old/yast2-packager-3.1.19/src/modules/SourceDialogs.rb      2014-05-23 
17:49:46.000000000 +0200
+++ new/yast2-packager-3.1.20/src/modules/SourceDialogs.rb      2014-05-28 
11:21:48.000000000 +0200
@@ -1946,7 +1946,7 @@
       @display_addon_checkbox ?
         VBox(
           Left(CheckBox(Id(:add_addon), Opt(:notify),
-              _("I would like to install an Add On Product"), false)),
+              _("I would like to install an additional Add On Product"), 
false)),
           VSpacing(1),
         ) :
         Empty()
@@ -1960,11 +1960,11 @@
       contents = HBox(
         HStretch(),
         VBox(
+          VStretch(),
+          addon_checkbox_term,
           RadioButtonGroup(
             Id(:type),
             VBox(
-              VStretch(),
-              addon_checkbox_term,
               HBox(
                 addon_spacing_term,
                 VBox(
@@ -2011,11 +2011,11 @@
         contents = HBox(
           HStretch(),
           VBox(
+            VStretch(),
+            addon_checkbox_term,
             RadioButtonGroup(
               Id(:type),
               VBox(
-                VStretch(),
-                addon_checkbox_term,
                 HBox(
                   addon_spacing_term,
                   VBox(
@@ -2282,6 +2282,7 @@
         WIDGET_LABELS.keys.each do |widget|
           UI.ChangeWidget(Id(widget), :Enabled, enabled) if 
UI.WidgetExists(widget)
         end
+        UI.ChangeWidget(Id(:type), :Enabled, enabled) if UI.WidgetExists(:type)
       end
     end
 
@@ -2572,7 +2573,7 @@
       )
 
       # dialog caption
-      caption = _("Media Type")
+      caption = _("Add On Product")
       ui = CWM.ShowAndRun(
         {
           "widget_names"       => ["select_dl"],

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

Reply via email to