Hello community,

here is the log from the commit of package yast2-core for openSUSE:Factory 
checked in at 2020-09-23 18:39:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-core (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-core.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-core"

Wed Sep 23 18:39:35 2020 rev:187 rq:835453 version:4.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-core/yast2-core.changes    2020-06-27 
23:21:45.845661276 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-core.new.4249/yast2-core.changes  
2020-09-23 18:40:04.545303350 +0200
@@ -1,0 +2,6 @@
+Fri Sep 18 15:41:56 UTC 2020 - Martin Vidner <mvid...@suse.com>
+
+- Avoid 'Construct not supported' on UnmountAgent (bsc#1176594)
+- 4.3.2
+
+-------------------------------------------------------------------

Old:
----
  yast2-core-4.3.1.tar.bz2

New:
----
  yast2-core-4.3.2.tar.bz2

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

Other differences:
------------------
++++++ yast2-core.spec ++++++
--- /var/tmp/diff_new_pack.fD92Uv/_old  2020-09-23 18:40:05.781304487 +0200
+++ /var/tmp/diff_new_pack.fD92Uv/_new  2020-09-23 18:40:05.781304487 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-core
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -27,9 +27,9 @@
 %bcond_with werror
 
 Name:           yast2-core
-Version:        4.3.1
+Version:        4.3.2
 Release:        0
-Url:            https://github.com/yast/yast-core
+URL:            https://github.com/yast/yast-core
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2

++++++ yast2-core-4.3.1.tar.bz2 -> yast2-core-4.3.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-4.3.1/package/yast2-core.changes 
new/yast2-core-4.3.2/package/yast2-core.changes
--- old/yast2-core-4.3.1/package/yast2-core.changes     2020-06-19 
16:08:53.000000000 +0200
+++ new/yast2-core-4.3.2/package/yast2-core.changes     2020-09-18 
18:23:31.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Fri Sep 18 15:41:56 UTC 2020 - Martin Vidner <mvid...@suse.com>
+
+- Avoid 'Construct not supported' on UnmountAgent (bsc#1176594)
+- 4.3.2
+
+-------------------------------------------------------------------
 Fri Jun 19 07:53:36 UTC 2020 - Martin Vidner <mvid...@suse.com>
 
 - Save memory by SCR.UnmountAgent telling other-process agents
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-4.3.1/package/yast2-core.spec 
new/yast2-core-4.3.2/package/yast2-core.spec
--- old/yast2-core-4.3.1/package/yast2-core.spec        2020-06-19 
16:08:53.000000000 +0200
+++ new/yast2-core-4.3.2/package/yast2-core.spec        2020-09-18 
18:23:31.000000000 +0200
@@ -26,7 +26,7 @@
 %bcond_with werror
 
 Name:           yast2-core
-Version:        4.3.1
+Version:        4.3.2
 Release:        0
 Url:            https://github.com/yast/yast-core
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-4.3.1/scr/src/SCRSubAgent.cc 
new/yast2-core-4.3.2/scr/src/SCRSubAgent.cc
--- old/yast2-core-4.3.1/scr/src/SCRSubAgent.cc 2020-06-19 16:08:53.000000000 
+0200
+++ new/yast2-core-4.3.2/scr/src/SCRSubAgent.cc 2020-09-18 18:23:31.000000000 
+0200
@@ -121,7 +121,7 @@
     // which is fine since that class does not delete the component it creates.
     auto prog_comp = dynamic_cast<Y2ProgramComponent *>(my_comp);
     if (prog_comp) {
-        prog_comp->result(YCPNull());
+        prog_comp->result(YCPVoid());
         delete prog_comp;
     }
 


Reply via email to