Your message dated Thu, 29 Jun 2006 00:17:06 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#369390: fixed in libfeedparser-ruby 0.2-1 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: libfeedparser-ruby1.8 Version: 0.1-4 Severity: normal Tags: patch Hi on some ATOM feeds (eg. ones from Google Reader) feedbarser (used via feed2imap) fails to parse content as <link> element does not have type attribute. Fix for this is easy and same is used in main Feed class. -- Michal Čihař | http://cihar.com | http://blog.cihar.com -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.16-1-amd64-k8 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages libfeedparser-ruby1.8 depends on: ii ruby1.8 1.8.4-2 Interpreter of object-oriented scr libfeedparser-ruby1.8 recommends no packages. -- no debconf information--- /tmp/feedparser.rb 2006-05-29 16:29:59.000000000 +0200 +++ /usr/lib/ruby/1.8/feedparser/feedparser.rb 2006-05-29 16:30:23.000000000 +0200 @@ -197,9 +197,10 @@ end # Link item.each_element('link') do |e| - if e.attribute('type').value == 'text/html' or + if e.attribute('type') and ( + e.attribute('type').value == 'text/html' or e.attribute('type').value == 'application/xhtml' or - e.attribute('type').value == 'application/xhtml+xml' + e.attribute('type').value == 'application/xhtml+xml' ) if (h = e.attribute('href')) && h.value @link = h.value end
--- End Message ---
--- Begin Message ---Source: libfeedparser-ruby Source-Version: 0.2-1 We believe that the bug you reported is fixed in the latest version of libfeedparser-ruby, which is due to be installed in the Debian FTP archive: libfeedparser-ruby-doc_0.2-1_all.deb to pool/main/libf/libfeedparser-ruby/libfeedparser-ruby-doc_0.2-1_all.deb libfeedparser-ruby1.8_0.2-1_all.deb to pool/main/libf/libfeedparser-ruby/libfeedparser-ruby1.8_0.2-1_all.deb libfeedparser-ruby_0.2-1.diff.gz to pool/main/libf/libfeedparser-ruby/libfeedparser-ruby_0.2-1.diff.gz libfeedparser-ruby_0.2-1.dsc to pool/main/libf/libfeedparser-ruby/libfeedparser-ruby_0.2-1.dsc libfeedparser-ruby_0.2-1_all.deb to pool/main/libf/libfeedparser-ruby/libfeedparser-ruby_0.2-1_all.deb libfeedparser-ruby_0.2.orig.tar.gz to pool/main/libf/libfeedparser-ruby/libfeedparser-ruby_0.2.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Lucas Nussbaum <[EMAIL PROTECTED]> (supplier of updated libfeedparser-ruby package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 13 Jun 2006 12:40:29 +0200 Source: libfeedparser-ruby Binary: libfeedparser-ruby1.8 libfeedparser-ruby libfeedparser-ruby-doc Architecture: source all Version: 0.2-1 Distribution: unstable Urgency: low Maintainer: Lucas Nussbaum <[EMAIL PROTECTED]> Changed-By: Lucas Nussbaum <[EMAIL PROTECTED]> Description: libfeedparser-ruby - Ruby library to parse ATOM/RSS feeds (dummy package) libfeedparser-ruby-doc - Documentation for ruby-feedparser (libfeedparser-ruby) libfeedparser-ruby1.8 - Ruby library to parse ATOM/RSS feeds Closes: 369390 Changes: libfeedparser-ruby (0.2-1) unstable; urgency=low . * New upstream release. - correct handling of <link> with to type attribute in ATOM feeds (closes: 369390). * Upgraded to policy 3.7.2 (no changes required). * Increased build-deps on debhelper and ruby-pkg-tools, since we were setting debian/compat to 5 anyway. * No longer calls dh_rdoc in debian/rules, since cdbs does it for us. * No longer tries to install rdoc/, since dh_rdoc generates the doc directly in the target directory. Files: bbbe0c0a83daff826f9270eca6fc2c02 1237 net optional libfeedparser-ruby_0.2-1.dsc 62660dbfc5c55fa4bdc99e670220c462 392767 net optional libfeedparser-ruby_0.2.orig.tar.gz 31a9af265ec7f2a7d7ee281ba04fcb4e 3094 net optional libfeedparser-ruby_0.2-1.diff.gz 2a52c460cb305c2b9982f717105d15bd 12658 net optional libfeedparser-ruby1.8_0.2-1_all.deb 2cfeca3cac91e4ff0a5ca56d113663f1 4078 net optional libfeedparser-ruby_0.2-1_all.deb 103f128505c8283b4f7573090b6ccb88 93826 doc optional libfeedparser-ruby-doc_0.2-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEo3pLJBBhylAGQYERAopSAKCa6h/8wvnVCgnFVOOT92lnM3AbXACdGT9O XKHB6MarVgVIJLYQfC9soE4= =tf40 -----END PGP SIGNATURE-----
--- End Message ---

