Change log for ruby-bunny package in Debian

112 of 12 results
Published in bookworm-release
Published in sid-release
ruby-bunny (2.19.0-2) unstable; urgency=medium

  * Team upload.

  [ Antonio Terceiro ]
  * debian/rules: exclude benchmarks/profiling scripts from installation.
    This requires gem2deb >= 1.6

  [ HIGUCHI Daisuke (VDR dai) ]
  * fix FTBFS with ruby-rspec-3.12 (Closes: #1027067)
  * eliminate lintian warning: trailing-whitespace
  * eliminate lintian warning: patch-not-forwarded-upstream
  * Drop XS-Ruby-Version and XB-Ruby-Version.
  * Bump Standards-Version to 4.6.1

 -- HIGUCHI Daisuke (VDR dai) <email address hidden>  Mon, 02 Jan 2023 21:17:53 +0900

Available diffs

Superseded in sid-release
ruby-bunny (2.19.0-1) unstable; urgency=medium

  * Team upload

  [ Cédric Boutillier ]
  * Update team name

  [ Antonio Terceiro ]
  * New upstream version 2.19.0
  * Delete patches applied upstream
  * debian/ruby-tests.rake: skip unit tests that fail randomly
  * debian/control: update with dh-make-ruby
    - reoder fields based on from template
    - Update Build-Dependencies
      - add build dependency on ruby-sorted-set (Closes: #996143)
    - Bump debhelper compatibility level to 13
    - Bump Standards-Version to 4.6.0 (no changes needed)
    - Depend: drop ${shlibs:Depends}, unused as this is a pure Ruby package
  * debian/rules: install using Rubygems layout

 -- Antonio Terceiro <email address hidden>  Sun, 31 Oct 2021 09:11:15 -0300

Available diffs

Published in bullseye-release
Superseded in sid-release
ruby-bunny (2.14.4-4) unstable; urgency=medium

  * Team upload.

  [ Lucas Kanashiro ]
  * d/ruby-tests.rake: add a reminder to revisit the blacklisted spec file
  * d/control: update the Homepage url, the former does not work

  [ Sergio Durigan Junior ]
  * Adjust test infrastructure to use a customized rabbitmq-server.
    In order to perform our tests, we have to install the rabbitmq-server
    package.  This means that when we build the package outside a chroot,
    the systemd service of rabbitmq-server is started automatically.  This
    is expected behaviour, but it conflicts with what the setup step of
    our tests does: it tries to start its own instance of rabbitmq-server
    using a customized configuration file.
    In order to overcome this problem, it is possible to start another
    instance of rabbitmq-server listening at a different port.  This is
    what this commit does, which ultimately fixes a FTBFS that happens
    when building ruby-bunny outside a chroot.  Unfortunately, the
    solution here is a bit hacky and prone to failures, but it works
    reasonably well enough that I think it's safe to adopt it into
    package.
    - d/ruby-tests.rake: Use Socket.gethostname to compose the pidfile
      name.
    - d/rules: On override_dh_auto_install, adjust the local rabbitmq.conf
      file and instruct it to listen on localhost:16688; adjust several
      environment variables needed to properly start rabbitmq-server and
      ruby-bunny at the customized port; adjust the tests inside spec/ and
      make sure they explicitly connect to the rabbitmq-server instance
      running on the customized port. (Closes: #968420) (LP: #1891842)

 -- Sergio Durigan Junior <email address hidden>  Thu, 20 Aug 2020 10:55:09 -0400

Available diffs

Superseded in sid-release
ruby-bunny (2.14.4-3) unstable; urgency=medium

  * Team upload
  * d/ruby-tests.rake: skip a test consistently failing in s390x
  * d/control: use secure url in Homepage field

 -- Lucas Kanashiro <email address hidden>  Wed, 15 Apr 2020 10:04:15 -0300

Available diffs

Superseded in sid-release
ruby-bunny (2.14.4-2) unstable; urgency=medium

  * Team upload
  * debian/ruby-tests.rake: backport to work on ruby2.5
  * debian/ruby-tests.rake: skip tests that consistently fail under ruby2.5

 -- Antonio Terceiro <email address hidden>  Sat, 28 Mar 2020 06:48:32 -0300

Available diffs

Superseded in sid-release
ruby-bunny (2.14.4-1) unstable; urgency=medium

  * Team upload.

  [ Daniel Leidert ]
  * New upstream version.
  * d/compat: Remove obsolete file.
  * d/control: Add Rules-Requires-Root field.
    (Build-Depends): Use debhelper-compat version 12 and add versions for
    ruby-amq-protocol.
    (Standards-Version): Bump to 4.5.0.
    (Depends): Use ${ruby:Depends} and remove interpreter.
    (Homepage): Fix URL (secure URL does not exist).
  * d/upstream/metadata: Add metadata.
  * New upstream version 2.14.4
  * Refresh patch

  [ Antonio Terceiro ]
  * debian/watch: point at github to get full source
  * New upstream version 2.14.4
    - Builds fine (Closes: 952052)
  * debian/ruby-tests.rake: fix starting the RabbitMQ server
  * Add patch to avoid connection to the internet (Closes: #856838)
  * Add patch to avoid using relative paths from spec/ to lib/. This makes the
    test suite pass under autopkgtest
  * Set Testsuite: autopkgtest to run our own custom invocation for
    gem2deb-test-runner

 -- Antonio Terceiro <email address hidden>  Sat, 21 Mar 2020 12:56:05 -0300
Superseded in sid-release
ruby-bunny (2.9.2-2) unstable; urgency=medium

  * Team upload

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Antonio Terceiro ]
  * autopkgtest: replace default Ruby tests with smoke test (Closes: #901552)
  * Bump Standards-Version to 4.4.0; no changes needed otherwise

 -- Antonio Terceiro <email address hidden>  Wed, 28 Aug 2019 20:11:10 -0300

Available diffs

Published in buster-release
Superseded in sid-release
ruby-bunny (2.9.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 2.9.2
  * Update years of upstream copyright
  * Update Debian packaging copyright
  * Declare compliance with Debian Policy 4.1.4
  * Depends on ruby-amq-protocol >= 2.2.0
  * Bump debhelper compatibility level to 11
  * debian/copyright: use https:// in Format and Source fields
  * Update VCS urls to point to salsa
  * debian/control: use https:// in Homepage field
  * Refresh patch
  * debian/watch: use https:// instead of http://

 -- Lucas Kanashiro <email address hidden>  Fri, 27 Apr 2018 14:11:38 -0300

Available diffs

Superseded in buster-release
Published in stretch-release
Superseded in sid-release
ruby-bunny (2.6.1-2) unstable; urgency=medium

  * debian/ruby-tests.rake: wait for rabbitmq-server to be online before
    starting the tests (Closes: #847741)

 -- Antonio Terceiro <email address hidden>  Sun, 11 Dec 2016 14:10:15 -0200

Available diffs

Superseded in sid-release
ruby-bunny (2.6.1-1) unstable; urgency=medium

  * Team upload

  [ Cédric Boutillier ]
  * Bump debhelper compatibility level to 9
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields

  [ Antonio Terceiro ]
  * New upstream version 2.6.1
  * update packaging with `dh-make-ruby -w`
  * 0001-spec_helper-remove-some-unecessary-or-unavailable-re.patch: remove
    some unecessary or unavailable requirements from the test suite.
  * Run tests during the build. rabbitmq-server is necessary for that.

 -- Antonio Terceiro <email address hidden>  Sat, 10 Dec 2016 13:01:44 -0200

Available diffs

Superseded in stretch-release
Published in jessie-release
Superseded in sid-release
ruby-bunny (1.1.2-1) unstable; urgency=low


  * Team upload.

  [ Cédric Boutillier ]
  * use canonical URI in Vcs-* fields
  * debian/copyright: use copyright-format/1.0 official URL for Format field

  [ Jonas Genannt ]
  * Imported Upstream version 1.1.2
  * d/control:
    - removed transitional packages (Closes: #735695)
    - bumped standards version to 3.9.5 (no changes needed)
    - added ruby-amq-protocol as depend, 1.9.2-1~
    - wrap-sort
  * d/rules: remove unneeded bin from package
  * install README.md
  * d/ruby-tests.rb: added basic testing
  * d/copyright:
    - updated copyright to format 1.0
    - added myself
    - updated years of copyright

 -- Jonas Genannt <email address hidden>  Fri, 14 Feb 2014 18:14:06 +0100

Available diffs

Superseded in jessie-release
Published in wheezy-release
Superseded in sid-release
ruby-bunny (0.7.8-1) unstable; urgency=low


  * migrated to gem2deb helper (Closes: #655831)
  * close wrongly filed ITPs (Closes: #624612)
  * new upstream release
  * tests are disabled because it needs network

 -- Praveen Arimbrathodiyil <email address hidden>  Sat, 14 Jan 2012 13:06:29 +0530
112 of 12 results