[DRE-maint] Bug#549435: Bug #549435: libgsl-ruby: FTBFS: error: 'GSL_CONST_CGSM_GAUSS' undeclared

2009-10-21 Thread Daniel Moerner
Hi, In upstream libgsl, version 1.13, the GSL_CONST_CGSM_GAUSS symbol was removed. The attached patch fixes the problem. The correct solution is to remove the reference to the symbol entirely, as upstream says the value of the constant wasn't reliable. I'm a member of pkg-ruby-extras; if you don'

[DRE-maint] Ubuntu libgems-ruby 1.3.5-1ubuntu2

2009-10-21 Thread Ubuntu Merge-o-Matic
This e-mail has been sent due to an upload to Ubuntu that contains Ubuntu changes. It contains the difference between the new version and the previous version of the same source package in Ubuntu.Format: 1.7 Date: Fri, 09 Oct 2009 20:30:06 -0400 Source: libgems-ruby Binary: rubygems1.8 rubygems1.9

[DRE-maint] Ubuntu ruby-gnome2 0.19.0-2ubuntu4

2009-10-21 Thread Ubuntu Merge-o-Matic
This e-mail has been sent due to an upload to Ubuntu that contains Ubuntu changes. It contains the difference between the new version and the previous version of the same source package in Ubuntu.Format: 1.7 Date: Sun, 18 Oct 2009 01:43:05 + Source: ruby-gnome2 Binary: libglib2-ruby libglib2-r

[DRE-maint] Processed: (no subject)

2009-10-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 549435 patch Bug #549435 [libgsl-ruby] libgsl-ruby: FTBFS: error: 'GSL_CONST_CGSM_GAUSS' undeclared Added tag(s) patch. > tags 534033 patch Bug #534033 [traverso] traverso: FTBFS: CMake errors Added tag(s) patch. > thanks Stopping processing

[DRE-maint] Bug#502262: libgtk2-ruby1.8: Gtk UI rendering hangs when another thread is working

2009-10-21 Thread Tobias Grimm
Just encountered the same problem. I think this bug is solved with 0.19.3-1. I've tested Johans sample code and this code of mine: --- require 'gtk2' require 'monitor' # Create UI button = Gtk::Button.new("Hello World") window = Gtk::Window.new window.signal_connect("destroy") { Gtk.main_qui