ruby2.0 (2.0.0.484+really457-3ubuntu1) utopic; urgency=medium

  * Merge with Debian; remaining changes:
    - Upstream doesn't support Tcl/Tk 8.6, stop building the extension.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 29 Apr 2014 12:52:02 +0200

ruby2.0 (2.0.0.484+really457-3) unstable; urgency=medium

  * Disable rubygems-integration during the build. This will avoid having
    `make install` put the metadata for the default gemspec under
    /var/lib/gems instead of their correct location which is
    /usr/lib/ruby/gems.2.0.0.
  * Add rubygems-integration back as a dependency
  * Build-depend on rubygems-integration (>= 1.6) which is the version that
    introduced the mechanism for being disabled.

 -- Antonio Terceiro <terceiro@debian.org>  Sat, 12 Apr 2014 16:50:26 -0300

ruby2.0 (2.0.0.484+really457-2) unstable; urgency=medium

  * Downgrade dependency on rubygems-integration to Recommends. This is
    needed so ruby2.1 can be built.

 -- Christian Hofstaedtler <zeha@debian.org>  Mon, 31 Mar 2014 14:39:10 +0200

ruby2.0 (2.0.0.484+really457-1) unstable; urgency=medium

  [ Antonio Terceiro ]
  * New upstream snapshot. Note that the previous upstream snapshot was
    wrongly versioned as patch level 484 (should be 384).
    - include fix for FTBFS with recent readline (Closes: Bug#741825)
  * ruby2.0-dev: add missing dependency on libruby2.0
  * debian/patches/0001-Backport-multiarch-support-to-Ruby-2.0.patch: make
    multiarch changes explicit in their own patch.

  [ Christian Hofstaedtler ]
  * Tie Tcl/Tk dependency to version 8.5. Upstream does not support 8.6 yet.

 -- Antonio Terceiro <terceiro@debian.org>  Mon, 24 Mar 2014 21:31:32 -0300

ruby2.0 (2.0.0.484-1ubuntu3) utopic; urgency=medium

  * Upstream doesn't support Tcl/Tk 8.6, stop building the extension.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 28 Apr 2014 14:30:30 +0200

ruby2.0 (2.0.0.484-1ubuntu2) trusty; urgency=medium

  * Fix build failure with readline-6.3.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 19 Mar 2014 14:30:49 +0100

ruby2.0 (2.0.0.484-1ubuntu1) trusty; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Build-depend on Tcl/Tk 8.5, ruby is not yet ready for Tcl/Tk 8.6.

 -- Adam Conrad <adconrad@ubuntu.com>  Fri, 14 Feb 2014 21:52:00 -0700

ruby2.0 (2.0.0.484-1) unstable; urgency=medium

  [ Antonio Terceiro ]
  * New upstream snapshot.

  [ Christian Hofstaedtler ]
  * Use any valid Ruby interpreter to bootstrap
  * Bump Standards-Version to 3.9.5 (no changes)
  * Add myself to Uploaders:
  * Add Dependencies to facilitate upgrades from 1.8
    * libruby2.0 now depends on ruby2.0
    * ruby2.0 now depends on ruby
  * Stop installing alternatives/symlinks for binaries:
    * /usr/bin/{ruby,erb,testrb,irb,rdoc,ri}

 -- Antonio Terceiro <terceiro@debian.org>  Sun, 02 Feb 2014 08:22:10 -0300

ruby2.0 (2.0.0.353-1ubuntu1) trusty; urgency=medium

  * Build-depend on tcl8.5-dev and tk8.5-dev, ruby is not yet ready
    for Tcl/Tk 8.6.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 04 Jan 2014 17:08:15 +0100

ruby2.0 (2.0.0.353-1build1) trusty; urgency=medium

  * No-change rebuild for Tcl/Tk 8.6.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 02 Jan 2014 20:21:25 +0100

ruby2.0 (2.0.0.353-1) unstable; urgency=low

  * New upstream release
    + Includes fix for Heap Overflow in Floating Point Parsing (CVE-2013-4164)
      Closes: #730190

 -- Antonio Terceiro <terceiro@debian.org>  Mon, 25 Nov 2013 22:34:25 -0300

ruby2.0 (2.0.0.343-1) unstable; urgency=low

  * New upstream version (snapshot from 2.0 maintainance branch).
  * fix typo in ruby2.0-tcltk description
  * Backported upstream patches from Tanaka Akira to fix FTBFS on:
    - GNU/kFreeBSD (Closes: #726095)
    - x32 (Closes: #727010)
  * Make date for io-console gemspec predictable (Closes: #724974)
  * libruby2.0 now depends on libjs-jquery because of rdoc (Closes: #725056)
  * Backport upstream patch by Nobuyoshi Nakada to fix include directory in
    `pkg-config --cflags` (Closes: #725166)
  * Document missing licenses in debian/copyright (Closes: #723161)
  * debian/libruby2.0.symbols: add new symbol rb_exec_recursive_paired_outer
    (not in the public API though)

 -- Antonio Terceiro <terceiro@debian.org>  Tue, 05 Nov 2013 20:33:23 -0300

ruby2.0 (2.0.0.299-2) unstable; urgency=low

  * Split Ruby/Tk out of libruby2.0 into its own package, ruby2.0-tcltk. This
    will reduce the footprint of a basic Ruby installation.

 -- Antonio Terceiro <terceiro@debian.org>  Sun, 15 Sep 2013 22:09:57 -0300

ruby2.0 (2.0.0.299-1) unstable; urgency=low

  * New upstream release
    + Includes a fix for override of existing LDFLAGS when building compiled
      extensions that use pkg-config (Closes: #721799).
  * debian/rules: forward-port to tcl/tk packages with multi-arch support.
    Thanks to Tristan Hill for reporting on build for Ubuntu saucy
  * debian/control: ruby2.0 now provides ruby-interpreter
  * Now using tarballs generated from the git mirror.
    + The released tarballs will modify shipped files on clean. Without this
      we can stop messing around with files that need to be recovered after a
      `debian/rules clean` to make them match the orig tarball and avoid
      spurious diffs.
    + This also lets us drop the diffs against generated files such as
      tool/config.* and configure.
    + documented in debian/README.source
  * debian/libruby2.0.symbols: refreshed with 2 new symbols added since last
    version.

 -- Antonio Terceiro <terceiro@debian.org>  Sun, 08 Sep 2013 12:38:34 -0300

ruby2.0 (2.0.0.247-1) unstable; urgency=low

  * Initial release (Closes: #697703)

 -- Antonio Terceiro <terceiro@debian.org>  Mon, 07 Jan 2013 14:48:51 -0300
