ruby-mysql2 (0.5.3-3) unstable; urgency=medium

  * Team upload.
  * Skip another randomly failing test.

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Tue, 27 Apr 2021 21:54:22 +0900

ruby-mysql2 (0.5.3-2) unstable; urgency=medium

  * Fix connection with test server (Closes: #978251)
    - debian/start_mysqld_and_run.sh: run server as $USER, and not as root.
      It seems that for some reasons mariadb no longer accepts connections
      as root.
    - debian/start_mysqld_and_run.sh: fallback to killing the server at the
      end, if the shutdown command fails. This avoids leaving the server
      running forever in case something goes wrong with the shutdown
      command.
    - Add debian/patches/fix-configuration.patch to adjust the connection
      configurations used by the tests.
  * Add patch to skip test that makes assumptions about the server side

 -- Antonio Terceiro <terceiro@debian.org>  Sat, 27 Feb 2021 13:35:11 -0300

ruby-mysql2 (0.5.3-1) unstable; urgency=medium

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Update standards version to 4.4.1, no changes needed.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository.
  * Update standards version to 4.5.0, no changes needed.

  [ Cédric Boutillier ]
  * [ci skip] Update team name
  * [ci skip] Add .gitattributes to keep unwanted files out of the source package

  [ Utkarsh Gupta ]
  * Switch d/watch to point to g/h tarball
  * New upstream version 0.5.3
  * Refresh d/patches
  * Apply diff to fix FTBFS (Closes: #923727)
  * Add myself as an uploader
  * Remove unnecessary dependency on the Ruby interpreter
  * Bump debhelper-compat to 13
  * Fix package wrt cme
  * Apply wrap-and-sort

 -- Utkarsh Gupta <utkarsh@debian.org>  Fri, 16 Oct 2020 14:33:43 +0530

ruby-mysql2 (0.5.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.5.2
  * Bump debhelper compatibility level to 11
  * Declare compliance with Debian Policy 4.3.0
  * Update VCS urls to point to salsa
  * debian/controle: use secure url in Homepage field
  * debian/copyright: use secure url in Format field
  * Update the patch set
  * debian/start_mysqld_and_run.sh: do not create test database
  * Add patch to skip connect_attrs tests due random failure
  * debian/watch: use gemwatch.debian.net

 -- Lucas Kanashiro <kanashiro@debian.org>  Fri, 04 Jan 2019 17:34:23 -0200

ruby-mysql2 (0.4.5-2) unstable; urgency=medium

  * Team upload.
  * Ignore failing test, probably caused by mariadb client lib

 -- Christian Hofstaedtler <zeha@debian.org>  Thu, 29 Dec 2016 18:36:10 +0000

ruby-mysql2 (0.4.5-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.4.5
  * Switch to default-*mysql* (Closes: #845907)
  * Work around mariadb grant issue
  * Bump debhelper compat level to 10

 -- Christian Hofstaedtler <zeha@debian.org>  Mon, 19 Dec 2016 00:40:04 +0000

ruby-mysql2 (0.4.4-1) unstable; urgency=medium

  * Team upload

  [ Cédric Boutillier ]
  * Use https:// in Vcs-* fields
  * Run wrap-and-sort on packaging files

  [ Antonio Terceiro ]
  * New upstream version 0.4.4
  * Bump Standards-Version to 3.9.8 (no changes needed)
  * Replace build dedependency on libmysqld-dev with libmysqlclient-dev
    (Closes: #836315)

 -- Antonio Terceiro <terceiro@debian.org>  Thu, 01 Sep 2016 19:12:11 -0300

ruby-mysql2 (0.4.3-2) unstable; urgency=medium

  * Team upload.
  * Fix FTBFS on Big Endian architectures caused by wrong size of YEAR type.

 -- Christian Hofstaedtler <zeha@debian.org>  Sat, 27 Feb 2016 20:29:04 +0000

ruby-mysql2 (0.4.3-1) unstable; urgency=medium

  * Team upload

  [ Christian Hofstaedtler ]
  * Imported Upstream version 0.4.2
  * Drop upstream applied patches
  * Refresh local patches
  * Bump Standard-Version to 3.9.6

  [ Antonio Terceiro ]
  * Imported Upstream version 0.4.3
  * rename debian/start_mysqld_and_auto_install.sh to
    debian/start_mysqld_and_run.sh and make it generic; adapt all in
    debian/rules accordingly.
  * Move logic for calling debian/start_mysqld_and_run.sh for running the
    tests inside debian/ruby-tests.rake
  * Add skip-problematic-tests.patch to skip 2 tests (Closes: #815770, #796516)
  * Add trust-library-ABI.patch: skip check for exact versions of the MySQL
    client library (Closes: #794477)
  * Update packaging with a new dh-make-ruby run
    - bump debhelper compatibility level from 7 to 9
    - switch Vcs-* to https URLs
    - cleanup debian/rules

 -- Antonio Terceiro <terceiro@debian.org>  Thu, 25 Feb 2016 12:01:39 -0300

ruby-mysql2 (0.3.18-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Refresh patches
    - avoid_openssl_loop.patch dropped, applied upstream
    - correct_mysql_init.patch dropped, applied upstream
  * debian/start_mysqld_and_auto_install.sh: skip database creation, since
    mysql seems to already create a database called `test` by default.
    Closes: #791785, #782768
  * add port_to_rspec3.patch, created with `transpec` plus a few manual tweaks
    to port test suite to RSpec3. This was already done upstream, but there
    was no release since then. This patch must probably be dropped when the
    next release comes.

 -- Antonio Terceiro <terceiro@debian.org>  Mon, 20 Jul 2015 22:25:45 -0300

ruby-mysql2 (0.3.16-3) unstable; urgency=medium

  * Team upload.
  * Always shutdown mysqld, even if build fails
  * Cleanup hanging rspec child on test failure

 -- Christian Hofstaedtler <zeha@debian.org>  Fri, 10 Apr 2015 16:46:28 +0200

ruby-mysql2 (0.3.16-2) unstable; urgency=medium

  * Add upstream patch avoid_openssl_loop.patch to use /dev/null in the
    invalidate_fd function to avoid infinite loop in OpenSSL (Closes: #770891)
    Before, a dummy socket was used instead of /dev/null, which may not absorb
    all writes and lead to an infinite loop.
  * Add upstream patch correct_mysql_init.patch to correctly initialize the
    MySQL library, to avoid race condition when other threads try to create a
    connection (Closes: #770896)

 -- Cédric Boutillier <boutil@debian.org>  Tue, 25 Nov 2014 17:52:01 +0100

ruby-mysql2 (0.3.16-1) unstable; urgency=medium

  [ Jérémy Bobbio ]
  * Add git-buildpackage configuration

  [ Cédric Boutillier ]
  * Imported Upstream version 0.3.16
  * remove deactivate_failing_specs.patch: test 'should run signal handlers
    while waiting for a response' is now passing.

 -- Cédric Boutillier <boutil@debian.org>  Sun, 15 Jun 2014 00:37:16 +0200

ruby-mysql2 (0.3.15-1) unstable; urgency=low

  [ Pirate Praveen ]
  * New upstream release.
  * Bump standards version to 3.9.5 (no changes)
  * Bump gem2deb build dep to 0.7.4~
    - drop ruby 1.9.1

  [ Cédric Boutillier ]
  * Create test MySQL table before the tests
  * Add deactivate_failing_specs.patch, to deactivate a time sensitive test in
    spec/mysql2/client_spec.rb, failing with Ruby 2.1

 -- Cédric Boutillier <boutil@debian.org>  Tue, 15 Apr 2014 13:22:13 +0200

ruby-mysql2 (0.3.14-2) unstable; urgency=medium

  * Add myself to Uploaders.
  * Do not run eventmachine tests until it is fixed on freebsd.

 -- Cédric Boutillier <boutil@debian.org>  Wed, 11 Dec 2013 10:36:13 +0100

ruby-mysql2 (0.3.14-1) unstable; urgency=low

  * Team upload
  * Imported Upstream version 0.3.14
    + add support for Ruby 2.0 (Closes: #720227)
  * Use canonical URI in Vcs-* fields
  * Copy example configuration in spec/ for use in tests
  * Refresh remove_rpath_compilation_flag.patch
  * Do not try to install inexistant CHANGELOG.md

 -- Cédric Boutillier <boutil@debian.org>  Tue, 26 Nov 2013 16:16:45 +0100

ruby-mysql2 (0.3.11-1) unstable; urgency=low

  * Initial release (Closes: #691150)

 -- Michael Franzl <office@michaelfranzl.com>  Thu, 01 Nov 2012 12:05:27 +0100