Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2023-08-09 17:24:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-packager.new.11712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-packager"

Wed Aug  9 17:24:05 2023 rev:440 rq:1102881 version:4.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes    
2023-04-08 17:38:47.901954507 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new.11712/yast2-packager.changes 
2023-08-09 17:24:10.784979253 +0200
@@ -1,0 +2,6 @@
+Tue Aug  8 11:22:18 UTC 2023 - Ladislav Slezák <lsle...@suse.com>
+
+- Move loading the Pkg module to fix a failing unit test (bsc#1214069)
+- 4.6.2
+
+-------------------------------------------------------------------

Old:
----
  yast2-packager-4.6.1.tar.bz2

New:
----
  yast2-packager-4.6.2.tar.bz2

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

Other differences:
------------------
++++++ yast2-packager.spec ++++++
--- /var/tmp/diff_new_pack.Oyz2We/_old  2023-08-09 17:24:11.480983586 +0200
+++ /var/tmp/diff_new_pack.Oyz2We/_new  2023-08-09 17:24:11.508983761 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        4.6.1
+Version:        4.6.2
 Release:        0
 Summary:        YaST2 - Package Library
 License:        GPL-2.0-or-later

++++++ yast2-packager-4.6.1.tar.bz2 -> yast2-packager-4.6.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.6.1/package/yast2-packager.changes 
new/yast2-packager-4.6.2/package/yast2-packager.changes
--- old/yast2-packager-4.6.1/package/yast2-packager.changes     2023-04-06 
12:35:16.000000000 +0200
+++ new/yast2-packager-4.6.2/package/yast2-packager.changes     2023-08-08 
13:34:00.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Aug  8 11:22:18 UTC 2023 - Ladislav Slezák <lsle...@suse.com>
+
+- Move loading the Pkg module to fix a failing unit test (bsc#1214069)
+- 4.6.2
+
+-------------------------------------------------------------------
 Thu Apr  6 10:17:23 UTC 2023 - Josef Reidinger <jreidin...@suse.com>
 
 - Adapt test to changes in ruby-bindings when detecting Yast
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.6.1/package/yast2-packager.spec 
new/yast2-packager-4.6.2/package/yast2-packager.spec
--- old/yast2-packager-4.6.1/package/yast2-packager.spec        2023-04-06 
12:35:16.000000000 +0200
+++ new/yast2-packager-4.6.2/package/yast2-packager.spec        2023-08-08 
13:34:00.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        4.6.1
+Version:        4.6.2
 Release:        0
 Summary:        YaST2 - Package Library
 License:        GPL-2.0-or-later
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-packager-4.6.1/src/lib/packager/clients/pkg_finish.rb 
new/yast2-packager-4.6.2/src/lib/packager/clients/pkg_finish.rb
--- old/yast2-packager-4.6.1/src/lib/packager/clients/pkg_finish.rb     
2023-04-06 12:35:16.000000000 +0200
+++ new/yast2-packager-4.6.2/src/lib/packager/clients/pkg_finish.rb     
2023-08-08 13:34:00.000000000 +0200
@@ -17,6 +17,7 @@
 require "packager/cfa/dnf_conf"
 
 Yast.import "InstURL"
+Yast.import "Pkg"
 
 module Yast
   # Finish client for packager
@@ -44,7 +45,6 @@
       super
       textdomain "packager"
 
-      Yast.import "Pkg"
       Yast.import "Installation"
       Yast.import "Mode"
       Yast.import "Stage"

Reply via email to