Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921726 - dev-go/go-md2man-2.0.3 version bump
Summary: dev-go/go-md2man-2.0.3 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-10 19:51 UTC by Rahil Bhimjiani
Modified: 2024-01-13 03:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rahil Bhimjiani 2024-01-10 19:51:45 UTC
New version doesn't print warnings when compiling app-containers/image.


Rendering bug fixes:

    e5bd727 - Escape hyphens in links to avoid word wrap (@r10r)
    66e0792 - Do not render links twice (@r10r)
    65a740a - Do not typeset table headings in monospaced font (@kolyshkin)
    43fb747 - Use .EX/.EE for code examples (@kolyshkin)
    d85280d - Silence warnings caused by \fC which is non-portable. (@debarshiray)

CLI improvements:

    e2293e7 - Don't warn on top-level comments (@mtrmac)

Other changes include code formatting and doc imporvements.

https://github.com/cpuguy83/go-md2man/releases/tag/v2.0.3
Comment 1 Larry the Git Cow gentoo-dev 2024-01-12 18:45:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ccd620b9620d7b59effe6e3335d91caf4572949

commit 9ccd620b9620d7b59effe6e3335d91caf4572949
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2024-01-12 18:43:00 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2024-01-12 18:45:25 +0000

    dev-go/go-md2man: add 2.0.3
    
    Closes: https://bugs.gentoo.org/921726
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 dev-go/go-md2man/Manifest               |  1 +
 dev-go/go-md2man/go-md2man-2.0.3.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)
Comment 2 Rahil Bhimjiani 2024-01-13 03:01:45 UTC
Thank you