Hello community,

here is the log from the commit of package yast2-iscsi-server for 
openSUSE:Factory
checked in at Fri Jul 15 08:35:08 CEST 2011.



--------
--- yast2-iscsi-server/yast2-iscsi-server.changes       2011-05-16 
12:54:17.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-iscsi-server/yast2-iscsi-server.changes  
2011-06-30 15:21:46.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Jun 30 13:37:59 CEST 2011 - [email protected]
+
+- fix typos in translatable texts (bnc#703125)
+- use ButtonBox widget where appropriate (bnc#701259)
+- 2.21.2
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  yast2-iscsi-server-2.21.1.tar.bz2

New:
----
  yast2-iscsi-server-2.21.2.tar.bz2

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

Other differences:
------------------
++++++ yast2-iscsi-server.spec ++++++
--- /var/tmp/diff_new_pack.ziaEpz/_old  2011-07-15 08:34:50.000000000 +0200
+++ /var/tmp/diff_new_pack.ziaEpz/_new  2011-07-15 08:34:50.000000000 +0200
@@ -19,11 +19,11 @@
 
 
 Name:           yast2-iscsi-server
-Version:        2.21.1
-Release:        3
+Version:        2.21.2
+Release:        1
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-iscsi-server-2.21.1.tar.bz2
+Source0:        yast2-iscsi-server-2.21.2.tar.bz2
 
 Prefix:         /usr
 
@@ -40,10 +40,10 @@
 Summary:        YaST2 - Configuration of iSCSI target
 
 %description
-Configuration of iSCSI target
+Configuration of iSCSI target via YaST2 User Interface
 
 %prep
-%setup -n yast2-iscsi-server-2.21.1
+%setup -n yast2-iscsi-server-2.21.2
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++++++ yast2-iscsi-server-2.21.1.tar.bz2 -> yast2-iscsi-server-2.21.2.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-server-2.21.1/VERSION 
new/yast2-iscsi-server-2.21.2/VERSION
--- old/yast2-iscsi-server-2.21.1/VERSION       2011-05-16 12:50:16.000000000 
+0200
+++ new/yast2-iscsi-server-2.21.2/VERSION       2011-06-30 13:37:47.000000000 
+0200
@@ -1 +1 @@
-2.21.1
+2.21.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-server-2.21.1/src/helps.ycp 
new/yast2-iscsi-server-2.21.2/src/helps.ycp
--- old/yast2-iscsi-server-2.21.1/src/helps.ycp 2011-04-26 17:02:42.000000000 
+0200
+++ new/yast2-iscsi-server-2.21.2/src/helps.ycp 2011-06-30 13:39:07.000000000 
+0200
@@ -4,7 +4,7 @@
  * Summary:    Help texts of all the dialogs
  * Authors:    Michal Zugec <[email protected]>
  *
- * $Id: helps.ycp 59270 2009-11-03 11:49:42Z mzugec $
+ * $Id: helps.ycp 64650 2011-06-30 11:39:06Z fehr $
  */
 
 {
@@ -38,7 +38,7 @@
 </p>
 "),
 
-    "save_configuration" : _("<p><b>Save</b> button will export some 
informations about
+    "save_configuration" : _("<p><b>Save</b> button will export some 
information about
 targets into selected file.</p>"),
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-server-2.21.1/src/widgets.ycp 
new/yast2-iscsi-server-2.21.2/src/widgets.ycp
--- old/yast2-iscsi-server-2.21.1/src/widgets.ycp       2011-05-16 
11:29:01.000000000 +0200
+++ new/yast2-iscsi-server-2.21.2/src/widgets.ycp       2011-06-30 
14:00:59.000000000 +0200
@@ -65,7 +65,7 @@
                           `InputField( `id( `sectors ), `opt(`hstretch), 
_("Sectors:"), previous["sectors"]:"" )
                          )
                         ),
-                       `Left( `HBox( `PushButton(`id(`ok), Label::OKButton() 
), `PushButton(`id(`cancel), Label::CancelButton() )))
+                       `Left( `ButtonBox( `PushButton(`id(`ok), 
Label::OKButton() ), `PushButton(`id(`cancel), Label::CancelButton() )))
                  );
            UI::OpenDialog(lun_dialog);
     UI::ChangeWidget(`id(`lun), `ValidChars, "0123456789" );
@@ -152,9 +152,9 @@
  UI::OpenDialog( `VBox(
                   `InputField(`id(`p_user), `opt(`hstretch), _("Username"), 
user),
                   `Password(`id(`p_pass), _("Password"), pass),
-                  `HBox(
-                       `PushButton(`id(`ok), _("OK")),
-                       `PushButton(`id(`cancel),_("Cancel")))
+                  `ButtonBox(
+                       `PushButton(`id(`ok), Label::OKButton()),
+                       `PushButton(`id(`cancel), Label::CancelButton()))
                        )
                 );
        boolean cycle = true;
@@ -191,7 +191,7 @@
             }
             else
             {
-                Popup::Warning(_("An error occured while saving the file."));
+                Popup::Warning(_("An error occurred while saving the file."));
             }
         }
   }


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



Remember to have fun...

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

Reply via email to