pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/ruby-sqlite3 Update ruby-sqlite3 package to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47b648d298ab
branches:  trunk
changeset: 543738:47b648d298ab
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jun 22 15:52:59 2008 +0000

description:
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@localhost>]

* Ruby 1.9 compatibility tweaks [Roman Le Negrate <roman2k%free.fr@localhost>]

* Various performance enhancements [thanks Erik Veenstra]

* Correct busy_handler documentation [Rob Holland <rob%inversepath.com@localhost>]

* Use int_bind64 on Fixnum values larger than a 32bit C int can take. [Rob Holland <rob%inversepath.com@localhost>]

* 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@localhost>]

* Various documentation, test, and style tweaks [Rob Holland <rob%inversepath.com@localhost>]

* Be more granular with time/data translation [Rob Holland <rob%inversepath.com@localhost>]

* Use Date directly for parsing rather than going via Time [Rob Holland <rob%inversepath.com@localhost>]

* Check for the rt library and fdatasync so we link against that when
  needed [Rob Holland <rob%inversepath.com@localhost>]

* Rename data structures to avoid collision on win32. based on patch
  by: Luis Lavena [Rob Holland <rob%inversepath.com@localhost>]

* Add test for defaults [Daniel Rodr?guez Troiti?o]

* Correctly unquote double-quoted pragma defaults [?ukasz Dargiewicz <lukasz.dargiewicz%gmail.com@localhost>]

diffstat:

 databases/ruby-sqlite3/Makefile |  5 ++---
 databases/ruby-sqlite3/PLIST    |  5 ++---
 databases/ruby-sqlite3/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 10 deletions(-)

diffs (44 lines):

diff -r ecf46aab13bb -r 47b648d298ab databases/ruby-sqlite3/Makefile
--- a/databases/ruby-sqlite3/Makefile   Sun Jun 22 15:51:14 2008 +0000
+++ b/databases/ruby-sqlite3/Makefile   Sun Jun 22 15:52:59 2008 +0000
@@ -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@localhost
diff -r ecf46aab13bb -r 47b648d298ab databases/ruby-sqlite3/PLIST
--- a/databases/ruby-sqlite3/PLIST      Sun Jun 22 15:51:14 2008 +0000
+++ b/databases/ruby-sqlite3/PLIST      Sun Jun 22 15:52:59 2008 +0000
@@ -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
diff -r ecf46aab13bb -r 47b648d298ab databases/ruby-sqlite3/distinfo
--- a/databases/ruby-sqlite3/distinfo   Sun Jun 22 15:51:14 2008 +0000
+++ b/databases/ruby-sqlite3/distinfo   Sun Jun 22 15:52:59 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index