Hello community,

here is the log from the commit of package yast2-geo-cluster for 
openSUSE:Factory checked in at 2014-07-10 08:18:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-geo-cluster (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-geo-cluster.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-geo-cluster"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-geo-cluster/yast2-geo-cluster.changes      
2014-07-08 13:02:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-geo-cluster.new/yast2-geo-cluster.changes 
2014-07-10 09:32:05.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Jul 10 03:06:59 UTC 2014 - [email protected]
+
+- BNC#886541. Modify the non standard English message ID.
+- Version 3.1.6
+
+-------------------------------------------------------------------
@@ -4 +10 @@
-- BNC3885955. Support multiple arbitrators in one conf.
+- BNC#885955. Support multiple arbitrators in one conf.

Old:
----
  yast2-geo-cluster-3.1.5.tar.bz2

New:
----
  yast2-geo-cluster-3.1.6.tar.bz2

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

Other differences:
------------------
++++++ yast2-geo-cluster.spec ++++++
--- /var/tmp/diff_new_pack.8TVNDV/_old  2014-07-10 09:32:05.000000000 +0200
+++ /var/tmp/diff_new_pack.8TVNDV/_new  2014-07-10 09:32:05.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-geo-cluster
-Version:        3.1.5
+Version:        3.1.6
 Release:        0
 
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services

++++++ yast2-geo-cluster-3.1.5.tar.bz2 -> yast2-geo-cluster-3.1.6.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-geo-cluster-3.1.5/package/yast2-geo-cluster.changes 
new/yast2-geo-cluster-3.1.6/package/yast2-geo-cluster.changes
--- old/yast2-geo-cluster-3.1.5/package/yast2-geo-cluster.changes       
2014-07-08 05:31:32.000000000 +0200
+++ new/yast2-geo-cluster-3.1.6/package/yast2-geo-cluster.changes       
2014-07-10 05:11:28.000000000 +0200
@@ -1,7 +1,13 @@
 -------------------------------------------------------------------
+Thu Jul 10 03:06:59 UTC 2014 - [email protected]
+
+- BNC#886541. Modify the non standard English message ID.
+- Version 3.1.6
+
+-------------------------------------------------------------------
 Tue Jul  8 03:27:06 UTC 2014 - [email protected]
 
-- BNC3885955. Support multiple arbitrators in one conf.
+- BNC#885955. Support multiple arbitrators in one conf.
 - Version 3.1.5
 
 -------------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-geo-cluster-3.1.5/package/yast2-geo-cluster.spec 
new/yast2-geo-cluster-3.1.6/package/yast2-geo-cluster.spec
--- old/yast2-geo-cluster-3.1.5/package/yast2-geo-cluster.spec  2014-07-08 
05:31:32.000000000 +0200
+++ new/yast2-geo-cluster-3.1.6/package/yast2-geo-cluster.spec  2014-07-10 
05:11:28.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-geo-cluster
-Version:        3.1.5
+Version:        3.1.6
 Release:        0
 
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-geo-cluster-3.1.5/src/include/geo-cluster/dialogs.rb 
new/yast2-geo-cluster-3.1.6/src/include/geo-cluster/dialogs.rb
--- old/yast2-geo-cluster-3.1.5/src/include/geo-cluster/dialogs.rb      
2014-07-08 05:31:32.000000000 +0200
+++ new/yast2-geo-cluster-3.1.6/src/include/geo-cluster/dialogs.rb      
2014-07-10 05:11:28.000000000 +0200
@@ -136,7 +136,7 @@
             ret = val
             break
           else
-            Popup.Message(_("Please enter valid ip address"))
+            Popup.Message(_("Please enter a valid ip address"))
           end
         end
         break if ret == :cancel
@@ -230,19 +230,19 @@
           num_weights = Builtins.tointeger(weights)
 
           if num_timeout == nil && timeout != ""
-            Popup.Message(_("timeout is no valid"))
+            Popup.Message(_("timeout is invalid"))
           elsif num_expire == nil && expire != ""
-            Popup.Message(_("expire is no valid"))
+            Popup.Message(_("expire is invalid"))
           elsif num_acquireafter == nil && acquireafter != ""
-            Popup.Message(_("acquireafter is no valid"))
+            Popup.Message(_("acquireafter is invalid"))
           elsif num_retries == nil && retries != ""
-            Popup.Message(_("retries is no valid"))
+            Popup.Message(_("retries is invalid"))
           elsif retries != "" && num_retries < 3
             Popup.Message(_("retries values lower than 3 is illegal"))
           elsif num_weights == nil && weights != ""
-            Popup.Message(_("weights is no valid"))
+            Popup.Message(_("weights is invalid"))
           elsif ticket == ""
-            Popup.Message(_("ticket can not be null"))
+            Popup.Message(_("ticket can not be empty"))
           else
             temp_ticket = {}
             temp_ticket["timeout"] = timeout
@@ -592,7 +592,7 @@
         elsif ret == :ok
           conf = UI.QueryWidget(:confname, :Value).to_s
           if conf == ""
-            Popup.Message(_("Configuration name can not be null"))
+            Popup.Message(_("Configuration name can not be empty."))
             next
           elsif add_new_conf && GeoCluster.global_files.include?(conf)
             Popup.Message(_("Configuration name can not be duplicated."))

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

Reply via email to