On 02/06/2020 21:47, Jeremy Harris via Exim-dev wrote: > /tmp/exim-packaging-vswB/tmp/spec.xml:789: parser error : Entity 'ndash' > not defined > messages in its queue – that is, those that it is in the process of > > - for several different, but basic-looking, entity types. > ndash, copy and nbsp. According to wikipedia these are known things; > just single glyphs.
They're only known in HTML; they're not part of XML by default. Fedora 31 uses perl-XML-LibXML v2.0201 Fedora 32 uses perl-XML-LibXML v2.0205 The changes are here: https://github.com/shlomif/perl-XML-LibXML/compare/XML-LibXML-2.0201...XML-LibXML-2.0205 Version 2.0202 stops loading HTML entities by default. Fix here: https://github.com/Exim/exim-website/compare/master...nomis:perl-xml-libxml-2.0202-fix There are also currently syntax errors in master on GitHub: https://github.com/Exim/exim/compare/master...nomis:doc-fix -- Simon Arlott -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
