Hello community, here is the log from the commit of package ruby-common for openSUSE:Factory checked in at 2016-03-11 09:46:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-07-05 17:56:07.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ruby-common.new/ruby-common.changes 2016-03-11 09:46:59.000000000 +0100 @@ -1,0 +2,10 @@ +Tue Mar 1 01:01:56 UTC 2016 - mrueck...@suse.de + +- Since rubygems 2.5.0 the default version in the gem bin stub + changed from '>= 0' to '>= 0.a'. This was done to allow + prerelease versions. Our patching script didn't take the '.a' + into account and generated version fields like '= 0.10.1.a' + instead of the expected '= 0.10.1'. This fix accounts for the + '.a'. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gem_install.sh ++++++ --- /var/tmp/diff_new_pack.y3CP7q/_old 2016-03-11 09:47:02.000000000 +0100 +++ /var/tmp/diff_new_pack.y3CP7q/_new 2016-03-11 09:47:02.000000000 +0100 @@ -206,7 +206,7 @@ ruby_versioned = "#{unversioned}#{options.rubysuffix}" gem_versioned = "#{unversioned}-#{spec.version}" File.rename(default_path, full_versioned) - patchfile(full_versioned, />= 0/, "= #{options.gemversion}") + patchfile(full_versioned, />= 0(\.a)?/, "= #{options.gemversion}") # unversioned [unversioned, ruby_versioned, gem_versioned].each do |linkname| full_path = File.join(br_ua_dir, linkname)