Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ruby-common for openSUSE:Factory 
checked in at 2022-11-25 13:11:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ruby-common (Old)
 and      /work/SRC/openSUSE:Factory/.ruby-common.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ruby-common"

Fri Nov 25 13:11:20 2022 rev:22 rq:1037867 version:3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ruby-common/ruby-common.changes  2022-06-21 
17:15:27.318348295 +0200
+++ /work/SRC/openSUSE:Factory/.ruby-common.new.1597/ruby-common.changes        
2022-11-25 13:11:29.043788718 +0100
@@ -1,0 +2,12 @@
+Thu Nov 17 12:01:35 UTC 2022 - Marcus Rueckert <mrueck...@suse.de>
+
+- actually bump the version so we can require the newer version for
+  ruby3.2
+
+-------------------------------------------------------------------
+Thu Nov 17 11:49:44 UTC 2022 - Marcus Rueckert <mrueck...@suse.de>
+
+- replace `File.exists?` with `File.exist?` as the `File.exists?`
+  is no longer supported in 3.2
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ruby-common.spec ++++++
--- /var/tmp/diff_new_pack.ldlVJo/_old  2022-11-25 13:11:29.803792963 +0100
+++ /var/tmp/diff_new_pack.ldlVJo/_new  2022-11-25 13:11:29.807792985 +0100
@@ -22,7 +22,7 @@
 %endif
 
 Name:           ruby-common
-Version:        2.6
+Version:        3.2
 Release:        0
 # ruby-macros and ruby-common version
 %define rpm_macros_version 5

++++++ gem_install.sh ++++++
--- /var/tmp/diff_new_pack.ldlVJo/_old  2022-11-25 13:11:29.879793388 +0100
+++ /var/tmp/diff_new_pack.ldlVJo/_new  2022-11-25 13:11:29.879793388 +0100
@@ -231,7 +231,7 @@
 pwd = Dir.pwd
 bindir = File.join(options.rpmbuildroot, Gem.bindir)
 GILogger.info "bindir: #{bindir}"
-if options.symlinkbinaries && File.exists?(bindir)
+if options.symlinkbinaries && File.exist?(bindir)
   br_ua_dir = File.join(options.rpmbuildroot, options.ua_dir)
   GILogger.info "Creating upate-alternatives dir: #{br_ua_dir}"
   FileUtils.mkdir_p(br_ua_dir)

++++++ gemfile.rb ++++++
--- /var/tmp/diff_new_pack.ldlVJo/_old  2022-11-25 13:11:29.931793678 +0100
+++ /var/tmp/diff_new_pack.ldlVJo/_new  2022-11-25 13:11:29.935793701 +0100
@@ -24,7 +24,7 @@
 appdir = File.dirname(gemfile_lock)
 Dir.chdir(appdir)
 
-unless File.exists? app_info_file then
+unless File.exist? app_info_file then
   STDERR.puts "Warning: Skipping Gemfile.lock without appinfo.yaml file"
   exit 0
 end

Reply via email to