Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
Upstream changes:
0.23 31 Oct 2012
* add find_related() method
0.24 5 Nov 2012
* add tests for CatalystX::CRUD::Controller::REST
0.25 5 Nov 2012
* fix skip test count for t/02-rest
0.26 28 Jan 2013
* wrap RDBO::Iterator in CXC::Iterator for search_related() and iterator_related() methods.
0.27 31 Jan 2013
* explicitly require JSON dependency for Helpers
0.28 22 July 2013
* do not attempt to sort related objects till column name api can be figured out r14454
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
- Updating package of p5 module CatalystX::CRUD::Model::RDBO from 0.20
to 0.22 to avoid incompatibilities to currently updated
Catalyst::Runtime
- Setting license to PERL5_LICENSE according to module documentation
- Adjusting dependencies according to META.yaml
Upstream changes:
0.22 13 June 2009
* fix tests for UPPERCASE normalize in newer Sort::SQL of ORDER BY string direction
0.21 13 June 2009
* fix multiple ORDER BY columns with comma-join (see RT 46904)
* explicitly call ->delegate->meta to fix moosification issue with Catalyst 5.8x
- Updating package for p5 module of CatalystX::CRUD::Model::RDBO from
0.19 to 0.20
- Adjusting dependencies
Upstream changes:
0.20 29 April 2009
* switch to MRO::Compat from Class::C3
* fixes for CatalystX::CRUD 0.43
Upstream changes:
0.19 12 Dec 2008
* fix long-standing issue with passing additional args to
load() via CXC::Object::RDBO->read
0.18 11 Dec 2008
* fix logic for mangling sort_by with table prefix. If the
sort_by value already has a . (dot) in it, assume the
request knew what it was doing.
Upstream changes:
0.15 7 Nov 2008
* (finally) fix load_with to be a real ro_accessor and only
used in _get_objects()
0.16 17 Nov 2008
* pass query if present in *_related() query methods
0.17 25 Nov 2008
* added related_load_with() feature and docs for it and
load_with().
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
Upstream changes:
0.14 11 Sept 2008
* fix add_related() to forget_related() after save, so that
next access reflects the addition.
* move column sort disambiguation from
CatalystX::CRUD::YUI::Controller to here.
* support for 0.30 core api param name change
* add 'int' to column types registered as 'treat_like_int'
* fix query for _related methods.
* update tests to support new make_sql_query() format in core API
Pkgsrc changes:
o Adjust dependencies, 0.29 of CatalystX::CRUD now required
o Canonicalize HOMEPAGE
Upstream changes:
0.13 23 Aug 2008
* support new *_related methods in core API