ruby-mysql2 0.5.3-4ubuntu1 source package in Ubuntu

Changelog

ruby-mysql2 (0.5.3-4ubuntu1) lunar; urgency=medium

  * Merge with Debian unstable. 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

 -- Lucas Kanashiro <email address hidden>  Tue, 24 Jan 2023 11:55:51 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Lunar
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-4ubuntu1.debian.tar.xz 10.9 KiB cb40c88c49a2a286d8dd1e55365f5d3883afb655423e781a243e9ee9f37cc6d4
ruby-mysql2_0.5.3-4ubuntu1.dsc 2.3 KiB 315e8d619ef3e5182a6299822bda23da96d5d1c8f3736b47a4087f52a98ecb72

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