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 to 1.2.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5122a5959be
branches:  trunk
changeset: 527229:c5122a5959be
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Apr 01 09:10:34 2007 +0000

description:
Update ruby-sqlite3 to 1.2.1.

Release Name: 1.2.1

Notes:
Only a single change in this release: sqlite3
3.3.8 and higher have changed the format of the
'dflt_value' column for the table_info pragma.
This caused breakage in apps that depend on that
pragma, like Ruby on Rails. This release makes the
Database#table_info helper check the libversion,
and adjust the dflt_value column accordingly. If
you want the new format and not the old, you can
invoke the table_info pragma directly, instead of
using the helper.

Release Name: 1.2.0

Notes:
* Fixed bug that caused crashes when type translation was asked to translate the type of a typeless column (like count(*), etc.)
* Added pre-built sqlite3_api_wrap.c to remove the dependency on SWIG.
* db.transaction should now catch all exceptions (bug #3981)
* Removed lots of warnings when running in -w mode
* Fixed problems with callbacks (thanks Sylvan Joyeux!)
* Named bind parameters may now be specified as symbols, or as strings. You can also leave off the leading colon when specifying them as a string.
* DL (pure-ruby) driver is now deprecated.
* Bignum values may be bound in a prepared statement.
* Get a more detailed error message when the connection cannot be established.
* Reset the statement when binding new variables to a prepared statement.

diffstat:

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

diffs (51 lines):

diff -r a7c24eaf6b9d -r c5122a5959be databases/ruby-sqlite3/Makefile
--- a/databases/ruby-sqlite3/Makefile   Sun Apr 01 08:44:53 2007 +0000
+++ b/databases/ruby-sqlite3/Makefile   Sun Apr 01 09:10:34 2007 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2007/04/01 01:58:37 obache Exp $
+# $NetBSD: Makefile,v 1.4 2007/04/01 09:10:34 obache Exp $
 
-DISTNAME=      sqlite3-ruby-1.1.0
+DISTNAME=      sqlite3-ruby-1.2.1
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/-ruby//}
-PKGREVISION=   1
 CATEGORIES=    databases ruby
-MASTER_SITES=  http://rubyforge.org/frs/download.php/3089/
+MASTER_SITES=  http://rubyforge.org/frs/download.php/17096/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    obache%NetBSD.org@localhost
@@ -17,7 +16,6 @@
 DOCS=  ChangeLog LICENSE README
 
 .include "../../databases/sqlite3/buildlink3.mk"
-.include "../../devel/swig/buildlink3.mk"
 .include "../../lang/ruby/modules.mk"
 
 post-install:
diff -r a7c24eaf6b9d -r c5122a5959be databases/ruby-sqlite3/PLIST
--- a/databases/ruby-sqlite3/PLIST      Sun Apr 01 08:44:53 2007 +0000
+++ b/databases/ruby-sqlite3/PLIST      Sun Apr 01 09:10:34 2007 +0000
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2006/04/05 15:18:34 minskim Exp $
+@comment $NetBSD: PLIST,v 1.3 2007/04/01 09:10:34 obache Exp $
 ${RUBY_DOCDIR}/sqlite3/ChangeLog
 ${RUBY_DOCDIR}/sqlite3/LICENSE
 ${RUBY_DOCDIR}/sqlite3/README
-${RUBY_DOCDIR}/sqlite3/api/blank.html
 ${RUBY_DOCDIR}/sqlite3/api/classes/DL.html
 ${RUBY_DOCDIR}/sqlite3/api/classes/DL/PtrData.html
 ${RUBY_DOCDIR}/sqlite3/api/classes/Kernel.html
diff -r a7c24eaf6b9d -r c5122a5959be databases/ruby-sqlite3/distinfo
--- a/databases/ruby-sqlite3/distinfo   Sun Apr 01 08:44:53 2007 +0000
+++ b/databases/ruby-sqlite3/distinfo   Sun Apr 01 09:10:34 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/03/30 16:21:14 minskim Exp $
+$NetBSD: distinfo,v 1.2 2007/04/01 09:10:34 obache Exp $
 
-SHA1 (sqlite3-ruby-1.1.0.tar.bz2) = 1ed7e9fc6f9014ada81fd632fef54745ae3510cb
-RMD160 (sqlite3-ruby-1.1.0.tar.bz2) = bab7e9c62ece82fdde30eb667a335c1caa40c666
-Size (sqlite3-ruby-1.1.0.tar.bz2) = 63089 bytes
+SHA1 (sqlite3-ruby-1.2.1.tar.bz2) = 68d40bc263d36fed256ca74954c6894760d72ebd
+RMD160 (sqlite3-ruby-1.2.1.tar.bz2) = de3042471a2e021e299c79c189fb35eb364f0128
+Size (sqlite3-ruby-1.2.1.tar.bz2) = 83105 bytes



Home | Main Index | Thread Index | Old Index