r25770 - in /trunk/libxml-rss-perl/debian: changelog patches/rss0.91_dtd_fix.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Oct 3 14:11:58 UTC 2008


Author: gregoa
Date: Fri Oct  3 14:11:54 2008
New Revision: 25770

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25770
Log:
Extend patch rss0.91_dtd_fix.patch to also cover examples/0.91/*.rdf.

Modified:
    trunk/libxml-rss-perl/debian/changelog
    trunk/libxml-rss-perl/debian/patches/rss0.91_dtd_fix.patch

Modified: trunk/libxml-rss-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-rss-perl/debian/changelog?rev=25770&op=diff
==============================================================================
--- trunk/libxml-rss-perl/debian/changelog (original)
+++ trunk/libxml-rss-perl/debian/changelog Fri Oct  3 14:11:54 2008
@@ -3,7 +3,7 @@
   * Add patch rss0.91_dtd_fix.patch to reflect the move of the RSS 0.91 dtd
     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.
+  * Extend the patch to also cover t/xml-header.t and examples/0.91/*.rdf.
   * 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.

Modified: trunk/libxml-rss-perl/debian/patches/rss0.91_dtd_fix.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-rss-perl/debian/patches/rss0.91_dtd_fix.patch?rev=25770&op=diff
==============================================================================
--- trunk/libxml-rss-perl/debian/patches/rss0.91_dtd_fix.patch (original)
+++ trunk/libxml-rss-perl/debian/patches/rss0.91_dtd_fix.patch Fri Oct  3 14:11:54 2008
@@ -34,3 +34,45 @@
  
  <rss version="0.91">
  EOF
+--- a/examples/0.91/fm0.91.rdf
++++ b/examples/0.91/fm0.91.rdf
+@@ -1,7 +1,7 @@
+ <?xml version="1.0" encoding="UTF-8"?>
+ 
+ <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
+-            "http://my.netscape.com/publish/formats/rss-0.91.dtd">
++            "http://www.rssboard.org/rss-0.91.dtd">
+ 
+ <rss version="0.91">
+ 
+--- a/examples/0.91/fm0.91_full.rdf
++++ b/examples/0.91/fm0.91_full.rdf
+@@ -1,7 +1,7 @@
+ <?xml version="1.0" encoding="ISO-8859-1"?>
+ 
+ <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
+-            "http://my.netscape.com/publish/formats/rss-0.91.dtd">
++            "http://www.rssboard.org/rss-0.91.dtd">
+ 
+ <rss version="0.91">
+ 
+--- a/examples/0.91/xmlnews.rdf
++++ b/examples/0.91/xmlnews.rdf
+@@ -1,6 +1,6 @@
+ <?xml version="1.0"?>
+ 
+-<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
++<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://www.rssboard.org/rss-0.91.dtd">
+ 
+ <rss version="0.91">
+ 
+--- a/examples/0.91/fm.rdf
++++ b/examples/0.91/fm.rdf
+@@ -1,6 +1,6 @@
+ <?xml version="1.0"?>
+ <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
+-"http://my.netscape.com/publish/formats/rss-0.91.dtd">
++"http://www.rssboard.org/rss-0.91.dtd">
+ <rss version="0.91">
+ 
+ <channel>




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