golang-github-cpuguy83-md2man-2.0.3-1.el9
- update to https://github.com/cpuguy83/go-md2man/releases/tag/v2.0.3 - Related: Jira:RHEL-2112 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
1cfdd2bcdb
commit
bdbc100711
@ -5,12 +5,12 @@
|
|||||||
GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -linkmode=external -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v %{?**};
|
GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -linkmode=external -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v %{?**};
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global commit0 d97078115282836e16d0dca10b4b42ce60fc70e6
|
%global commit0 f67b5f6400a3ea2156517041a329ae5f5935395c
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: golang-github-cpuguy83-md2man
|
Name: golang-github-cpuguy83-md2man
|
||||||
Version: 2.0.2
|
Version: 2.0.3
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Converts markdown into roff (man pages)
|
Summary: Converts markdown into roff (man pages)
|
||||||
License: BSD-2-Clause AND MIT
|
License: BSD-2-Clause AND MIT
|
||||||
URL: https://github.com/cpuguy83/go-md2man
|
URL: https://github.com/cpuguy83/go-md2man
|
||||||
@ -53,6 +53,10 @@ install -m 0755 -vp bin/* %{buildroot}%{_bindir}/
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 12 2023 Jindrich Novy <jnovy@redhat.com> - 2.0.3-1
|
||||||
|
- update to https://github.com/cpuguy83/go-md2man/releases/tag/v2.0.3
|
||||||
|
- Related: Jira:RHEL-2112
|
||||||
|
|
||||||
* Wed Sep 27 2023 Jindrich Novy <jnovy@redhat.com> - 2.0.2-6
|
* Wed Sep 27 2023 Jindrich Novy <jnovy@redhat.com> - 2.0.2-6
|
||||||
- fix license tag
|
- fix license tag
|
||||||
- Related: Jira:RHEL-2112
|
- Related: Jira:RHEL-2112
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (golang-github-cpuguy83-md2man-2.0.2-d970781.tar.gz) = 16b0bdd2a82a385798a9fdc7e82c7d7ad5932eec0bce2f75fd774c23a93fa9825780534be8b4c664227690b3345aa39df3092fe33f9db74022dc0e9fd5b2a152
|
SHA512 (golang-github-cpuguy83-md2man-2.0.3-f67b5f6.tar.gz) = 9fb32b2c3565425ead1e4f2a5d4b6e0930f2853e15e8c8eebc66f72a5436abcfb103568713bd62276f0f7502f2ef2411a84c625b7dc4f700adfce02868de3cbe
|
||||||
|
Loading…
Reference in New Issue
Block a user