Package: ruby-fftw3 / 1.0.2-3

Metadata

Package Version Patches format
ruby-fftw3 1.0.2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Drop RubyGems Depends.patch | (download)

lib/numru/fftw3.rb | 5 0 + 5 - 0 !
test/complexFFT.rb | 4 0 + 4 - 0 !
2 files changed, 9 deletions(-)

 drop rubygems depends

Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>

0002 Do not use NUL separated glob pattern.patch | (download)

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

 do not use nul-separated glob pattern

Ruby 2.7 prohibits NUL-separated glob pattern. Now an ArgumentError is
raised, not just a warning like in previous versions.