r25769 - in /trunk/libxml-rss-perl/debian: changelog patches/rss1.0_pod_dc_date.patch patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Oct 3 14:03:17 UTC 2008


Author: gregoa
Date: Fri Oct  3 14:03:11 2008
New Revision: 25769

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25769
Log:
Add patch rss1.0_pod_dc_date.patch: mention 'date' element of the dc
element for RSS 1.0 feeds in POD/manpage. Closes: #382789

Added:
    trunk/libxml-rss-perl/debian/patches/rss1.0_pod_dc_date.patch
Modified:
    trunk/libxml-rss-perl/debian/changelog
    trunk/libxml-rss-perl/debian/patches/series

Modified: trunk/libxml-rss-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-rss-perl/debian/changelog?rev=25769&op=diff
==============================================================================
--- trunk/libxml-rss-perl/debian/changelog (original)
+++ trunk/libxml-rss-perl/debian/changelog Fri Oct  3 14:03:11 2008
@@ -4,6 +4,8 @@
     from Netscape to the RSS Advisory Board. Thanks to ISHIKAWA Mutsumi for
     the bug report and the patch. Closes: #500854
   * Extend the patch to also cover t/xml-header.t.
+  * Add patch rss1.0_pod_dc_date.patch: mention 'date' element of the dc
+    element for RSS 1.0 feeds in POD/manpage. Closes: #382789
   * Add quilt framework and debian/README.source.
 
  -- gregor herrmann <gregoa at debian.org>  Fri, 03 Oct 2008 15:31:48 +0200

Added: trunk/libxml-rss-perl/debian/patches/rss1.0_pod_dc_date.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-rss-perl/debian/patches/rss1.0_pod_dc_date.patch?rev=25769&op=file
==============================================================================
--- trunk/libxml-rss-perl/debian/patches/rss1.0_pod_dc_date.patch (added)
+++ trunk/libxml-rss-perl/debian/patches/rss1.0_pod_dc_date.patch Fri Oct  3 14:03:11 2008
@@ -1,0 +1,15 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: extend documentation
+Bug: #382789
+
+--- a/lib/XML/RSS.pm
++++ b/lib/XML/RSS.pm
+@@ -1503,7 +1503,7 @@
+ is the compartmentalization of their key/value paris in a second-level
+ hash.
+ 
+-  $rss->add_item (title=>$title, link=>$link, dc=>{ subject=>$subject, creator=>$creator });
++  $rss->add_item (title=>$title, link=>$link, dc=>{ subject=>$subject, creator=>$creator, date=>$date });
+ 
+ For elements of the Dublin Core module, use the key 'dc'.  For elements
+ of the Syndication module, 'syn'.  For elements of the Taxonomy module,

Modified: trunk/libxml-rss-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-rss-perl/debian/patches/series?rev=25769&op=diff
==============================================================================
--- trunk/libxml-rss-perl/debian/patches/series (original)
+++ trunk/libxml-rss-perl/debian/patches/series Fri Oct  3 14:03:11 2008
@@ -1,1 +1,2 @@
 rss0.91_dtd_fix.patch
+rss1.0_pod_dc_date.patch




More information about the Pkg-perl-cvs-commits mailing list