Thu Aug 15 12:28:58 2013 UTC ()
Update to 0.806

Upstream changes:
0.806 (06.08.2013) - John Siracusa <siracusa@gmail.com>

    * Updated iterator leak test to work on perl 5.17.* and later (RT 86000)

0.805 (03.10.2013) - John Siracusa <siracusa@gmail.com>

    * Changed the recommended Oracle trigger PL/SQL to avoid sequence gaps.
      (Patch by Tom Adamo.)
    * Updated several Manager calls in bench.pl, adding the inject_results
      parameter.

0.804 (02.01.2013) - John Siracusa <siracusa@gmail.com>

    * Fixed some test failures on perl 5.16.2, mysql 5.5.29, and DBD::Pg 2.19.3.

0.803 (01.04.2013) - John Siracusa <siracusa@gmail.com>

    * Make char column's parse_value() method honor a column's overflow
      attribute when handling column values that are too long.
    * Correct length value in column overflow error messages.

0.802 (01.03.2013) - John Siracusa <siracusa@gmail.com>

    * Make varchar column's parse_value() method honor a column's overflow
      attribute when handling column values that are too long.

0.801 (11.24.2012) - John Siracusa <siracusa@gmail.com>

    * Fixed "DBD::Informix::st execute failed: SQL: -255: Not in transaction"
      errors in the test suite.  (Patch by Sergey Leschenko.)

0.800 (09.09.2012) - John Siracusa <siracusa@gmail.com>

    * Correct tests to account for the Loader's init_db generation fix
      in 0.799 behavior (RT 79526)

0.799 (08.10.2012) - John Siracusa <siracusa@gmail.com>

    * Added column type mappings for varchar2, nvarchar, and nvarchar2.
      (Suggested by Chris Campise)
    * Fixed some typos in the Loader documentation (RT 78860)
    * Fixed a Loader bug that caused the base class's init_db method to
      be ignored (RT 78571)

0.798 (04.04.2012) - John Siracusa <siracusa@gmail.com>

    * Fixed a typo in the Rose::DB::Object::Manager documentation.
    * Fixed a bug that caused save() not to throw an exception when
      a transaction could not be started (Reported by jdv79)
    * Converted some uses of each() to keys() to avoid iteration
      state bugs (RT 75773)
    * Corrected a broken POD link in the one-to-many relationship
      documentation.  (Reported by Nee)


(wen)
diff -r1.16 -r1.17 pkgsrc/databases/p5-Rose-DB-Object/Makefile
diff -r1.10 -r1.11 pkgsrc/databases/p5-Rose-DB-Object/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/databases/p5-Rose-DB-Object/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-Rose-DB-Object/Makefile 2013/05/31 12:39:53 1.16
+++ pkgsrc/databases/p5-Rose-DB-Object/Makefile 2013/08/15 12:28:58 1.17
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.16 2013/05/31 12:39:53 wiz Exp $ 1# $NetBSD: Makefile,v 1.17 2013/08/15 12:28:58 wen Exp $
2 2
3DISTNAME= Rose-DB-Object-0.797 3DISTNAME= Rose-DB-Object-0.806
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= databases perl5 5CATEGORIES= databases perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
8 7
9MAINTAINER= abs@absd.org 8MAINTAINER= abs@absd.org
10HOMEPAGE= http://search.cpan.org/~jsiracusa/Rose-DB-Object/ 9HOMEPAGE= http://search.cpan.org/~jsiracusa/Rose-DB-Object/
11COMMENT= Extensible, high performance RDBMS-OO mapper 10COMMENT= Extensible, high performance RDBMS-OO mapper
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-Bit-Vector>=6.4:../../devel/p5-Bit-Vector 13DEPENDS+= p5-Bit-Vector>=6.4:../../devel/p5-Bit-Vector
15DEPENDS+= p5-Clone>=0.29:../../devel/p5-Clone 14DEPENDS+= p5-Clone>=0.29:../../devel/p5-Clone
16DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime 15DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
17DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils 16DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
18DEPENDS+= p5-Rose-DB>=0.763:../../databases/p5-Rose-DB 17DEPENDS+= p5-Rose-DB>=0.763:../../databases/p5-Rose-DB

cvs diff -r1.10 -r1.11 pkgsrc/databases/p5-Rose-DB-Object/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-Rose-DB-Object/distinfo 2012/01/26 19:22:06 1.10
+++ pkgsrc/databases/p5-Rose-DB-Object/distinfo 2013/08/15 12:28:58 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2012/01/26 19:22:06 rhaen Exp $ 1$NetBSD: distinfo,v 1.11 2013/08/15 12:28:58 wen Exp $
2 2
3SHA1 (Rose-DB-Object-0.797.tar.gz) = 28b85f4c9ad89a9b21ab18ba2117b56a099cd343 3SHA1 (Rose-DB-Object-0.806.tar.gz) = 63d83b8df489b16e7bb390535f92e3da7c3a0202
4RMD160 (Rose-DB-Object-0.797.tar.gz) = 0e62c19f774c3ea65ec347bcf66484acdcc00055 4RMD160 (Rose-DB-Object-0.806.tar.gz) = d7ff98f42f670df80ea330f3fce3c622895b3497
5Size (Rose-DB-Object-0.797.tar.gz) = 554568 bytes 5Size (Rose-DB-Object-0.806.tar.gz) = 556968 bytes