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 2023-02-18 17:10:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ruby-common (Old)
 and      /work/SRC/openSUSE:Factory/.ruby-common.new.22824 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ruby-common"

Sat Feb 18 17:10:12 2023 rev:23 rq:1064060 version:3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ruby-common/ruby-common.changes  2022-11-25 
13:11:29.043788718 +0100
+++ /work/SRC/openSUSE:Factory/.ruby-common.new.22824/ruby-common.changes       
2023-02-18 17:10:16.570694486 +0100
@@ -1,0 +2,5 @@
+Thu Feb  9 16:50:32 UTC 2023 - Marcus Rueckert <mrueck...@suse.de>
+
+- do not rely on file dependencies for getopt
+
+-------------------------------------------------------------------
@@ -11,0 +17,6 @@
+
+-------------------------------------------------------------------
+Sat Aug 20 11:19:16 UTC 2022 - Marcus Rueckert <mrueck...@suse.de>
+
+- in the dependency generator for Gemfile.lock we now skip vendored
+  deps

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

Other differences:
------------------
++++++ ruby-common.spec ++++++
--- /var/tmp/diff_new_pack.pYW9G6/_old  2023-02-18 17:10:17.034697416 +0100
+++ /var/tmp/diff_new_pack.pYW9G6/_new  2023-02-18 17:10:17.038697441 +0100
@@ -61,6 +61,8 @@
 # we need a patched rpm
 Requires:       rpm-with-ruby-provide-hook
 %endif
+# for getopt
+Requires:       util-linux
 
 %description
 This package is needed for (generated) ruby gems. It provides hooks for

++++++ gemfile.rb ++++++
--- /var/tmp/diff_new_pack.pYW9G6/_old  2023-02-18 17:10:17.118697947 +0100
+++ /var/tmp/diff_new_pack.pYW9G6/_new  2023-02-18 17:10:17.122697972 +0100
@@ -38,6 +38,8 @@
 end
 
 Bundler.definition.specs.each do |dep|
+  # this skips local deps
+  next if dep.source and dep.source.path?
   puts "rubygem(#{ruby_abi}:#{dep.name}) = #{dep.version}"
 end
 

Reply via email to