Bug 863901 - Please refresh package from upstream
Summary: Please refresh package from upstream
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: asciidoc
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Stanislav Ochotnicky
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 863902
TreeView+ depends on / blocked
 
Reported: 2012-10-08 02:37 UTC by Andrew Beekhof
Modified: 2013-03-15 00:08 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
: 863902 (view as bug list)
Environment:
Last Closed: 2013-03-15 00:08:18 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Andrew Beekhof 2012-10-08 02:37:37 UTC
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-&gt;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.

Comment 1 Fedora Admin XMLRPC Client 2013-03-07 21:33:28 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 2 Fedora Update System 2013-03-12 17:05:42 UTC
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

Comment 3 Stanislav Ochotnicky 2013-03-12 17:12:02 UTC
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.

Comment 4 Fedora Update System 2013-03-14 02:59:40 UTC
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).

Comment 5 Andrew Beekhof 2013-03-14 10:05:47 UTC
(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 :-)

Comment 6 Fedora Update System 2013-03-15 00:08:20 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.