From 2d730f315e5db23e3e26af23487d2c6e25aa2b12 Mon Sep 17 00:00:00 2001 From: psykose Date: Mon, 8 May 2023 12:33:11 +0000 Subject: [PATCH] community/ruby-rmagick: run a skipped test --- community/ruby-rmagick/APKBUILD | 4 ++-- community/ruby-rmagick/skip-broken-test.patch | 14 -------------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/community/ruby-rmagick/APKBUILD b/community/ruby-rmagick/APKBUILD index 2ee282d0ada..c18efc95375 100644 --- a/community/ruby-rmagick/APKBUILD +++ b/community/ruby-rmagick/APKBUILD @@ -4,7 +4,7 @@ pkgname=ruby-rmagick _gemname=rmagick pkgver=5.2.0 _pkgver=${pkgver//./-} -pkgrel=0 +pkgrel=1 pkgdesc="Ruby bindings for ImageMagick" url="https://github.com/rmagick/rmagick" arch="all" @@ -62,5 +62,5 @@ sha512sums=" f653a3588cc529b0f98bc951f18c67f4e013ffacdb2a8ad9f5495e484d083bf1a37b246ae1b2eea570aa3916d9607844f128a4d3dfbbd49ad390e8222f63b6e4 gemspec.patch 6550535ebaf3924b9f707da395eeaec630e5db50e1964ab9f84d2f941d97c7c49eb7dff05439efa355abb97e72556385b26b8af1d86e05b7c12fd8f2f781834a spec-drop-pry.patch 5eeea508d44f2c9679fe4fe3d5b9a51470f8022537f5822f85c95dbd4d78149c2cada763f0bdf3e86523770b0b758117a6d216b240c92f54253905c19d38d064 dont-test-webp.patch -90a292ac7724b23f767974f5c88ea5719456d4d5dcd1a137c57c8b8bffab95c8237cd23b172ba6092f704ffc13707339b4b34abb86352406b5cc9ba8ac025d0e skip-broken-test.patch +a6a342343d5d99f466da6084fc9b3b6043b1316361a3581592a343b7ee78dec4657b1cb00748ca33aa84c9926b33b2aa1249936e85bc4b868e937c0d746a4171 skip-broken-test.patch " diff --git a/community/ruby-rmagick/skip-broken-test.patch b/community/ruby-rmagick/skip-broken-test.patch index f44e0a9f87e..2af56dc32e1 100644 --- a/community/ruby-rmagick/skip-broken-test.patch +++ b/community/ruby-rmagick/skip-broken-test.patch @@ -1,17 +1,3 @@ -diff --git a/spec/rmagick/pixel/from_hsla_spec.rb b/spec/rmagick/pixel/from_hsla_spec.rb -index c8f39f8..f3b6080 100644 ---- a/spec/rmagick/pixel/from_hsla_spec.rb -+++ b/spec/rmagick/pixel/from_hsla_spec.rb -@@ -28,7 +28,8 @@ RSpec.describe Magick::Pixel, '#from_hsla' do - expect(hsla[0]).to be_within(0.25).of(args[0]) - expect(hsla[1]).to be_within(0.25).of(args[1]) - expect(hsla[2]).to be_within(0.25).of(args[2]) -- expect(hsla[3]).to be_within(0.005).of(args[3]) -+ # Broken -+ # expect(hsla[3]).to be_within(0.005).of(args[3]) - - # test percentages - args = ['20%', '20%', '20%', '20%'] --- a/spec/rmagick/image/liquid_rescale_spec.rb +++ b/spec/rmagick/image/liquid_rescale_spec.rb @@ -4,9 +4,8 @@