pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-DBIx-SearchBuilder Update to 1.22.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/037c39f7d742
branches:  trunk
changeset: 491480:037c39f7d742
user:      cube <cube%pkgsrc.org@localhost>
date:      Thu Mar 24 17:00:14 2005 +0000

description:
Update to 1.22.

1.22 Mon Jan 24 07:42:46 EST 2005
    - Require encode since we require encode.
1.21
    - Oracle LOB handling caused us to corrupt item values on update.
    - Just before inserting things into the database, turn off their utf8 flag.
      The flag didn't have any positve impact _and_ it can take down
      recent DBD::Oracle releases. (This is a new failure in DBD::Oracle 1.16)
1.20 Tue Jan 18 08:24:15 EST 2005
    - Minor test suite fixes from Ruslan.
1.19 Sat Jan  8 18:22:59 EST 2005
    - Performing a search multiple times could result in multiple copies of
      records in a collection. Uncovered thanks to Kevin Chen and Alex Vandiver.
1.18
    - Release the changes from 1.17
1.17_03
    - Properly mark BLOB columns in UPDATE calls. (DBD::Oracle 1.16 broke without this)
1.17_02
    - Better handling of empty values for SB::Record::_Accessible. ( --Ruslan)
1.17_01
    - More record tests from Ruz
1.16 Thu Dec  9 23:49:39 EST 2004
    - Fixed a bug in D::SB::R::Cachable that could cause it to load the wrong row from the cache if you were loading
      by alternate keys and had since changed one of the attributes of a previous row.  This was unmasked by a
      bug that Ruslan Zakirov found in RT 3.3's custom field handling

diffstat:

 databases/p5-DBIx-SearchBuilder/Makefile |  7 +++----
 databases/p5-DBIx-SearchBuilder/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 5a29a82c6478 -r 037c39f7d742 databases/p5-DBIx-SearchBuilder/Makefile
--- a/databases/p5-DBIx-SearchBuilder/Makefile  Thu Mar 24 16:57:16 2005 +0000
+++ b/databases/p5-DBIx-SearchBuilder/Makefile  Thu Mar 24 17:00:14 2005 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2004/12/20 11:30:57 grant Exp $
+# $NetBSD: Makefile,v 1.21 2005/03/24 17:00:14 cube Exp $
 #
 
-DISTNAME=      DBIx-SearchBuilder-1.15
+DISTNAME=      DBIx-SearchBuilder-1.22
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5dxs
-PKGREVISION=   1
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBIx/}
 
@@ -15,7 +14,7 @@
 DEPENDS+=      p5-Class-ReturnValue>=0.40:../../devel/p5-Class-ReturnValue
 DEPENDS+=      p5-DBI>=1.41:../../databases/p5-DBI
 DEPENDS+=      p5-Want-[0-9]*:../../devel/p5-Want
-DEPENDS+=      p5-Cache-Simple-TimedExpiry-[0-9]*:../../devel/p5-Cache-Simple-TimedExpiry
+DEPENDS+=      p5-Cache-Simple-TimedExpiry>=0.21:../../devel/p5-Cache-Simple-TimedExpiry
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
diff -r 5a29a82c6478 -r 037c39f7d742 databases/p5-DBIx-SearchBuilder/distinfo
--- a/databases/p5-DBIx-SearchBuilder/distinfo  Thu Mar 24 16:57:16 2005 +0000
+++ b/databases/p5-DBIx-SearchBuilder/distinfo  Thu Mar 24 17:00:14 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2005/02/23 16:33:08 agc Exp $
+$NetBSD: distinfo,v 1.15 2005/03/24 17:00:14 cube Exp $
 
-SHA1 (DBIx-SearchBuilder-1.15.tar.gz) = 4e08d2db9b070e3e41e05e6351e396724be99782
-RMD160 (DBIx-SearchBuilder-1.15.tar.gz) = d70ca4b44e222d511deaa2d2cdd56b012bca991f
-Size (DBIx-SearchBuilder-1.15.tar.gz) = 41676 bytes
+SHA1 (DBIx-SearchBuilder-1.22.tar.gz) = b55b4ca976c2b293583d8d2798a220b97dbec477
+RMD160 (DBIx-SearchBuilder-1.22.tar.gz) = 705c6c1aa06a121b96a20ef8e4ee15e63b7e0361
+Size (DBIx-SearchBuilder-1.22.tar.gz) = 43691 bytes



Home | Main Index | Thread Index | Old Index