ruby-mysql2 0.5.3-3ubuntu1 source package in Ubuntu

Changelog

ruby-mysql2 (0.5.3-3ubuntu1) jammy; urgency=low

  * Merge from Debian unstable (LP: #1948817). Remaining changes:
    + debian/patches/skip-more-tests.patch: skip a couple more tests due to
      behavioural change in MySQL 8.0.24.
    + MySQL 8.0 build fixes.
      - d/p/mysql-8.0.patch
      - d/start_mysqld_and_run.sh
    + d/start_mysqld_and_run.sh: Fixes FTBFS with MySQL 5.7
  * Dropped changes, merged in Debian:
    + Skip randomly failing test
      The test checks that server resources are freed when a statement
      is closed, but this doesn't always happen immediately, causing
      random failures.
  * Reworked the start_mysqld_and_run.sh script to set up a non-root DB user,
    fixing the build when $USER != root.
  * d/p/skip-more-tests.patch: Skip another test that is unreliable on heavy
    builder load.

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

  * Team upload.
  * Skip another randomly failing test.

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

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

 -- Simon Chopin <email address hidden>  Tue, 26 Oct 2021 15:26:35 +0200

Upload details

Uploaded by:
Simon Chopin
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-mysql2_0.5.3.orig.tar.gz 105.4 KiB a11d72f79c43e5ffe9bbaa3ab6bc10ea6f777fcedfbf101c88b96e1fec950790
ruby-mysql2_0.5.3-3ubuntu1.debian.tar.xz 9.8 KiB 01d39e5d0ffb5a7c7b30100d8a80e44e899adb312740b0a469ab3f454ee76b07
ruby-mysql2_0.5.3-3ubuntu1.dsc 2.1 KiB 42c543ee87beeea94b468ea2ccf9cafe7623a44ad98a4239ce7a255006746a0d

Available diffs

View changes file

Binary packages built by this source

ruby-mysql2: simple, fast MySQL library for Ruby

 This is an API module that allows Ruby programs to interface with MySQL
 databases. Usually, it will be pulled in automatically by packages providing
 Ruby programs which need this capability, you only need to install it directly
 if you intend to write such programs yourself. You may want to prefer the
 ruby-mysql2 package over the ruby-mysql package, since benchmarks have shown
 it to be faster, it is non-blocking and it supports UTF-8 database encoding.

ruby-mysql2-dbgsym: debug symbols for ruby-mysql2