tomranta commented on the pull-request: `srpm/go.lua: fix handling of version numbers with multiple digits` that you are following: `` Fix handling of double digit version numbers, regression introduced in commit 65a2d82 ("srpm/go.lua: avoid remove char 'v' from project name").
Example: ``` $ grep goipath golang-github-playground-validator-10.spec %global goipath github.com/go-playground/validator/v10 ``` Before this patch: ``` $ rpmspec --srpm -q --qf '%{name}\n' golang-github-playground-validator-10.spec golang-github-playground-validator-v10 ``` After this patch: ``` $ rpmspec --srpm -q --qf '%{name}\n' golang-github-playground-validator-10.spec golang-github-playground-validator-10 ``` `` To reply, visit the link below or just reply to this email https://pagure.io/go-rpm-macros/pull-request/37 _______________________________________________ golang mailing list -- golang@lists.fedoraproject.org To unsubscribe send an email to golang-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/golang@lists.fedoraproject.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure