import pandoc-2.0.6-5.el8

This commit is contained in:
CentOS Sources 2021-03-30 12:55:12 -04:00 committed by Stepan Oksanichenko
parent d4765b1222
commit 8ca32a0d5f

View File

@ -11,7 +11,7 @@
Name: %{pkg_name}
Version: 2.0.6
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Conversion between markup formats
License: GPLv2+
@ -155,6 +155,7 @@ or texlive-collection-luatex respectively.
%prep
%setup -q
cabal-tweak-dep-ver cmark-gfm '< 0.2' '< 0.3'
%build
@ -208,6 +209,9 @@ install -m 0644 -p -D man/pandoc.1 %{buildroot}%{_mandir}/man1/pandoc.1
%changelog
* Mon Dec 14 2020 Jens Petersen <petersen@redhat.com> - 2.0.6-5
- rebuild with ghc-cmark-gfm-0.2.2 (#1865911)
* Wed Dec 12 2018 Jens Petersen <petersen@redhat.com> - 2.0.6-4
- link executable statically to its Haskell deps for portability (#1657278)
- add common subpackage for shared data files