Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pandoc for openSUSE:Factory checked in at 2022-10-13 15:43:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pandoc (Old) and /work/SRC/openSUSE:Factory/.pandoc.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pandoc" Thu Oct 13 15:43:43 2022 rev:68 rq:1008555 version:2.19.2 Changes: -------- --- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes 2022-08-01 21:31:47.885897308 +0200 +++ /work/SRC/openSUSE:Factory/.pandoc.new.2275/pandoc.changes 2022-10-13 15:44:04.906964753 +0200 @@ -1,0 +2,128 @@ +Mon Aug 22 18:12:00 UTC 2022 - Peter Simons <[email protected]> + +- Update pandoc to version 2.19.2. + ## pandoc 2.19.2 (2022-08-22) + + * Fix regression with data uris in 2.19.1 (#8239). + In 2.19.1 we used the base64URL encoding rather than base64. + + * pandoc-server: handle `citeproc` parameter as documented (#8235). + + * Org reader: treat *emacs-jupyter* src blocks as code cells (#8236, + Albert Krewinkel). This improves support for notebook-like org files + that are intended to be used with emacs-jupyter package. + + * HTML writer and templates: revert to using `width` property for column + widths (Albert Krewinkel). The default `flex` and `overflow-x` properties + of a column are set to `auto`. In combination, these changes allow to + get good results when using columns with or without explicit widths. + + * Org writer (Albert Krewinkel): + + + Add support for jupyter nodebook cells (#6367). + + Prefix code language of ipynb code blocks with `jupyter-`. + This is the convention used by the *emacs-jupyter* package. + + Keep code block attributes as header args. This allows to keep more + information in the resulting `src` blocks, making it easier to + roundtrip from or through Org. Org babel ignores unknown header + arguments. + + Add code block identifier as `#+name` to src blocks. + + * Fix some typos in the codebase (luz paz). + + * Require hslua-module-path 1.0.3 (#8228, Albert Krewinkel). + +------------------------------------------------------------------- +Fri Aug 19 06:44:22 UTC 2022 - Peter Simons <[email protected]> + +- Update pandoc to version 2.19.1. + ## pandoc 2.19.1 (2022-08-18) + + * Add server capabilities. + + + New exported module Text.Pandoc.Server [API change]. + + The pandoc executable now starts up a web server when renamed or + symlinked as `pandoc-server`, and functions as a CGI program when + renamed or symlinked as `pandoc-server.cgi`. See the man page for + `pandoc-server` for full documentation. + + * Text.Pandoc.App.Opts: Redo `FromJSON` for `Opt` so that optional + values can be omitted (in which case the values from + `defaultOptions` are used). + + * Org reader: treat "abstract" block as metadata (Albert Krewinkel, #8204). + A block of type "abstract" is assumed to define the document's abstract. + It is transferred from the main text to the metadata. + + * Org template: add abstract from metadata as block of type "abstract" + (#8204). + + * HTML writer: use `flex` property for column widths + (Albert Krewinkel, #8232). + + * LaTeX writer: + + + Add label to tables that have an identifier (Albert Krewinkel, #8219). + Tables with an identifier are marked with a `\label`. A caption is + always included in this case, even if the caption is empty. + + Use `\textquotesingle` for straight quotes in text. + + Fix widths of multicolumn cells (#8218). + + * LaTeX template: fix behavior of `colorlinks` variable (Albert + Krewinkel, #8226). Fixes a regression in 2.19 that required the + `boxlinks` variable to be set in addition to the usual link coloring + variables. Otherwise links were never colored in LaTeX PDF output. + + * Text.Pandoc.Highlighting: Export `lookupHighlightingStyle` + [API change]. Previously this lived in an unexported module + Text.Pandoc.App.CommandLineOptions, under the name + `lookupHighlightStyle`. + + * Text.Pandoc.App: + + + Remove unneeded MonadIO constraints in readSources. + + Factor out `convertWithOpts'` from `convertWithOpts`. + This runs in any PandocMonad, MonadIO, MonadMask instance. + So far it is not exported, but it might find a use later. + + * Support `--strip-comments` in commonmark/gfm (#8222). + This change makes the commonmark reader sensitive to + `readerStripComments`. + + * Lua: add function `pandoc.utils.citeproc` (Albert Krewinkel). + The function runs the *citeproc* processor on a Pandoc document. + Exposing this functionality to Lua allows to make citation processing + part of a filter or writer, simplifies the creation of multiple + bibliographies, and enables the use of varying citation styles in + different parts of a document. + + * Refactor `linux/make_artifacts.sh`. + + * Update INSTALL.md installation from source instructions. + + * Use base64 package instead of base64-bytestring. It is supposed to be + faster and more standards-compliant. + + * trypandoc improvements: + + + Add dropdown with canned examples. + + Add citeproc support. + + Support csv, bibliographic and binary formats. + + Add load from file. + + Add permalink. Don't always reload page. + + Use vanilla JS and CSS + the new `pandoc-server.cgi`. + + * Allow haddock-library-1.11.0. + + * Convert `tool/extract-changes.hs` to a Lua filter. + +------------------------------------------------------------------- +Thu Aug 4 06:09:10 UTC 2022 - Peter Simons <[email protected]> + +- Update pandoc to version 2.19. + Upstream has edited the change log file since the last release in + a non-trivial way, i.e. they did more than just add a new entry + at the top. You can review the file at: + http://hackage.haskell.org/package/pandoc-2.19/src/changelog.md + +------------------------------------------------------------------- Old: ---- pandoc-2.18.tar.gz New: ---- pandoc-2.19.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pandoc.spec ++++++ --- /var/tmp/diff_new_pack.yMO23T/_old 2022-10-13 15:44:06.274967424 +0200 +++ /var/tmp/diff_new_pack.yMO23T/_new 2022-10-13 15:44:06.274967424 +0200 @@ -19,7 +19,7 @@ %global pkg_name pandoc %bcond_with tests Name: %{pkg_name} -Version: 2.18 +Version: 2.19.2 Release: 0 Summary: Conversion between markup formats License: GPL-2.0-or-later @@ -35,7 +35,7 @@ BuildRequires: ghc-aeson-pretty-devel BuildRequires: ghc-array-devel BuildRequires: ghc-attoparsec-devel -BuildRequires: ghc-base64-bytestring-devel +BuildRequires: ghc-base64-devel BuildRequires: ghc-binary-devel BuildRequires: ghc-blaze-html-devel BuildRequires: ghc-blaze-markup-devel @@ -56,7 +56,9 @@ BuildRequires: ghc-exceptions-devel BuildRequires: ghc-file-embed-devel BuildRequires: ghc-filepath-devel +BuildRequires: ghc-gridtables-devel BuildRequires: ghc-haddock-library-devel +BuildRequires: ghc-hslua-aeson-devel BuildRequires: ghc-hslua-devel BuildRequires: ghc-hslua-module-doclayout-devel BuildRequires: ghc-hslua-module-path-devel @@ -82,6 +84,7 @@ BuildRequires: ghc-rpm-macros BuildRequires: ghc-safe-devel BuildRequires: ghc-scientific-devel +BuildRequires: ghc-servant-server-devel BuildRequires: ghc-skylighting-core-devel BuildRequires: ghc-skylighting-devel BuildRequires: ghc-split-devel @@ -95,6 +98,9 @@ BuildRequires: ghc-unicode-collation-devel BuildRequires: ghc-unicode-transforms-devel BuildRequires: ghc-unix-devel +BuildRequires: ghc-wai-devel +BuildRequires: ghc-wai-extra-devel +BuildRequires: ghc-warp-devel BuildRequires: ghc-xml-conduit-devel BuildRequires: ghc-xml-devel BuildRequires: ghc-xml-types-devel @@ -121,12 +127,13 @@ formats (EPUB v2 and v3, FB2) - Documentation formats (GNU TexInfo, Haddock) - Roff formats (man, ms) - TeX formats (LaTeX, ConTeXt) - XML formats (DocBook 4 and 5, JATS, TEI Simple, OpenDocument) - Outline formats (OPML) - Bibliography -formats (BibTeX, BibLaTeX, CSL JSON, CSL YAML) - Word processor formats (Docx, -RTF, ODT) - Interactive notebook formats (Jupyter notebook ipynb) - Page layout -formats (InDesign ICML) - Wiki markup formats (MediaWiki, DokuWiki, TikiWiki, -TWiki, Vimwiki, XWiki, ZimWiki, Jira wiki, Creole) - Slide show formats (LaTeX -Beamer, PowerPoint, Slidy, reveal.js, Slideous, S5, DZSlides) - Data formats -(CSV tables) - PDF (via external programs such as pdflatex or wkhtmltopdf) +formats (BibTeX, BibLaTeX, CSL JSON, CSL YAML, RIS) - Word processor formats +(Docx, RTF, ODT) - Interactive notebook formats (Jupyter notebook ipynb) - Page +layout formats (InDesign ICML) - Wiki markup formats (MediaWiki, DokuWiki, +TikiWiki, TWiki, Vimwiki, XWiki, ZimWiki, Jira wiki, Creole) - Slide show +formats (LaTeX Beamer, PowerPoint, Slidy, reveal.js, Slideous, S5, DZSlides) - +Data formats (CSV and TSV tables) - PDF (via external programs such as pdflatex +or wkhtmltopdf) Pandoc can convert mathematical content in documents between TeX, MathML, Word equations, roff eqn, and plain text. It includes a powerful system for ++++++ pandoc-2.18.tar.gz -> pandoc-2.19.2.tar.gz ++++++ /work/SRC/openSUSE:Factory/pandoc/pandoc-2.18.tar.gz /work/SRC/openSUSE:Factory/.pandoc.new.2275/pandoc-2.19.2.tar.gz differ: char 10, line 1
