Bug 222125
| Summary: | Bad handling of author names with lowercase letters | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Horst H. von Brand <vonbrand> | ||||||||
| Component: | asciidoc | Assignee: | Chris Wright <chrisw> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| Version: | rawhide | ||||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | noarch | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | asciidoc-8.2.5-2.fc9 | Doc Type: | Bug Fix | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2008-01-02 19:26:41 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Horst H. von Brand
2007-01-10 16:08:52 UTC
Created attachment 145261 [details]
An asciidoc file showing the problem
Thanks, checking into this one. This is still a problem with upstream asciidoc. asciidoc-8.1.0-1.fc7 still shows this (Fedora rawhide, up to date). The upstream version is 8.2.2 now... Still the same with 8.2.2. Upstream confirms this bug, but it is really that asciidoc doesn't handle names with more than "First Middle Last" (in this case, "Last" is two words). This is to be fixed in the upcoming version... Created attachment 199071 [details]
The example fixed for asciidoc 8.2.3
With the upstream 8.2.3 this can be handled by separating words with '_', as
the fixed example shows.
Created attachment 199141 [details]
My SPEC file
The 8.1.0 spec file (at least) was missing the images directory in %doc, see my
updated file here.
Current asciidoc-8.2.5-2.fc9 allows the workaround in #6. |