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/689f572eaa83
branches:  trunk
changeset: 603067:689f572eaa83
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Apr 28 14:09:22 2012 +0000

description:
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:

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

diffs (43 lines):

diff -r a1dce33628ef -r 689f572eaa83 databases/ruby-sqlite3/Makefile
--- a/databases/ruby-sqlite3/Makefile   Sat Apr 28 14:07:46 2012 +0000
+++ b/databases/ruby-sqlite3/Makefile   Sat Apr 28 14:09:22 2012 +0000
@@ -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@localhost
diff -r a1dce33628ef -r 689f572eaa83 databases/ruby-sqlite3/PLIST
--- a/databases/ruby-sqlite3/PLIST      Sat Apr 28 14:07:46 2012 +0000
+++ b/databases/ruby-sqlite3/PLIST      Sat Apr 28 14:09:22 2012 +0000
@@ -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_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 -r a1dce33628ef -r 689f572eaa83 databases/ruby-sqlite3/distinfo
--- a/databases/ruby-sqlite3/distinfo   Sat Apr 28 14:07:46 2012 +0000
+++ b/databases/ruby-sqlite3/distinfo   Sat Apr 28 14:09:22 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index