Hello community,
here is the log from the commit of package yast2-online-update for
openSUSE:Factory checked in at 2015-02-08 13:02:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-online-update (Old)
and /work/SRC/openSUSE:Factory/.yast2-online-update.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-online-update"
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-online-update/yast2-online-update.changes
2015-01-30 23:57:24.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-online-update.new/yast2-online-update.changes
2015-02-08 13:02:26.000000000 +0100
@@ -1,0 +2,13 @@
+Fri Feb 6 13:15:42 UTC 2015 - [email protected]
+
+- The unit tests are now compatible with RSpec 3 (bnc#916364)
+- 3.1.11
+
+-------------------------------------------------------------------
+Fri Feb 6 10:37:58 UTC 2015 - [email protected]
+
+- updated restart popup message, make clear that only YaST will be
+ restarted (not the system) (bnc#913437)
+- 3.1.10
+
+-------------------------------------------------------------------
Old:
----
yast2-online-update-3.1.9.tar.bz2
New:
----
yast2-online-update-3.1.11.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-online-update.spec ++++++
--- /var/tmp/diff_new_pack.NoZBoh/_old 2015-02-08 13:02:27.000000000 +0100
+++ /var/tmp/diff_new_pack.NoZBoh/_new 2015-02-08 13:02:27.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-online-update
-Version: 3.1.9
+Version: 3.1.11
Release: 0
Url: https://github.com/yast/yast-online-update
++++++ yast2-online-update-3.1.9.tar.bz2 -> yast2-online-update-3.1.11.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-online-update-3.1.9/package/yast2-online-update.changes
new/yast2-online-update-3.1.11/package/yast2-online-update.changes
--- old/yast2-online-update-3.1.9/package/yast2-online-update.changes
2015-01-29 13:22:10.000000000 +0100
+++ new/yast2-online-update-3.1.11/package/yast2-online-update.changes
2015-02-06 14:42:14.000000000 +0100
@@ -1,4 +1,17 @@
-------------------------------------------------------------------
+Fri Feb 6 13:15:42 UTC 2015 - [email protected]
+
+- The unit tests are now compatible with RSpec 3 (bnc#916364)
+- 3.1.11
+
+-------------------------------------------------------------------
+Fri Feb 6 10:37:58 UTC 2015 - [email protected]
+
+- updated restart popup message, make clear that only YaST will be
+ restarted (not the system) (bnc#913437)
+- 3.1.10
+
+-------------------------------------------------------------------
Thu Jan 29 12:01:20 UTC 2015 - [email protected]
- remove obsolete legacy patch callbacks
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-online-update-3.1.9/package/yast2-online-update.spec
new/yast2-online-update-3.1.11/package/yast2-online-update.spec
--- old/yast2-online-update-3.1.9/package/yast2-online-update.spec
2015-01-29 13:22:10.000000000 +0100
+++ new/yast2-online-update-3.1.11/package/yast2-online-update.spec
2015-02-06 14:42:14.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-online-update
-Version: 3.1.9
+Version: 3.1.11
Release: 0
Url: https://github.com/yast/yast-online-update
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-online-update-3.1.9/src/modules/OnlineUpdate.rb
new/yast2-online-update-3.1.11/src/modules/OnlineUpdate.rb
--- old/yast2-online-update-3.1.9/src/modules/OnlineUpdate.rb 2014-12-04
11:00:35.000000000 +0100
+++ new/yast2-online-update-3.1.11/src/modules/OnlineUpdate.rb 2015-02-06
11:47:14.000000000 +0100
@@ -49,7 +49,7 @@
# popup message
@restart_message = _(
- "Packages for package management were updated.\nFinishing and
restarting now."
+ "Packages for package management were updated.\nFinishing and
restarting YaST now."
)
# if patch with reboot flag was installed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-online-update-3.1.9/test/online_update_dialogs_test.rb
new/yast2-online-update-3.1.11/test/online_update_dialogs_test.rb
--- old/yast2-online-update-3.1.9/test/online_update_dialogs_test.rb
2014-12-04 11:00:35.000000000 +0100
+++ new/yast2-online-update-3.1.11/test/online_update_dialogs_test.rb
2015-02-06 14:42:14.000000000 +0100
@@ -120,26 +120,26 @@
it "returns true if user decides to continue" do
Yast::UI.stub(:UserInput).and_return(Yast::OnlineUpdateDialogsClass::RebootingPatches::Buttons::CONTINUE)
- expect(Yast::OnlineUpdateDialogs.confirm_rebooting_patches).to be_true
+ expect(Yast::OnlineUpdateDialogs.confirm_rebooting_patches).to eq(true)
end
it "returns false if user decides to go back" do
Yast::UI.stub(:UserInput).and_return(Yast::OnlineUpdateDialogsClass::RebootingPatches::Buttons::BACK)
- expect(Yast::OnlineUpdateDialogs.confirm_rebooting_patches).to be_false
+ expect(Yast::OnlineUpdateDialogs.confirm_rebooting_patches).to eq(false)
end
it "returns true if user decides to skip rebooting patches and they are
automatically unselected" do
# At first, there are some rebooting patches selected, later there are
none
Yast::Pkg.stub(:ResolvableProperties).and_return(PATCHES,
PATCHES_WITHOUT_REBOOTING)
Yast::UI.stub(:UserInput).and_return(Yast::OnlineUpdateDialogsClass::RebootingPatches::Buttons::SKIP)
- expect(Yast::OnlineUpdateDialogs.confirm_rebooting_patches).to be_true,
"Selected patches: #{Yast::Pkg.ResolvableProperties()}"
+ expect(Yast::OnlineUpdateDialogs.confirm_rebooting_patches).to eq(true),
"Selected patches: #{Yast::Pkg.ResolvableProperties()}"
end
it "returns false if user decides to skip rebooting patches but they are
not automatically unselected" do
# At first, there are some rebooting patches selected, later there still
the same ones
Yast::Pkg.stub(:ResolvableProperties).and_return(PATCHES)
Yast::UI.stub(:UserInput).and_return(Yast::OnlineUpdateDialogsClass::RebootingPatches::Buttons::SKIP)
- expect(Yast::OnlineUpdateDialogs.confirm_rebooting_patches).to be_false,
"Selected patches: #{Yast::Pkg.ResolvableProperties()}"
+ expect(Yast::OnlineUpdateDialogs.confirm_rebooting_patches).to
eq(false), "Selected patches: #{Yast::Pkg.ResolvableProperties()}"
end
it "returns false if user decides to skip rebooting patches but there are
solver errors preset" do
@@ -147,7 +147,7 @@
Yast::Pkg.stub(:ResolvableProperties).and_return(PATCHES,
PATCHES_WITHOUT_REBOOTING)
Yast::UI.stub(:UserInput).and_return(Yast::OnlineUpdateDialogsClass::RebootingPatches::Buttons::SKIP)
Yast::Pkg.stub(:PkgSolve).and_return(false)
- expect(Yast::OnlineUpdateDialogs.confirm_rebooting_patches).to be_false,
"Selected patches: #{Yast::Pkg.ResolvableProperties()}"
+ expect(Yast::OnlineUpdateDialogs.confirm_rebooting_patches).to
eq(false), "Selected patches: #{Yast::Pkg.ResolvableProperties()}"
end
it "raises an exception if UI returns unexpected return value" do
@@ -164,11 +164,11 @@
# These products are still alive
Yast::Pkg.stub(:ResolvableProperties).and_return(AVAILABLE_PRODUCTS +
NON_EOL_PRODUCTS)
- expect(Yast::OnlineUpdateDialogs.report_eol_products).to be_true
+ expect(Yast::OnlineUpdateDialogs.report_eol_products).to eq(true)
# Some of these products have reached their EOL
Yast::Pkg.stub(:ResolvableProperties).and_return(AVAILABLE_PRODUCTS +
EOL_PRODUCTS + NON_EOL_PRODUCTS)
- expect(Yast::OnlineUpdateDialogs.report_eol_products).to be_false
+ expect(Yast::OnlineUpdateDialogs.report_eol_products).to eq(false)
end
end
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]