pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/34420: [update] textproc/p5-XML-Atom
>Number: 34420
>Category: pkg
>Synopsis: [update] textproc/p5-XML-Atom
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Wed Aug 30 11:25:08 +0000 2006
>Originator: Martin Wilke
>Release: NetBSD 4.0_BETA i386
>Organization:
>Environment:
System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
miwi%mwilke.ath.cx@localhost:/usr/obj/sys/arch/i386/compile/MIWIBOX
>Description:
- Update to 0.23
- Changelog
* Fixed the method to get xml:lang and xml:base due to the
XML::LibXML 1.60 change which invalidated it.
0.22
* Refactored internal element accessors by eating the new dog food
mk_elem_accessors and mk_object_list_accessor.
* Added support of Atom 1.0 <category> parse and generation
* Added $thing->links and $thing->categories as a moniker method
that returns an array reference in a scalar context
* Fixed a bug in $content->body() where it accidentally thinks the
content is not a valid Unicode string even if it is, if you call
eval {} in elsewhere in the code and $@ is left set.
(Thanks to Chris Dent for the patch)
0.21
* propagate $entry's version when we create content element off of entry
using $entry->content("foo") syntax.
(Thanks to Simon Wistow for spotting this bug)
0.20
* Lots of refactoring, which simplifies much of the code in the various
construct modules (Person, Link, etc), and which should also make it
much more straightforward to add extension classes in the future.
* Added global $XML::Atom::ForceUnicode flag to return everything as
Unicode flagged
(Suggested by many people)
* Added global $XML::Atom::DefaultVersion flag to set default
version number for generated Atom feed. Defaults to 0.3 (for backward
compatibility)
* Added support for atom:content @type in Atom 1.0 feeds
(Suggested by many people, especially Chris Dent and Andy Lester from
Socialtext)
0.19
* Fix 0.18 bug where renaming stuff was totally broken.
0.18
* Support Atom 0.3 -> 1.0 renaming bits (issued -> published,
modified -> updated, tagline -> subtitle)
* $atom->content->body doesn't return Unicode flagged variable
anymore, even if it's text/ data. Now it just returns UTF-8 bytes.
(Thanks to Garth Webb)
>How-To-Repeat:
>Fix:
--- p5-XML-Atom.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/textproc/p5-XML-Atom/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile 23 Feb 2006 19:57:26 -0000 1.3
+++ Makefile 30 Aug 2006 10:26:26 -0000
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2006/02/23 19:57:26 kleink Exp $
-DISTNAME= XML-Atom-0.17
+DISTNAME= XML-Atom-0.23
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5xat
CATEGORIES= textproc perl5
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/textproc/p5-XML-Atom/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo 23 Feb 2006 19:57:26 -0000 1.2
+++ distinfo 30 Aug 2006 10:26:45 -0000
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2006/02/23 19:57:26 kleink Exp $
-SHA1 (XML-Atom-0.17.tar.gz) = ec5d43d2bd77eb512885ac3adfb075cc8025a801
-RMD160 (XML-Atom-0.17.tar.gz) = 61a9e3c5db5abd67f165f56ae2f1931a058d895e
-Size (XML-Atom-0.17.tar.gz) = 57454 bytes
+SHA1 (XML-Atom-0.23.tar.gz) = d3c465a0b103abc6d101ed24430b08599f6318d5
+RMD160 (XML-Atom-0.23.tar.gz) = 08cc3c2402d1c5bea8bab649411427861408cb59
+Size (XML-Atom-0.23.tar.gz) = 67407 bytes
--- p5-XML-Atom.diff ends here ---
Home |
Main Index |
Thread Index |
Old Index