pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-Rose-DB-Object Update 0.810 to 0.813



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b01b0b826bf7
branches:  trunk
changeset: 643154:b01b0b826bf7
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Dec 12 05:02:18 2014 +0000

description:
Update 0.810 to 0.813
0.813 (11.07.2014) - John Siracusa <siracusa%gmail.com@localhost>

    * Added prepare_options parameter to get_objects_iterator_from_sql() and
      get_objects_from_sql() Manager methods (RT 98014)

0.812 (11.07.2014) - John Siracusa <siracusa%gmail.com@localhost>

    * Second attempt to address precision and scale mix-ups in auto-loaded
      numeric column metadata.
    * Fixed get_objects_count() with custom select lists and distinct
      (Reported by Alexander Karelas)
    * Fixed precision and scale references in the tutorial (RT 96079)
    * Fixed an incorrect method name in the Rose::DB::Object::Helpers
      documentation (RT 97602)
    * Fixed a bug where save() parameters were not passed to map record
      save() calls (RT 98730)
    * Corrected a typo in the documentation (RT 94100)
    * Updated tests to work with DBD::Pg versions greater than 2.x.x.

0.811 (03.21.2014) - John Siracusa <siracusa%gmail.com@localhost>

    * Fixed a bug that prevented many-to-many map records from being saved
      to the database (RT 93531)

diffstat:

 databases/p5-Rose-DB-Object/Makefile |  5 ++---
 databases/p5-Rose-DB-Object/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 96662d7bdb64 -r b01b0b826bf7 databases/p5-Rose-DB-Object/Makefile
--- a/databases/p5-Rose-DB-Object/Makefile      Fri Dec 12 04:59:45 2014 +0000
+++ b/databases/p5-Rose-DB-Object/Makefile      Fri Dec 12 05:02:18 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2014/05/29 23:35:30 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2014/12/12 05:02:18 mef Exp $
 
-DISTNAME=      Rose-DB-Object-0.810
+DISTNAME=      Rose-DB-Object-0.813
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Rose/}
 
diff -r 96662d7bdb64 -r b01b0b826bf7 databases/p5-Rose-DB-Object/distinfo
--- a/databases/p5-Rose-DB-Object/distinfo      Fri Dec 12 04:59:45 2014 +0000
+++ b/databases/p5-Rose-DB-Object/distinfo      Fri Dec 12 05:02:18 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2014/02/06 13:05:04 abs Exp $
+$NetBSD: distinfo,v 1.13 2014/12/12 05:02:18 mef Exp $
 
-SHA1 (Rose-DB-Object-0.810.tar.gz) = 4657a8be22ae71b242a12017d4ad62c7c4239145
-RMD160 (Rose-DB-Object-0.810.tar.gz) = 09f59e388452530fc9d691e2448e891c66202d9b
-Size (Rose-DB-Object-0.810.tar.gz) = 556911 bytes
+SHA1 (Rose-DB-Object-0.813.tar.gz) = 455ad05ea2a2089620c25c2dbe8fcbfeff30ece1
+RMD160 (Rose-DB-Object-0.813.tar.gz) = 93ee3b189e069c6c7655faf36da7a5f667aee4be
+Size (Rose-DB-Object-0.813.tar.gz) = 557682 bytes



Home | Main Index | Thread Index | Old Index