Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2019-04-18 09:55:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2 (Old)
 and      /work/SRC/openSUSE:Factory/.yast2.new.17052 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2"

Thu Apr 18 09:55:19 2019 rev:452 rq:694957 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2/yast2.changes      2019-04-12 
09:12:46.605623203 +0200
+++ /work/SRC/openSUSE:Factory/.yast2.new.17052/yast2.changes   2019-04-18 
09:55:21.317300927 +0200
@@ -1,0 +2,8 @@
+Wed Apr 17 08:35:49 UTC 2019 - Rodion Iafarov <riafa...@suse.com>
+
+- Allow not prescribing UI in yast2, to use YUILoader::loadUI.
+  Required to load integration tests framework
+  (poo#36712, bsc#1132247)
+- 4.2.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-4.1.68.tar.bz2

New:
----
  yast2-4.2.0.tar.bz2

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

Other differences:
------------------
++++++ yast2.spec ++++++
--- /var/tmp/diff_new_pack.XyFXQj/_old  2019-04-18 09:55:22.021301370 +0200
+++ /var/tmp/diff_new_pack.XyFXQj/_new  2019-04-18 09:55:22.021301370 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        4.1.68
+Version:        4.2.0
 Release:        0
 Summary:        YaST2 Main Package
 License:        GPL-2.0-only

++++++ yast2-4.1.68.tar.bz2 -> yast2-4.2.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-4.1.68/package/yast2.changes 
new/yast2-4.2.0/package/yast2.changes
--- old/yast2-4.1.68/package/yast2.changes      2019-04-11 14:56:26.000000000 
+0200
+++ new/yast2-4.2.0/package/yast2.changes       2019-04-17 09:52:31.000000000 
+0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Wed Apr 17 08:35:49 UTC 2019 - Rodion Iafarov <riafa...@suse.com>
+
+- Allow not prescribing UI in yast2, to use YUILoader::loadUI.
+  Required to load integration tests framework
+  (poo#36712, bsc#1132247)
+- 4.2.0
+
+-------------------------------------------------------------------
 Tue Apr  9 09:50:45 UTC 2019 - sch...@suse.de
 - Updated map for evaluating upgraded products
   (e.g. for SUSE-Manager). (bsc#1131503)
@@ -62,7 +70,7 @@
 - bnc#1127798
   - do not crash with internal error when enabling a network
     network service when no network service is active.
-- 4.1.61 
+- 4.1.61
 
 -------------------------------------------------------------------
 Wed Mar 06 12:09:35 CET 2019 - aschn...@suse.com
@@ -89,7 +97,7 @@
 -------------------------------------------------------------------
 Mon Mar  4 09:02:22 UTC 2019 - Michal Filka <mfi...@suse.com>
 
-- bnc#1127685 
+- bnc#1127685
   - made Report module long message reporting popups adjustable
 - 4.1.57
 
@@ -255,7 +263,7 @@
 -------------------------------------------------------------------
 Fri Nov 30 14:22:29 UTC 2018 - jreidin...@suse.com
 
-- firewalld: add ability to add/edit/remove zones (fate#324662) 
+- firewalld: add ability to add/edit/remove zones (fate#324662)
 - 4.1.37
 
 -------------------------------------------------------------------
@@ -392,7 +400,7 @@
 Mon Oct  1 17:29:17 UTC 2018 - mfi...@suse.com
 
 - bnc#964856
-  - fixed internal error - do not crash when updating device config 
+  - fixed internal error - do not crash when updating device config
 - 4.1.19
 
 -------------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-4.1.68/package/yast2.spec 
new/yast2-4.2.0/package/yast2.spec
--- old/yast2-4.1.68/package/yast2.spec 2019-04-11 14:56:26.000000000 +0200
+++ new/yast2-4.2.0/package/yast2.spec  2019-04-17 09:52:31.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        4.1.68
+Version:        4.2.0
 Release:        0
 Summary:        YaST2 Main Package
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-4.1.68/scripts/yast2 
new/yast2-4.2.0/scripts/yast2
--- old/yast2-4.1.68/scripts/yast2      2019-04-11 14:56:26.000000000 +0200
+++ new/yast2-4.2.0/scripts/yast2       2019-04-17 09:52:31.000000000 +0200
@@ -412,6 +412,12 @@
     echo >&2 "Internal error, unhandled '$SELECTED_GUI'"
 fi
 
+# Used for intergation tests, using libyui YUILoader::loadUI logic instead
+# of direct loadPlugin plugin call. When using UI, dummy UI will be created
+if [ -n "$Y2TEST" ]; then
+  SELECTED_GUI="ui"
+  echo "Integration UI tests"
+fi
 
 # do it!
 # $@ are args for ycp


Reply via email to