Upgrade libstomp-ruby
Bug #707317 reported by
Neil Wilson
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libstomp-ruby (Debian) |
Fix Released
|
Unknown
|
|||
libstomp-ruby (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
Libstomp-ruby is out of date and Debian is not responding to upgrade requests.
Upstream source is mirrored at https:/
Working packages are in the Brightbox ppa at https:/
Related branches
lp://staging/~elmo/ubuntu/oneiric/libstomp-ruby/bug-707317
- Dave Walker (community): Approve
- James Troup (community): Needs Resubmitting
- Stefano Rivera: Needs Fixing
- Ubuntu branches: Pending requested
-
Diff: 5091 lines (+3522/-1302)39 files modified.gitignore (+5/-0)
.pc/.version (+0/-1)
.pc/applied-patches (+0/-2)
.pc/case_statement_compatible_1.9.2.patch/lib/stomp.rb (+0/-422)
.pc/getc_returns_a_string_1.9.patch/lib/stomp.rb (+0/-416)
CHANGELOG.rdoc (+84/-0)
LICENSE (+202/-0)
README.rdoc (+107/-0)
Rakefile (+77/-0)
bin/catstomp (+55/-0)
bin/stompcat (+56/-0)
debian/changelog (+23/-0)
debian/control (+4/-4)
debian/patches/case_statement_compatible_1.9.2.patch (+0/-23)
debian/patches/getc_returns_a_string_1.9.patch (+0/-27)
debian/patches/series (+0/-2)
debian/rules (+12/-0)
debian/source/format (+0/-1)
examples/consumer.rb (+19/-0)
examples/logexamp.rb (+50/-0)
examples/publisher.rb (+17/-0)
examples/slogger.rb (+100/-0)
lib/stomp.rb (+7/-404)
lib/stomp/client.rb (+340/-0)
lib/stomp/connection.rb (+559/-0)
lib/stomp/errors.rb (+33/-0)
lib/stomp/ext/hash.rb (+24/-0)
lib/stomp/message.rb (+68/-0)
lib/stomp/version.rb (+8/-0)
spec/client_shared_examples.rb (+69/-0)
spec/client_spec.rb (+312/-0)
spec/connection_spec.rb (+365/-0)
spec/message_spec.rb (+56/-0)
spec/spec_helper.rb (+6/-0)
stomp.gemspec (+66/-0)
test/test_client.rb (+364/-0)
test/test_connection.rb (+278/-0)
test/test_helper.rb (+38/-0)
test/test_message.rb (+118/-0)
Changed in debian: | |
status: | Unknown → New |
affects: | ubuntu → libstomp-ruby (Ubuntu) |
Changed in libstomp-ruby (Ubuntu): | |
status: | New → Confirmed |
Changed in libstomp-ruby (Debian): | |
status: | New → Fix Released |
To post a comment you must log in.
Setting importance to High as this is blocking installation of mcollective on Oneiric which requires libstomp-ruby >= 1.1.9.
Thanks.