Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: The version of asciidoc included in fedora/rhel is quite dated (05-2009) and does not have the several years of bugfixes. In particular, the included version discards the title from program listings. This impacts the comprehension of documentation built on fedora/rhel. Pacemaker in particular is affected. Version-Release number of selected component (if applicable): asciidoc-8.4.5-7.fc17.noarch How reproducible: Every time Steps to Reproduce: 1. cat <<-END > test.txt .Optional Title [source,Perl] die 'connect: '.$dbh->errstr; Not a code in next paragraph. END 2. asciidoc -b docbook -d book -o test.xml test.txt 3. cat test.xml Actual results: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> <book lang="en"> <bookinfo> <date>2012-10-08</date> </bookinfo> <programlisting language="Perl" linenumbering="unnumbered">die 'connect: '.$dbh->errstr;</programlisting> <simpara>Not a code in next paragraph.</simpara> </book> Expected results: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> <book lang="en"> <bookinfo> <date>2012-10-08</date> </bookinfo> <formalpara><title>Optional Title</title><para> <programlisting language="perl" linenumbering="unnumbered">die 'etc';</programlisting> </para></formalpara> <simpara>Not a code in next paragraph.</simpara> </book> Additional info: Upstream has confirmed that asciidoc 8.6.8 (current release) shows the correct behaviour.
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
asciidoc-8.6.8-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/asciidoc-8.6.8-1.fc18
I don't plan to update F17 since at this point its release supposed to be used by conservative users. I am moving this bug to F18 and for any asciidoc users I'd suggest an upgrade.
Package asciidoc-8.6.8-1.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing asciidoc-8.6.8-1.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-3834/asciidoc-8.6.8-1.fc18 then log in and leave karma (feedback).
(In reply to comment #3) > I don't plan to update F17 since at this point its release supposed to be > used by conservative users. I am moving this bug to F18 and for any asciidoc > users I'd suggest an upgrade. Cool. I'm on F18 already :-)
asciidoc-8.6.8-1.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report.