Hello community, here is the log from the commit of package ruby-common for openSUSE:Factory checked in at 2013-06-06 16:42:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ruby-common (Old) and /work/SRC/openSUSE:Factory/.ruby-common.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ruby-common" Changes: -------- --- /work/SRC/openSUSE:Factory/ruby-common/ruby-common.changes 2013-05-07 07:34:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ruby-common.new/ruby-common.changes 2013-06-06 16:42:28.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Jun 6 14:41:53 UTC 2013 - [email protected] + +- fixed ~> 3.4 to actually require 3 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygemsdeps.rb ++++++ --- /var/tmp/diff_new_pack.PLKO0u/_old 2013-06-06 16:42:28.000000000 +0200 +++ /var/tmp/diff_new_pack.PLKO0u/_new 2013-06-06 16:42:28.000000000 +0200 @@ -128,7 +128,7 @@ minversion = r.last.to_s.split('.') versions = minversion[0,minversion.length-1] # ~> 2 is pretty nonsense, so avoid being tricked - if versions.length > 1 + if versions.length > 0 if minversion[minversion.length-1] == '0' # ~> 1.2.0 is the same as >= 1.2 for rpm and it avoids problems when 1.2 is followed by 1.2.1 minversion = versions -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
