File: changelog

package info (click to toggle)
ruby-mkrf 0.2.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,688 kB
  • sloc: ansic: 12,494; ruby: 6,998; sh: 790; yacc: 374; makefile: 57; cpp: 10
file content (26 lines) | stat: -rw-r--r-- 1,279 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
ruby-mkrf (0.2.3+dfsg-2) unstable; urgency=low

  * Add 0400_use_correct_ruby_version_in_tests.patch:
      Use the same Ruby binary to run the tests and to build test Rakefiles.
      This is needed to test the library correctly against the different
      versions of the Ruby interpreter in Debian.
  * Add 0500_replace_config_by_rbconfig.patch
      Use RbConfig:: instead of Config:: deprecated in Ruby 1.8 and 1.9.
      Making this slight change avoids avoid annoying warnings.
  * Add 0600_fix_test_libxml.patch 0610_fix_test_syck.patch
      Port code built during tests to Ruby1.9 (Closes: #676204).
      Although this is not part of the mkrf library itself, this is needed to
      test the library correctly with the various Ruby interpreter.
  * Add 9900_debug_test_failures.patch
      Make the test suite output more verbose, to get enough info if something
      goes wrong during the build.
  * Bump Standards-Version: to 3.9.3 (no changes needed)

 -- Cédric Boutillier <cedric.boutillier@gmail.com>  Wed, 04 Jul 2012 13:34:26 +0200

ruby-mkrf (0.2.3+dfsg-1) unstable; urgency=low

  * Initial release (Closes: #584886)
  * repack to remove binary code in test/ directory

 -- Cédric Boutillier <cedric.boutillier@gmail.com>  Tue, 13 Dec 2011 21:20:51 +0100