Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-cio for openSUSE:Factory checked in at 2023-03-07 16:49:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-cio (Old) and /work/SRC/openSUSE:Factory/.yast2-cio.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-cio" Tue Mar 7 16:49:33 2023 rev:12 rq:1069718 version:4.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-cio/yast2-cio.changes 2023-03-03 22:31:57.332171541 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-cio.new.31432/yast2-cio.changes 2023-03-07 16:50:09.705530078 +0100 @@ -1,0 +2,7 @@ +Mon Mar 6 17:18:57 UTC 2023 - Martin Vidner <[email protected]> + +- Stop using File.exists? which no longer works in Ruby 3.2 + (bsc#1206419) +- 4.6.1 + +------------------------------------------------------------------- Old: ---- yast2-cio-4.6.0.tar.bz2 New: ---- yast2-cio-4.6.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-cio.spec ++++++ --- /var/tmp/diff_new_pack.fK25E6/_old 2023-03-07 16:50:10.201532688 +0100 +++ /var/tmp/diff_new_pack.fK25E6/_new 2023-03-07 16:50:10.205532709 +0100 @@ -24,7 +24,7 @@ ###################################################################### Name: yast2-cio -Version: 4.6.0 +Version: 4.6.1 Release: 0 Summary: YaST2 - IO Channel management Group: System/YaST ++++++ yast2-cio-4.6.0.tar.bz2 -> yast2-cio-4.6.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-cio-4.6.0/manual_testing/bin/lscss new/yast2-cio-4.6.1/manual_testing/bin/lscss --- old/yast2-cio-4.6.0/manual_testing/bin/lscss 2023-03-03 15:50:11.000000000 +0100 +++ new/yast2-cio-4.6.1/manual_testing/bin/lscss 2023-03-06 19:07:12.000000000 +0100 @@ -23,7 +23,7 @@ orig_dir = File.expand_path("../../data", __FILE__) data_file = "#{orig_dir}/lscss.output" -if !File.exists? data_file +if !File.exist? data_file FileUtils.cp "#{orig_dir}/lscss.output.orig", data_file end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-cio-4.6.0/package/yast2-cio.changes new/yast2-cio-4.6.1/package/yast2-cio.changes --- old/yast2-cio-4.6.0/package/yast2-cio.changes 2023-03-03 15:50:11.000000000 +0100 +++ new/yast2-cio-4.6.1/package/yast2-cio.changes 2023-03-06 19:07:12.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Mar 6 17:18:57 UTC 2023 - Martin Vidner <[email protected]> + +- Stop using File.exists? which no longer works in Ruby 3.2 + (bsc#1206419) +- 4.6.1 + +------------------------------------------------------------------- Fri Mar 03 14:44:07 UTC 2023 - Ladislav Slezák <[email protected]> - Bump version to 4.6.0 (bsc#1208913) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-cio-4.6.0/package/yast2-cio.spec new/yast2-cio-4.6.1/package/yast2-cio.spec --- old/yast2-cio-4.6.0/package/yast2-cio.spec 2023-03-03 15:50:11.000000000 +0100 +++ new/yast2-cio-4.6.1/package/yast2-cio.spec 2023-03-06 19:07:12.000000000 +0100 @@ -24,7 +24,7 @@ ###################################################################### Name: yast2-cio -Version: 4.6.0 +Version: 4.6.1 Release: 0 Summary: YaST2 - IO Channel management Group: System/YaST
