2011-08-16 11:45:57 by OBATA Akio | Files touched by this commit (1) |
Log message:
Drop Module::Build requirements, default dependency is sufficient.
|
2011-08-14 17:14:23 by OBATA Akio | Files touched by this commit (201) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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!
|
2010-08-17 11:20:35 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.48:
1.48 - April 23, 2010
- Fix the $rss->parse($string)->other_method() display (had to add
spaces between the << and >>). See:
- https://rt.cpan.org/Public/Bug/Display.html?id=56848
- Thanks to Slaven_Rezic for the report.
|
2009-12-15 14:38:37 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.47:
1.47 - December 8, 2009
- Made sure XML::RSS::save() can do its thing when in taint mode:
- http://rt.cpan.org/Public/Bug/Display.html?id=52334
|
2009-10-17 16:45:17 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating textproc/p5-XML-RSS 1.45 to 1.46
pkgsrc changes:
- Adjusting dependencies
- Adding license definition
Upstream changes:
1.46 - October 8, 2009
- Updated the E-mail address of Adam Trickett.
- Removed the perl-5.6.x-specific workarounds and made perl-5.8.x as
a requirement. This was done in order to:
- avoid a workaround that also caused an incomplete test coverage.
- avoid various test failures due to a problem with XML-Parser
on 5.6.x .
- encourage people using ancient versions of perl in production.
- Convert all occurences of "new XML::RSS" to \
"XML::RSS->new()" everywhere.
- a best practice.
|
2009-08-09 23:37:19 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 1.45. From the changelog:
- Removed some unused module requirements statements from lib/**.pm.
- Added a note about date parsing/generation (thanks to an email
correspondent).
- Applied a patch by "David White" to have uppercase letter in
namespace/module identifiers.
- https://rt.cpan.org/Ticket/Display.html?id=48405
- Added "resources" and "keywords" to the Build.PL.
|
2009-04-24 21:22:58 by Jens Rehsack | Files touched by this commit (2) |
Log message:
PkgSrc changes:
- Updating package for p5 module XML::RSS to 0.44
Upstream changes:
1.44 - April 1, 2009
- Applied a patch from Simon Wistow (after some modifications) to
add support for multiple enclosures.
- Added the t/xml-base.t test file from Simon Wistow to test for
xml:base. Corrected for style.
|
2009-02-22 16:59:56 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.43:
1.43 - January 12, 2009
- Fixed the date on the last entry on this changelog, to say "2009"
instead of "2008".
- http://rt.cpan.org/Ticket/Display.html?id=42304
|
2009-01-11 17:48:22 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Update from version 1.37 to 1.42.
Pkgsrc changes:
o Change to Module::Build
o Adjust dependency according to META.yml
Upstream changes:
1.42 - January 3, 2008
- When transforming elements with attributes into hash-refs - make
sure they are placed in the correct namespace. Previously
<media:description> over-rided the plain <description>. (as in \
Flickr).
1.41 - December 4, 2008
- Made the default keys for the channel link, description and title undef
instead of ''. They become '' once they are opened.
- http://rt.cpan.org/Public/Bug/Display.html?id=40686
- Now keeping track of rdf:resource of <image> in RSS 1.0:
- http://rt.cpan.org/Ticket/Display.html?id=3978
- Made sure that channel/{link,description,title} are localized to
the empty string before rendering, to allow for better backwards
compatibility.
- http://rt.cpan.org/Public/Bug/Display.html?id=40686
1.40 - December 1, 2008
- Now outputting an arrayref of <skipDays>/<day>'s and \
<skipHours>/<hours>
properly.
- http://rt.cpan.org/Public/Bug/Display.html?id=40978
- Now parsing multiple <category>'ies inside an <item> into an
array-reference.
- http://rt.cpan.org/Ticket/Display.html?id=38296
- Now outputting an arayref of <item>/<category> prpoerly.
- http://rt.cpan.org/Ticket/Display.html?id=38296
- Parsing multiple <channel>/<category> into arrays.
- http://rt.cpan.org/Public/Bug/Display.html?id=9729
- Rendering multiple <channel>/<category> elements from array refs.
- http://rt.cpan.org/Public/Bug/Display.html?id=9729
- Now parsing multiple dc:items into an array
reference (at least inside an <item>):
- http://rt.cpan.org/Public/Bug/Display.html?id=6000
- Added the modules_as_arrays option to parse repeatable module elements
into an array ref.
1.38 - November 27, 2008
- Added support for duplicate items of RSS modules.
- http://rt.cpan.org/Public/Bug/Display.html?id=4495
- Added support for multiple Dublin Core elements. One can point
the field to an array and it will create multiple elements:
- http://rt.cpan.org/Public/Bug/Display.html?id=6000
- Now parsing several <skipDays>/<day>s and \
<skipHours>/<hour>s into
an array reference instead of concatenating them together.
- http://rt.cpan.org/Public/Bug/Display.html?id=40978
|