update to 2.2.1

epel9
Jens Petersen 6 years ago
parent 09b188ca89
commit a09defe110

1
.gitignore vendored

@ -23,3 +23,4 @@
/cmark-gfm-0.1.3.tar.gz /cmark-gfm-0.1.3.tar.gz
/hslua-module-text-0.1.2.1.tar.gz /hslua-module-text-0.1.2.1.tar.gz
/pandoc-2.1.2.tar.gz /pandoc-2.1.2.tar.gz
/pandoc-2.2.1.tar.gz

File diff suppressed because it is too large Load Diff

@ -7,8 +7,8 @@
%bcond_with tests %bcond_with tests
Name: %{pkg_name} Name: %{pkg_name}
Version: 2.1.2 Version: 2.2.1
Release: 3%{?dist} Release: 1%{?dist}
Summary: Conversion between markup formats Summary: Conversion between markup formats
License: GPLv2+ License: GPLv2+
@ -91,12 +91,12 @@ Pandoc is a Haskell library for converting from one markup format to another,
and a command-line tool that uses this library. It can read several dialects of and a command-line tool that uses this library. It can read several dialects of
Markdown and (subsets of) HTML, reStructuredText, LaTeX, DocBook, JATS, Markdown and (subsets of) HTML, reStructuredText, LaTeX, DocBook, JATS,
MediaWiki markup, TWiki markup, TikiWiki markup, Creole 1.0, Haddock markup, MediaWiki markup, TWiki markup, TikiWiki markup, Creole 1.0, Haddock markup,
OPML, Emacs Org-Mode, Emacs Muse, txt2tags, Vimwiki, Word Docx, ODT, and OPML, Emacs Org-Mode, Emacs Muse, txt2tags, Vimwiki, Word Docx, ODT, EPUB,
Textile, and it can write Markdown, reStructuredText, XHTML, HTML 5, LaTeX, FictionBook2, and Textile, and it can write Markdown, reStructuredText, XHTML,
ConTeXt, DocBook, JATS, OPML, TEI, OpenDocument, ODT, Word docx, RTF, HTML 5, LaTeX, ConTeXt, DocBook, JATS, OPML, TEI, OpenDocument, ODT, Word docx,
MediaWiki, DokuWiki, ZimWiki, Textile, groff man, groff ms, plain text, Emacs RTF, MediaWiki, DokuWiki, ZimWiki, Textile, groff man, groff ms, plain text,
Org-Mode, AsciiDoc, Haddock markup, EPUB (v2 and v3), FictionBook2, InDesign Emacs Org-Mode, AsciiDoc, Haddock markup, EPUB (v2 and v3), FictionBook2,
ICML, Muse, LaTeX beamer slides, PowerPoint, and several kinds of InDesign ICML, Muse, LaTeX beamer slides, PowerPoint, and several kinds of
HTML/JavaScript slide shows (S5, Slidy, Slideous, DZSlides, reveal.js). HTML/JavaScript slide shows (S5, Slidy, Slideous, DZSlides, reveal.js).
In contrast to most existing tools for converting Markdown to HTML, pandoc has In contrast to most existing tools for converting Markdown to HTML, pandoc has
@ -217,6 +217,9 @@ install -m 0644 -p -D man/pandoc.1 %{buildroot}%{_mandir}/man1/pandoc.1
%changelog %changelog
* Thu Feb 21 2019 Jens Petersen <petersen@redhat.com> - 2.2.1-1
- update to 2.2.1
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-3 * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (pandoc-2.1.2.tar.gz) = a1b02c353ac021609abe24685eb6e5c57b706cd0b6136e076d4df584344810b184ecb18f2206b21c1d6a0484aa37ccaafe41e1771829e59fe26879080739b1e9 SHA512 (pandoc-2.2.1.tar.gz) = 84af51e180bcf8f0c11e67d8031d11a4b60c6061736a48c21e64bc30d0018a0161e3993167111584e384eced18632841b70027fdf29ed9e46427425096bb56b1

Loading…
Cancel
Save