Package: ruby-raindrops / 0.19.0-2

Metadata

Package Version Patches format
ruby-raindrops 0.19.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Invoke unix_listener_stats conditionally.patch | (download)

lib/raindrops/watcher.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 invoke unix_listener_stats conditionally

unix_listener_stats reads /proc/net/unix on every invokation, that is
not only expensive, but also breaks the test suite when build process
isn't allowed to access /proc.

0002 Disable tests which require inet_diag or tcp_diag ke.patch | (download)

test/test_linux.rb | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 disable tests which require inet_diag or tcp_diag kernel modules

  These test will fail on buildd servers because they don't autoload
  kernel modules (at least inet_diag and tcp_diag required for these tests)

0003 Set proper version in gemspec.patch | (download)

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

 set proper version in gemspec