Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2017-01-27 10:39:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes    
2017-01-23 11:26:42.732717382 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
    2017-02-03 20:07:45.487975593 +0100
@@ -1,0 +2,8 @@
+Fri Jan 20 08:44:28 UTC 2017 - mfi...@suse.com
+
+- bnc#1017752
+  - do not show language change warning in software proposal
+    incorrectly when language was not changed.
+- 3.2.16
+
+-------------------------------------------------------------------

Old:
----
  yast2-installation-3.2.15.tar.bz2

New:
----
  yast2-installation-3.2.16.tar.bz2

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

Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.no6RRj/_old  2017-02-03 20:07:46.151882143 +0100
+++ /var/tmp/diff_new_pack.no6RRj/_new  2017-02-03 20:07:46.155881580 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation
-Version:        3.2.15
+Version:        3.2.16
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-installation-3.2.15.tar.bz2 -> yast2-installation-3.2.16.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.2.15/package/yast2-installation.changes 
new/yast2-installation-3.2.16/package/yast2-installation.changes
--- old/yast2-installation-3.2.15/package/yast2-installation.changes    
2017-01-18 11:09:49.212521000 +0100
+++ new/yast2-installation-3.2.16/package/yast2-installation.changes    
2017-01-24 13:35:28.112000000 +0100
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Fri Jan 20 08:44:28 UTC 2017 - mfi...@suse.com
+
+- bnc#1017752
+  - do not show language change warning in software proposal
+    incorrectly when language was not changed.
+- 3.2.16
+
+-------------------------------------------------------------------
 Tue Jan 17 15:34:22 UTC 2017 - igonzalezs...@suse.com
 
 - Do not retry to download release notes if a previous attempt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.2.15/package/yast2-installation.spec 
new/yast2-installation-3.2.16/package/yast2-installation.spec
--- old/yast2-installation-3.2.15/package/yast2-installation.spec       
2017-01-18 11:09:49.212521000 +0100
+++ new/yast2-installation-3.2.16/package/yast2-installation.spec       
2017-01-24 13:35:28.112000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation
-Version:        3.2.15
+Version:        3.2.16
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.2.15/src/lib/installation/proposal_runner.rb 
new/yast2-installation-3.2.16/src/lib/installation/proposal_runner.rb
--- old/yast2-installation-3.2.15/src/lib/installation/proposal_runner.rb       
2017-01-18 11:09:49.232521000 +0100
+++ new/yast2-installation-3.2.16/src/lib/installation/proposal_runner.rb       
2017-01-24 13:35:28.460000000 +0100
@@ -102,6 +102,12 @@
 
       return :auto if !submod_descriptions_and_build_menu
 
+      # Default language is the most often set by language proposal later in 
the workflow
+      # and overwrites this.
+      # However, some products do not contain such proposal (e.g. CaaSP) and 
needs this
+      # setup to avoid false language change detection (e.g. in software 
proposal)
+      Yast::Pkg.SetPackageLocale(Yast::Language.language)
+
       #
       # Make the initial proposal
       #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.2.15/test/proposal_runner_test.rb 
new/yast2-installation-3.2.16/test/proposal_runner_test.rb
--- old/yast2-installation-3.2.15/test/proposal_runner_test.rb  2017-01-18 
11:09:49.252521000 +0100
+++ new/yast2-installation-3.2.16/test/proposal_runner_test.rb  2017-01-24 
13:35:28.896000000 +0100
@@ -60,6 +60,8 @@
         .with("keyboard_proposal", ["Description", 
{}]).and_return(keyboard_description)
       allow(Yast::WFM).to receive(:CallFunction)
         .with("hwinfo_proposal", ["Description", 
{}]).and_return(hwinfo_description)
+      # Language class is missing in buildroot -> mock it
+      allow(Yast::Language).to receive(:language).and_return("en_US")
     end
 
     it "do nothing if run non-interactive" do


Reply via email to