Skip to content

Changelog ruby-sqlite3 (1.4.2-2build1)

2020

ruby-sqlite3 (1.4.2-2build1) focal; urgency=medium

   [ Rafael David Tinoco ]
   * Sponsoring ruby2.7 transitions
 
   [ Lucas Kanashiro ]
   * No-change rebuild for ruby2.7

ruby-sqlite3 (1.4.2-2) unstable; urgency=medium

   * debian/control:
     - Bump Standards-Version to 4.5.0, no changes required.
     - Declare that schleuder << 3.4.1-2~ is broken. This should allow
       migration of both, ruby-sqlite3 1.4.2-1 and schleuder 3.4.1-3 to
       testing.
   * debian/copyright:
     - Use HTTPS to point to copyright format specs.

ruby-sqlite3 (1.4.2-1) unstable; urgency=medium

   * Team upload
 
   [ Antonio Terceiro ]
   * Remove myself from Uploaders:
   * New upstream version 1.4.2
     - This version passes the tests against ruby2.7
   * Refresh packaging files with a new run of dh-make-ruby
     - Bump debhelper compatibility level to 12; depend on debhelper-compat and
       drop debian/compat
     - Bump Standards-Version to 4.4.0; no changes needed.
     - add Rules-Requires-Root: no
     - Add debian/upstream/metadata
     - Update debian/watch to point to gemwatch.debian.net
   * debian/patches/drop-vendorizing-tasks.patch: disable tasks that are not
     relevant for the Debian packaging.
 
   [ Utkarsh Gupta ]
   * Add salsa-ci.yml

2017

ruby-sqlite3 (1.3.13-1) unstable; urgency=medium

   * Team upload.
   * New upstream version 1.3.13
   * Bump Standards-Version. No changes needed.
   * d/ruby-sqlite3.doc-base: fix spelling error

2016

