]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-5.4.5-rubygems-add-missing-newline.patch
- rel 45
[packages/rpm.git] / rpm-5.4.5-rubygems-add-missing-newline.patch
1 --- rpm-5.4.5/scripts/rubygems.rb.rb_newline~   2012-02-29 17:25:34.815069060 +0100
2 +++ rpm-5.4.5/scripts/rubygems.rb       2012-02-29 18:45:41.587464927 +0100
3 @@ -61,10 +61,11 @@ for path in $stdin.readlines
4  end
5  
6  if requires or abi_provide
7 -  print "ruby(abi)"
8 +  abidep = "ruby(abi)"
9    if ruby_versioned
10 -    print " = %s\n" % RbConfig::CONFIG["ruby_version"]
11 +    abidep += " = %s" % RbConfig::CONFIG["ruby_version"]
12    end
13 +  print abidep + "\n"
14  end
15  
16  if gems.length > 0
This page took 0.074698 seconds and 3 git commands to generate.