Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tupitube for openSUSE:Factory checked in at 2023-03-03 22:28:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tupitube (Old) and /work/SRC/openSUSE:Factory/.tupitube.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tupitube" Fri Mar 3 22:28:57 2023 rev:9 rq:1069216 version:0.2.18 Changes: -------- --- /work/SRC/openSUSE:Factory/tupitube/tupitube.changes 2022-04-26 20:17:50.416765892 +0200 +++ /work/SRC/openSUSE:Factory/.tupitube.new.31432/tupitube.changes 2023-03-03 22:32:03.320197076 +0100 @@ -1,0 +2,5 @@ +Fri Mar 3 13:01:05 UTC 2023 - Hans-Peter Jansen <[email protected]> + +- Fix build with newer rubies, that removed File:exists method + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tupitube.spec ++++++ --- /var/tmp/diff_new_pack.703XBf/_old 2023-03-03 22:32:03.888199498 +0100 +++ /var/tmp/diff_new_pack.703XBf/_new 2023-03-03 22:32:03.896199532 +0100 @@ -1,7 +1,7 @@ # # spec file for package tupitube # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2016 Packman Team <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -94,6 +94,10 @@ # Fix `require': cannot load such file -- os (LoadError) sed -i '/require .os/d' qonf/configure.rb +# Newer rubies obviously removed this method: note the elaborated error message +# Configure failed. error was: undefined method `exists?' for File:Class +sed -i 's|File.exists|File.exist|' configure.rb qonf/test.rb + # Fix 'E: spurious-executable-perm' chmod -x COPYING README* launcher/tupitube.xml
