Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-registration for 
openSUSE:Factory checked in at 2021-01-20 18:24:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-registration (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-registration.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-registration"

Wed Jan 20 18:24:05 2021 rev:68 rq:864335 version:4.3.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-registration/yast2-registration.changes    
2020-12-21 10:22:58.259956940 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-registration.new.28504/yast2-registration.changes
 2021-01-20 18:24:51.399372283 +0100
@@ -1,0 +2,7 @@
+Tue Jan 19 14:27:15 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz>
+
+- Catch exceptions during cloning, display an error popup
+  instead of crash (bsc#1181075)
+- 4.3.18
+
+-------------------------------------------------------------------

Old:
----
  yast2-registration-4.3.17.tar.bz2

New:
----
  yast2-registration-4.3.18.tar.bz2

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

Other differences:
------------------
++++++ yast2-registration.spec ++++++
--- /var/tmp/diff_new_pack.DBkbUT/_old  2021-01-20 18:24:52.603373174 +0100
+++ /var/tmp/diff_new_pack.DBkbUT/_new  2021-01-20 18:24:52.607373176 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-registration
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # 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-registration
-Version:        4.3.17
+Version:        4.3.18
 Release:        0
 Summary:        YaST2 - Registration Module
 License:        GPL-2.0-only

++++++ yast2-registration-4.3.17.tar.bz2 -> yast2-registration-4.3.18.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-registration-4.3.17/package/yast2-registration.changes 
new/yast2-registration-4.3.18/package/yast2-registration.changes
--- old/yast2-registration-4.3.17/package/yast2-registration.changes    
2020-12-18 16:43:36.000000000 +0100
+++ new/yast2-registration-4.3.18/package/yast2-registration.changes    
2021-01-19 15:46:06.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Tue Jan 19 14:27:15 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz>
+
+- Catch exceptions during cloning, display an error popup
+  instead of crash (bsc#1181075)
+- 4.3.18
+
+-------------------------------------------------------------------
 Fri Dec 18 13:44:58 UTC 2020 - Stefan Schubert <sch...@suse.de>
 
 - Updating warning popup if the user has skipped the registration.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-registration-4.3.17/package/yast2-registration.spec 
new/yast2-registration-4.3.18/package/yast2-registration.spec
--- old/yast2-registration-4.3.17/package/yast2-registration.spec       
2020-12-18 16:43:36.000000000 +0100
+++ new/yast2-registration-4.3.18/package/yast2-registration.spec       
2021-01-19 15:46:06.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-registration
-Version:        4.3.17
+Version:        4.3.18
 Release:        0
 Summary:        YaST2 - Registration Module
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-registration-4.3.17/src/lib/registration/clients/scc_auto.rb 
new/yast2-registration-4.3.18/src/lib/registration/clients/scc_auto.rb
--- old/yast2-registration-4.3.17/src/lib/registration/clients/scc_auto.rb      
2020-12-18 16:43:36.000000000 +0100
+++ new/yast2-registration-4.3.18/src/lib/registration/clients/scc_auto.rb      
2021-01-19 15:46:06.000000000 +0100
@@ -147,8 +147,9 @@
       end
 
       def read
-        @config.read
-        true
+        ::Registration::ConnectHelpers.catch_registration_errors do
+          @config.read
+        end
       end
 
       # return extra packages needed by this module (none so far)

Reply via email to