Hello community,

here is the log from the commit of package yast2-cluster for openSUSE:Factory 
checked in at 2019-04-18 13:58:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-cluster (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-cluster.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-cluster"

Thu Apr 18 13:58:43 2019 rev:30 rq:695469 version:4.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-cluster/yast2-cluster.changes      
2019-01-03 18:05:44.656187491 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-cluster.new.5536/yast2-cluster.changes    
2019-04-18 13:58:46.208002234 +0200
@@ -1,0 +2,6 @@
+Wed Apr 17 05:19:04 UTC 2019 - nick wang <[email protected]>
+
+- Warn rrp_mode active is deprecated (bsc#1132640)
+- 4.1.2
+
+-------------------------------------------------------------------

Old:
----
  yast2-cluster-4.1.1.tar.bz2

New:
----
  yast2-cluster-4.1.2.tar.bz2

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

Other differences:
------------------
++++++ yast2-cluster.spec ++++++
--- /var/tmp/diff_new_pack.rMgQ8x/_old  2019-04-18 13:58:47.584002714 +0200
+++ /var/tmp/diff_new_pack.rMgQ8x/_new  2019-04-18 13:58:47.608002722 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-cluster
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-cluster
-Version:        4.1.1
+Version:        4.1.2
 Release:        0
 
 BuildArch:      noarch

++++++ yast2-cluster-4.1.1.tar.bz2 -> yast2-cluster-4.1.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-4.1.1/Dockerfile 
new/yast2-cluster-4.1.2/Dockerfile
--- old/yast2-cluster-4.1.1/Dockerfile  2018-11-28 12:51:30.000000000 +0100
+++ new/yast2-cluster-4.1.2/Dockerfile  2019-04-18 09:53:25.000000000 +0200
@@ -1,3 +1,3 @@
-FROM yastdevel/ruby
+FROM registry.opensuse.org/yast/head/containers/yast-ruby:latest
 COPY . /usr/src/app
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-4.1.1/package/yast2-cluster.changes 
new/yast2-cluster-4.1.2/package/yast2-cluster.changes
--- old/yast2-cluster-4.1.1/package/yast2-cluster.changes       2018-11-28 
12:51:30.000000000 +0100
+++ new/yast2-cluster-4.1.2/package/yast2-cluster.changes       2019-04-18 
09:53:25.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Apr 17 05:19:04 UTC 2019 - nick wang <[email protected]>
+
+- Warn rrp_mode active is deprecated (bsc#1132640)
+- 4.1.2
+
+-------------------------------------------------------------------
 Sun Nov 25 17:38:07 UTC 2018 - Stasiek Michalski <[email protected]>
 
 - Provide icon with module (boo#1109310)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-4.1.1/package/yast2-cluster.spec 
new/yast2-cluster-4.1.2/package/yast2-cluster.spec
--- old/yast2-cluster-4.1.1/package/yast2-cluster.spec  2018-11-28 
12:51:30.000000000 +0100
+++ new/yast2-cluster-4.1.2/package/yast2-cluster.spec  2019-04-18 
09:53:25.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-cluster
-Version:        4.1.1
+Version:        4.1.2
 Release:        0
 
 BuildArch:      noarch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-4.1.1/src/include/cluster/dialogs.rb 
new/yast2-cluster-4.1.2/src/include/cluster/dialogs.rb
--- old/yast2-cluster-4.1.1/src/include/cluster/dialogs.rb      2018-11-28 
12:51:30.000000000 +0100
+++ new/yast2-cluster-4.1.2/src/include/cluster/dialogs.rb      2019-04-18 
09:53:25.000000000 +0200
@@ -273,6 +273,8 @@
           UI.ChangeWidget(Id(:rrpmode), :Value, "passive")
           UI.SetFocus(Id(:rrpmode))
           return false
+        elsif UI.QueryWidget(Id(:rrpmode), :Value) == "active"
+          Popup.Message(_("rrp mode active is deprecated, better use 
passive."))
         end
       end
 


Reply via email to