diff options
author | taca <taca> | 2012-04-28 14:09:22 +0000 |
---|---|---|
committer | taca <taca> | 2012-04-28 14:09:22 +0000 |
commit | bf0d9a1d00d8fcb65f38aa4aa0825f65a652e9a5 (patch) | |
tree | 577ec8d82f0571cde88360011f2d5412436cc08a /databases | |
parent | 19d891fcec89d19a12dc789802d9e03fae12f307 (diff) | |
download | pkgsrc-bf0d9a1d00d8fcb65f38aa4aa0825f65a652e9a5.tar.gz |
Update ruby-sqlite3 package to 1.3.6.
=== 1.3.6 / 2012-04-16
* Enhancements
* Windows: build against SQLite 3.7.11
* Added SQLite3::ResultSet#each_hash for fetching each row as a hash.
* Added SQLite3::ResultSet#next_hash for fetching one row as a hash.
* Bugfixes
* Support both UTF-16LE and UTF-16BE encoding modes on PPC. Closes #63
* Protect parameters to custom functions from being garbage collected too
soon. Fixes #60. Thanks hirataya!
* Fix backwards compatibility with 1.2.5 with bind vars and `query` method.
Fixes #35.
* Fix double definition error caused by defining sqlite3_int64/uint64.
* Fix suspicious version regexp.
* Deprecations
* ArrayWithTypesAndFields#types is deprecated and the class will be removed
in version 2.0.0. Please use the `types` method on the ResultSet class
that created this object.
* ArrayWithTypesAndFields#fields is deprecated and the class will be removed
in version 2.0.0. Please use the `columns` method on the ResultSet class
that created this object.
* The ArrayWithTypesAndFields class will be removed in 2.0.0
* The ArrayWithTypes class will be removed in 2.0.0
* HashWithTypesAndFields#types is deprecated and the class will be removed
in version 2.0.0. Please use the `types` method on the ResultSet class
that created this object.
* HashWithTypesAndFields#fields is deprecated and the class will be removed
in version 2.0.0. Please use the `columns` method on the ResultSet class
that created this object.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-sqlite3/Makefile | 5 | ||||
-rw-r--r-- | databases/ruby-sqlite3/PLIST | 3 | ||||
-rw-r--r-- | databases/ruby-sqlite3/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/databases/ruby-sqlite3/Makefile b/databases/ruby-sqlite3/Makefile index d4544c3ae6f..c59e23fb47f 100644 --- a/databases/ruby-sqlite3/Makefile +++ b/databases/ruby-sqlite3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2012/04/27 12:31:40 obache Exp $ +# $NetBSD: Makefile,v 1.20 2012/04/28 14:09:22 taca Exp $ -DISTNAME= sqlite3-1.3.5 -PKGREVISION= 1 +DISTNAME= sqlite3-1.3.6 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/databases/ruby-sqlite3/PLIST b/databases/ruby-sqlite3/PLIST index b67e36d9291..9391e8fa5e8 100644 --- a/databases/ruby-sqlite3/PLIST +++ b/databases/ruby-sqlite3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2012/02/19 11:27:01 taca Exp $ +@comment $NetBSD: PLIST,v 1.13 2012/04/28 14:09:22 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gemtest ${GEM_LIBDIR}/API_CHANGES.rdoc @@ -49,6 +49,7 @@ ${GEM_LIBDIR}/test/test_integration_open_close.rb ${GEM_LIBDIR}/test/test_integration_pending.rb ${GEM_LIBDIR}/test/test_integration_resultset.rb ${GEM_LIBDIR}/test/test_integration_statement.rb +${GEM_LIBDIR}/test/test_result_set.rb ${GEM_LIBDIR}/test/test_sqlite3.rb ${GEM_LIBDIR}/test/test_statement.rb ${GEM_LIBDIR}/test/test_statement_execute.rb diff --git a/databases/ruby-sqlite3/distinfo b/databases/ruby-sqlite3/distinfo index 48562a3998d..712718b26c7 100644 --- a/databases/ruby-sqlite3/distinfo +++ b/databases/ruby-sqlite3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2012/02/19 11:27:01 taca Exp $ +$NetBSD: distinfo,v 1.12 2012/04/28 14:09:22 taca Exp $ -SHA1 (sqlite3-1.3.5.gem) = e867a0fbb1588590f6673722d80e40e141373785 -RMD160 (sqlite3-1.3.5.gem) = 815f7af6c643e22bc38d02b1322f53299b1505d2 -Size (sqlite3-1.3.5.gem) = 56320 bytes +SHA1 (sqlite3-1.3.6.gem) = c31ffb33a78b2bce689557be47f96eac5b964e26 +RMD160 (sqlite3-1.3.6.gem) = bd7ce92c457bb773647d11d65d8e139820f58526 +Size (sqlite3-1.3.6.gem) = 57344 bytes |