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 2022-12-15 19:24:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-packager.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-packager"

Thu Dec 15 19:24:24 2022 rev:431 rq:1042953 version:4.5.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes    
2022-11-18 15:42:46.610362731 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new.1835/yast2-packager.changes  
2022-12-15 19:24:27.323800343 +0100
@@ -1,0 +2,8 @@
+Wed Dec 14 10:25:42 UTC 2022 - Stefan Hundhammer <shundham...@suse.com>
+
+- Merged PR https://github.com/yast/yast-packager/pull/623
+  by Christopher Yeleighton <giecr...@stegny.2a.pl>:
+  Do not call [Install done] on aborted packages (boo#1203302)
+- 4.5.9
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-packager.spec ++++++
--- /var/tmp/diff_new_pack.xXBG64/_old  2022-12-15 19:24:27.867803438 +0100
+++ /var/tmp/diff_new_pack.xXBG64/_new  2022-12-15 19:24:27.871803461 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        4.5.8
+Version:        4.5.9
 Release:        0
 Summary:        YaST2 - Package Library
 License:        GPL-2.0-or-later

++++++ yast2-packager-4.5.8.tar.bz2 -> yast2-packager-4.5.9.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.5.8/package/yast2-packager.changes 
new/yast2-packager-4.5.9/package/yast2-packager.changes
--- old/yast2-packager-4.5.8/package/yast2-packager.changes     2022-11-07 
11:12:39.000000000 +0100
+++ new/yast2-packager-4.5.9/package/yast2-packager.changes     2022-12-14 
11:30:52.000000000 +0100
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Wed Dec 14 10:25:42 UTC 2022 - Stefan Hundhammer <shundham...@suse.com>
+
+- Merged PR https://github.com/yast/yast-packager/pull/623
+  by Christopher Yeleighton <giecr...@stegny.2a.pl>:
+  Do not call [Install done] on aborted packages (boo#1203302)
+- 4.5.9
+
+-------------------------------------------------------------------
 Mon Nov  7 10:06:19 UTC 2022 - Ladislav Slezák <lsle...@suse.cz>
 
 - Do not add an empty repository to the system when upgrading
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.5.8/package/yast2-packager.spec 
new/yast2-packager-4.5.9/package/yast2-packager.spec
--- old/yast2-packager-4.5.8/package/yast2-packager.spec        2022-11-07 
11:12:39.000000000 +0100
+++ new/yast2-packager-4.5.9/package/yast2-packager.spec        2022-12-14 
11:30:52.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        4.5.8
+Version:        4.5.9
 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.5.8/src/modules/SlideShowCallbacks.rb 
new/yast2-packager-4.5.9/src/modules/SlideShowCallbacks.rb
--- old/yast2-packager-4.5.8/src/modules/SlideShowCallbacks.rb  2022-11-07 
11:12:39.000000000 +0100
+++ new/yast2-packager-4.5.9/src/modules/SlideShowCallbacks.rb  2022-12-14 
11:30:52.000000000 +0100
@@ -31,7 +31,7 @@
 
       # never show the disk space warning popup during autoinstallation
       @ask_again = !Mode.autoinst
-      # true == continue with the installtion
+      # true == continue with the installation
       @user_input = true
     end
 
@@ -451,7 +451,7 @@
       end
 
       if Builtins.size(ret).zero? ||
-          Builtins.tolower(Builtins.substring(ret, 0, 1)) != "r"
+          Builtins.tolower(Builtins.substring(ret, 0, 1)) == "i"
         PackageSlideShow.PkgInstallDone(
           PackageCallbacks._package_name,
           PackageCallbacks._package_size,

Reply via email to