diff options
author | taca <taca@pkgsrc.org> | 2008-06-22 15:52:59 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-06-22 15:52:59 +0000 |
commit | b440d0be9c5ab85ac438ced10488d2200e5192a6 (patch) | |
tree | 1f327cd4d73245b77827b673156312b6795020cc /databases/ruby-sqlite3/PLIST | |
parent | a7d766333f5f6092957eff34c7dbf7aa5586f843 (diff) | |
download | pkgsrc-b440d0be9c5ab85ac438ced10488d2200e5192a6.tar.gz |
Update ruby-sqlite3 package to 1.2.2.
Changes:
=== 1.2.2 / 31 May 2008
* Make the table_info method adjust the returned default value for the rows
so that the sqlite3 change in 3.3.8 and greater can be handled
transparently [Jamis Buck <jamis@37signals.com>]
* Ruby 1.9 compatibility tweaks [Roman Le Negrate <roman2k@free.fr>]
* Various performance enhancements [thanks Erik Veenstra]
* Correct busy_handler documentation [Rob Holland <rob@inversepath.com>]
* Use int_bind64 on Fixnum values larger than a 32bit C int can take. [Rob Holland <rob@inversepath.com>]
* Work around a quirk in SQLite's error reporting by calling sqlite3_reset
to produce a more informative error code upon a failure from
sqlite3_step. [Rob Holland <rob@inversepath.com>]
* Various documentation, test, and style tweaks [Rob Holland <rob@inversepath.com>]
* Be more granular with time/data translation [Rob Holland <rob@inversepath.com>]
* Use Date directly for parsing rather than going via Time [Rob Holland <rob@inversepath.com>]
* Check for the rt library and fdatasync so we link against that when
needed [Rob Holland <rob@inversepath.com>]
* Rename data structures to avoid collision on win32. based on patch
by: Luis Lavena [Rob Holland <rob@inversepath.com>]
* Add test for defaults [Daniel Rodr?guez Troiti?o]
* Correctly unquote double-quoted pragma defaults [?ukasz Dargiewicz <lukasz.dargiewicz@gmail.com>]
Diffstat (limited to 'databases/ruby-sqlite3/PLIST')
-rw-r--r-- | databases/ruby-sqlite3/PLIST | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/ruby-sqlite3/PLIST b/databases/ruby-sqlite3/PLIST index 58c235272e4..60f585f5ff0 100644 --- a/databases/ruby-sqlite3/PLIST +++ b/databases/ruby-sqlite3/PLIST @@ -1,11 +1,10 @@ -@comment $NetBSD: PLIST,v 1.4 2008/04/04 15:30:00 jlam Exp $ +@comment $NetBSD: PLIST,v 1.5 2008/06/22 15:52:59 taca Exp $ ${GEM_HOME}/cache/sqlite3-ruby-${PKGVERSION}.gem -${GEM_LIBDIR}/README +${GEM_LIBDIR}/README.rdoc ${GEM_LIBDIR}/doc/faq/faq.html ${GEM_LIBDIR}/doc/faq/faq.rb ${GEM_LIBDIR}/doc/faq/faq.yml ${GEM_LIBDIR}/ext/sqlite3_api/MANIFEST -${GEM_LIBDIR}/ext/sqlite3_api/Makefile ${GEM_LIBDIR}/ext/sqlite3_api/extconf.rb ${GEM_LIBDIR}/ext/sqlite3_api/sqlite3_api.i ${GEM_LIBDIR}/ext/sqlite3_api/sqlite3_api_wrap.c |