Package: ruby-rmagick / 2.16.0-2

Metadata

Package Version Patches format
ruby-rmagick 2.16.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Bypass version check.patch | (download)

lib/rmagick.rb | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 bypass version check

This is what SONAMEs are for.

0002 Ignore removed srgb.icm file in tests.patch | (download)

test/Image1.rb | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 ignore removed srgb.icm file in tests


0003 Use deterministic label for image.patch | (download)

doc/ex/polaroid.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use deterministic label for image

this helps making the build reproducible

Signed-off-by: Antonio Terceiro <terceiro@debian.org>

0004 Seed RNG to 0 during builds.patch | (download)

ext/RMagick/rmmain.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 seed rng to 0 during builds

This helps making the build reproducible

0005 gemspec fix error when loading.patch | (download)

rmagick.gemspec | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 gemspec: fix error when loading

Trying to load the gemspec the way it is produces this:

$ gem build .
ERROR:  Error loading gemspec. Aborting.
$ ruby -e 'Gem::Specification.load("rmagick.gemspec")'
Invalid gemspec in [rmagick.gemspec]: undefined method `v' for Gem::Specification:Class

0006 gemspec drop git usage.patch | (download)

rmagick.gemspec | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 gemspec: drop git usage


0007 Skip failing tests.patch | (download)

test/Image2.rb | 4 2 + 2 - 0 !
test/ImageList1.rb | 4 2 + 2 - 0 !
test/ImageList2.rb | 2 1 + 1 - 0 !
test/Image_attributes.rb | 10 5 + 5 - 0 !
test/Info.rb | 2 1 + 1 - 0 !
test/Magick.rb | 2 1 + 1 - 0 !
6 files changed, 12 insertions(+), 12 deletions(-)

 skip failing tests