ruby-sqlite3 (1.3.11-2) unstable; urgency=medium

   * Team upload.
   * Use slugs instead of object ids to generate the FAQ in order to make
     package build reproducible. Thanks Lunar (Closes: #782884)
   * Use https:// in Vcs-* fields
   * Bump Standards-Version to 3.9.7 (no changes needed)
   * Run wrap-and-sort on packaging files

2015

ruby-sqlite3 (1.3.11-1) unstable; urgency=medium

   * New upstream release.
     - dropped handle-big-endian.diff, already applied upstream
   * Add Recommends: on sqlite3
   * Add myself to Uploaders:
   * Update packaging with a new dh-make-ruby run

ruby-sqlite3 (1.3.10-1) unstable; urgency=medium

   * New upstream release.

2014

ruby-sqlite3 (1.3.9-2) unstable; urgency=medium

   * Team upload.
   * debian/patches/handle-big-endian.diff: don't assume the native byte order
     is little endian. Based on initial patch suggested by David Suárez
     (Closes: #745929)

ruby-sqlite3 (1.3.9-1) unstable; urgency=low

   * Team upload.
   * New upstream release.
   * Bump gem2deb build dep to 0.7.5~.
     - Drop ruby 1.9
   * Remove already applied patch.

ruby-sqlite3 (1.3.8-2) unstable; urgency=medium

   * Team upload
   * add fix_test_insert_duplicate_records.patch to match messages modified in
     libsqlite3 3.8.2 (Closes: #735512)
   * Bump Standards-Version to 3.9.5 (no changes needed)

2013

ruby-sqlite3 (1.3.8-1) unstable; urgency=low

   * Team upload
   * Imported Upstream version 1.3.8
   * debian/control:
     + remove obsolete DM-Upload-Allowed flag
     + use canonical URI in Vcs-* fields
     + drop transitional packages
     + bump Standards-Version to 3.9.4 (no changes needed)
     + build against against gem2deb >= 0.5 to add support for Ruby 2.0 and
       drop Ruby 1.8
   * debian/copyright: use copyright-format/1.0 official URL for Format
   * debian/watch: use gemwatch service
   * Update homepage to point to github.com/sparklemotion/sqlite3-ruby
   * Register SQLite3/Ruby FAQ in doc-base

2012

ruby-sqlite3 (1.3.6-2) unstable; urgency=low

   * Team upload.
   * Bump build-depends on gem2deb to >= 0.3.0~
   * debian/rules: use debian/sqlite3-1.3.6.gemspec as a gemspec

ruby-sqlite3 (1.3.6-1) unstable; urgency=low

   * New upstream release.
   * Standards-Version upgraded to 3.9.3.
   * Avoid requiring test/helper.rb twice to prevent the included monkey patch
     of Test::Unit::TestCase from breaking unit tests.

ruby-sqlite3 (1.3.5-1) unstable; urgency=low

   * New upstream release.
   * Point Vcs-* control fields at git.debian.org.

2011

ruby-sqlite3 (1.3.4-1) unstable; urgency=low

   * New upstream release.
   * Switch to gem2deb-based packaging:
     - source and binary packages renamed to ruby-sqlite3
     - transitional packages added
     - source format changed to 3.0 (quilt).

sqlite3-ruby (1.3.3-1) unstable; urgency=low

   * New upstream release
     - defined functions are kept in a hash to prevent GC (closes: #601494)
   * Standards-Version upgraded to 3.9.2.
   * Watch file updated to track github instead of RubyForge.

2010

sqlite3-ruby (1.3.1-2) unstable; urgency=low

   * Added missing Build-Depends on redcloth. Closes: #598692.

sqlite3-ruby (1.3.1-1) unstable; urgency=low

   * New upstream release
     - DL driver silently dropped by upstream since 1.3.0
     - compatibile with Ruby 1.9.2 (closes: #593207)
   * With DL driver gone, quilt is no longer needed.
   * debian/watch updated to detect .tgz files.
   * Changed Section from interpreters to ruby.
   * Debhelper compat level upgraded to 5.
   * Standards-Version upgraded to 3.9.1.

sqlite3-ruby (1.2.4-2.1) unstable; urgency=low

   * Non-maintainer upload.
   * Switch from Ruby 1.9 to 1.9.1. Closes: #565826.

2008

sqlite3-ruby (1.2.4-2) unstable; urgency=low

   * The included C wrappers were generated by an old buggy SWIG version,
     regenerate them with current SWIG (Closes: #454533).

sqlite3-ruby (1.2.4-1) unstable; urgency=low

   * New upstream release:
     - Fix linking against Ruby 1.8.5
     - Ruby 1.9 compatibility tweaks for Array#zip
     - Avoid using Object#extend for greater speedups
     - Fix incorrect permissions on database.rb and translator.rb
     - Package the updated C file for source builds.
   * Replaced dpatch with quilt.
   * Build a module for Ruby 1.9 in libsqlite3-ruby1.9.

sqlite3-ruby (1.2.2-1) unstable; urgency=low

   * New upstream release (Closes: #487937).
   * dpatch support added.
   * Make DL driver use libsqlite3.so.0 (Closes: #457296).
   * Updated to Standards-Version 3.8.0:
     - Homepage: field added to control file.

2007

sqlite3-ruby (1.2.1-1) unstable; urgency=low

   * New upstream release (Closes: #418416).
   * All previous patches included upstream.

sqlite3-ruby (1.1.0-4) unstable; urgency=low

   * Merge upstream fix for type_conversion of typeless columns.

sqlite3-ruby (1.1.0-3) unstable; urgency=low

   * Several fixes by Mike Kasick:
     - avoid warnings in verbose mode (Closes: #405612, #398982)
     - reset statement handle in Statement#bind_param (Closes: #405614).

2006

sqlite3-ruby (1.1.0-2) unstable; urgency=low

   * Fix for use of callbacks (upstream patch #2955). Closes: #365711.
   * Bumped Standards-Version to 3.7.2.

2005

sqlite3-ruby (1.1.0-1) unstable; urgency=low

   * Initial release.