diff options
author | mef <mef@pkgsrc.org> | 2014-12-12 05:02:18 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-12-12 05:02:18 +0000 |
commit | d3314c680caa3dda72df5f8d0683c42e229c56cc (patch) | |
tree | 34403c16283e0098685ff0f12fb3a6cc04f1058a | |
parent | a5b61d09f44cfe8db40e0814d940119d95edfe8e (diff) | |
download | pkgsrc-d3314c680caa3dda72df5f8d0683c42e229c56cc.tar.gz |
Update 0.810 to 0.813
0.813 (11.07.2014) - John Siracusa <siracusa@gmail.com>
* 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>
* 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>
* Fixed a bug that prevented many-to-many map records from being saved
to the database (RT 93531)
-rw-r--r-- | databases/p5-Rose-DB-Object/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-Rose-DB-Object/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/p5-Rose-DB-Object/Makefile b/databases/p5-Rose-DB-Object/Makefile index ca3472d3875..98c61934604 100644 --- a/databases/p5-Rose-DB-Object/Makefile +++ b/databases/p5-Rose-DB-Object/Makefile @@ -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 --git a/databases/p5-Rose-DB-Object/distinfo b/databases/p5-Rose-DB-Object/distinfo index afcffb4caf6..406d09b7d62 100644 --- a/databases/p5-Rose-DB-Object/distinfo +++ b/databases/p5-Rose-DB-Object/distinfo @@ -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 |