pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-DBD-SQLite Upgrade to 1.08:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60aabdfc8a29
branches:  trunk
changeset: 492591:60aabdfc8a29
user:      kim <kim%pkgsrc.org@localhost>
date:      Sat Apr 16 01:10:23 2005 +0000

description:
Upgrade to 1.08:

- Support 64 bit integers (uses floating point numbers when perl is not
  compiled with 64 bit int support). This also fixes issues with using
  sqlite timestamps.
- Upgrade to sqlite 3.1.3
- Fix issues of not finding rows when providing a number that perl sees
  as a string.
- Fixes for most current bugs in RT (see http://rt.cpan.org/ to check
  if your favourite bug got fixed).

diffstat:

 databases/p5-DBD-SQLite/Makefile |  4 ++--
 databases/p5-DBD-SQLite/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r f7bee32a136f -r 60aabdfc8a29 databases/p5-DBD-SQLite/Makefile
--- a/databases/p5-DBD-SQLite/Makefile  Sat Apr 16 01:08:19 2005 +0000
+++ b/databases/p5-DBD-SQLite/Makefile  Sat Apr 16 01:10:23 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:45:13 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/04/16 01:10:23 kim Exp $
 #
 
-DISTNAME=      DBD-SQLite-1.07
+DISTNAME=      DBD-SQLite-1.08
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5dsl
 CATEGORIES=    databases perl5
diff -r f7bee32a136f -r 60aabdfc8a29 databases/p5-DBD-SQLite/distinfo
--- a/databases/p5-DBD-SQLite/distinfo  Sat Apr 16 01:08:19 2005 +0000
+++ b/databases/p5-DBD-SQLite/distinfo  Sat Apr 16 01:10:23 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 15:45:44 wiz Exp $
+$NetBSD: distinfo,v 1.4 2005/04/16 01:10:23 kim Exp $
 
-SHA1 (DBD-SQLite-1.07.tar.gz) = 9be4a129628c4ec54963bdd211c1235cc3e2f423
-RMD160 (DBD-SQLite-1.07.tar.gz) = 865eb2314abb57f93475a4f77ecbdc77b456bf64
-Size (DBD-SQLite-1.07.tar.gz) = 424608 bytes
+SHA1 (DBD-SQLite-1.08.tar.gz) = 37c672f00bf657e3c97bbdcfa94045c1afb07d9b
+RMD160 (DBD-SQLite-1.08.tar.gz) = 6bf9724a0344052872cb12f2fe30d586ce5b6143
+Size (DBD-SQLite-1.08.tar.gz) = 466449 bytes



Home | Main Index | Thread Index | Old Index