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>]
This commit is contained in:
parent
a7d766333f
commit
b440d0be9c
3 changed files with 8 additions and 10 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.7 2008/04/10 07:28:50 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2008/06/22 15:52:59 taca Exp $
|
||||
|
||||
DISTNAME= sqlite3-ruby-1.2.1
|
||||
DISTNAME= sqlite3-ruby-1.2.2
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/-ruby//}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2008/04/04 15:30:00 jlam Exp $
|
||||
$NetBSD: distinfo,v 1.4 2008/06/22 15:52:59 taca Exp $
|
||||
|
||||
SHA1 (sqlite3-ruby-1.2.1.gem) = b749ca7ceff3f568965918d68259081bdd650802
|
||||
RMD160 (sqlite3-ruby-1.2.1.gem) = 4fe9e32803cb65307831c8b5b60fcab3935b5205
|
||||
Size (sqlite3-ruby-1.2.1.gem) = 59392 bytes
|
||||
SHA1 (sqlite3-ruby-1.2.2.gem) = 72cd1c3d3a82af4a220178ae61f324d0e380e545
|
||||
RMD160 (sqlite3-ruby-1.2.2.gem) = bdd34be290cb721e8ed9712f81ef80788ac2bc39
|
||||
Size (sqlite3-ruby-1.2.2.gem) = 55808 bytes
|
||||
|
|
Loading…
Reference in a new issue