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 databases/ruby-sqlite3 p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a58fbb6e568
branches:  trunk
changeset: 599738:6a58fbb6e568
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Feb 19 11:27:01 2012 +0000

description:
Update databases/ruby-sqlite3 package to 1.3.5.

=== 1.3.5 / 2011-12-03 - ZOMG Holidays are here Edition!

* Enhancements
  * Windows: build against SQLite 3.7.9
  * Static: enable SQLITE_ENABLE_COLUMN_METADATA
  * Added Statement#clear_bindings! to set bindings back to nil

* Bugfixes
  * Fixed a segv on Database.new. Fixes #34 (thanks nobu!)
  * Database error is not reset, so don't check it in Statement#reset!
  * Remove conditional around Bignum statement bindings.
    Fixes #52. Fixes #56. Thank you Evgeny Myasishchev.

* Internal
  * Use proper endianness when testing database connection with UTF-16.
    Fixes #40. Fixes #51
  * Use -fPIC for static compilation when host is x86_64.

=== 1.3.4 / 2011-07-25

* Enhancements:
  * Windows: build against SQLite 3.7.7.1
  * Windows: build static binaries that do not depend on sqlite3.dll be
    installed anymore

* Bugfixes
  * Backup API is conditionaly required so that older libsqlite3 can be used.
    Thanks Hongli Lai.
  * Fixed segmentation fault when nil is passed to SQLite3::Statement.new
  * Fix extconf's hardcoded path that affected installation on certain systems.

diffstat:

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

diffs (37 lines):

diff -r b200ccd48cec -r 6a58fbb6e568 databases/ruby-sqlite3/Makefile
--- a/databases/ruby-sqlite3/Makefile   Sun Feb 19 11:14:48 2012 +0000
+++ b/databases/ruby-sqlite3/Makefile   Sun Feb 19 11:27:01 2012 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2011/06/10 09:39:51 obache Exp $
+# $NetBSD: Makefile,v 1.18 2012/02/19 11:27:01 taca Exp $
 
-DISTNAME=      sqlite3-1.3.3
-PKGREVISION=   1
+DISTNAME=      sqlite3-1.3.5
 CATEGORIES=    databases
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b200ccd48cec -r 6a58fbb6e568 databases/ruby-sqlite3/PLIST
--- a/databases/ruby-sqlite3/PLIST      Sun Feb 19 11:14:48 2012 +0000
+++ b/databases/ruby-sqlite3/PLIST      Sun Feb 19 11:27:01 2012 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.11 2010/12/04 03:47:14 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2012/02/19 11:27:01 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gemtest
 ${GEM_LIBDIR}/API_CHANGES.rdoc
 ${GEM_LIBDIR}/CHANGELOG.rdoc
 ${GEM_LIBDIR}/ChangeLog.cvs
diff -r b200ccd48cec -r 6a58fbb6e568 databases/ruby-sqlite3/distinfo
--- a/databases/ruby-sqlite3/distinfo   Sun Feb 19 11:14:48 2012 +0000
+++ b/databases/ruby-sqlite3/distinfo   Sun Feb 19 11:27:01 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2011/05/10 13:11:42 taca Exp $
+$NetBSD: distinfo,v 1.11 2012/02/19 11:27:01 taca Exp $
 
-SHA1 (sqlite3-1.3.3.gem) = 8888ba7d755764486dd05cae7b95cf47ec2c3d0b
-RMD160 (sqlite3-1.3.3.gem) = 185b1840867de772cd33076fa1cf2990561de999
-Size (sqlite3-1.3.3.gem) = 55808 bytes
+SHA1 (sqlite3-1.3.5.gem) = e867a0fbb1588590f6673722d80e40e141373785
+RMD160 (sqlite3-1.3.5.gem) = 815f7af6c643e22bc38d02b1322f53299b1505d2
+Size (sqlite3-1.3.5.gem) = 56320 bytes



Home | Main Index | Thread Index | Old Index