commit pandoc for openSUSE:Leap:15.2

2020-05-21 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Leap:15.2 
checked in at 2020-05-21 12:58:17

Comparing /work/SRC/openSUSE:Leap:15.2/pandoc (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.pandoc.new.2738 (New)


Package is "pandoc"

Thu May 21 12:58:17 2020 rev:16 rq:803719 version:2.9.2.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/pandoc/pandoc.changes  2020-03-15 
07:11:44.132976796 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.pandoc.new.2738/pandoc.changes
2020-05-21 12:58:18.410660136 +0200
@@ -1,0 +2,14 @@
+Tue May 12 07:19:53 UTC 2020 - Guillaume GARDET 
+
+- Add _constraints file to avoid OOM build failures 
+
+---
+Wed May  6 06:54:15 UTC 2020 - psim...@suse.com
+
+- Update pandoc to version 2.9.2.1.
+  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.9.2.1/src/changelog.md
+
+---

Old:

  pandoc-2.9.2.tar.gz

New:

  pandoc-2.9.2.1.tar.gz



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.H1eTyN/_old  2020-05-21 12:58:18.938661287 +0200
+++ /var/tmp/diff_new_pack.H1eTyN/_new  2020-05-21 12:58:18.938661287 +0200
@@ -19,7 +19,7 @@
 %global pkg_name pandoc
 %bcond_with tests
 Name:   %{pkg_name}
-Version:2.9.2
+Version:2.9.2.1
 Release:0
 Summary:Conversion between markup formats
 License:GPL-2.0-or-later
@@ -36,6 +36,8 @@
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-aeson-pretty-devel
 BuildRequires:  ghc-attoparsec-devel
+BuildRequires:  ghc-base-compat-devel
+BuildRequires:  ghc-base-noprelude-devel
 BuildRequires:  ghc-base64-bytestring-devel
 BuildRequires:  ghc-binary-devel
 BuildRequires:  ghc-blaze-html-devel
@@ -138,7 +140,7 @@
 
 %prep
 %setup -q
-cabal-tweak-dep-ver network-uri '< 2.7' '< 3'
+cabal-tweak-dep-ver haddock-library '< 1.9' '< 2'
 
 %build
 %ghc_lib_build

++ _constraints ++
--- /var/tmp/diff_new_pack.H1eTyN/_old  2020-05-21 12:58:18.962661339 +0200
+++ /var/tmp/diff_new_pack.H1eTyN/_new  2020-05-21 12:58:18.962661339 +0200
@@ -1,7 +1,23 @@
+
 
   
+
+  7
+
 
-  6200
+  11000
 
   
- 
+  
+
+  armv6l
+  armv7l
+  i586
+
+
+  
+3000
+  
+
+  
+

++ pandoc-2.9.2.tar.gz -> pandoc-2.9.2.1.tar.gz ++
/work/SRC/openSUSE:Leap:15.2/pandoc/pandoc-2.9.2.tar.gz 
/work/SRC/openSUSE:Leap:15.2/.pandoc.new.2738/pandoc-2.9.2.1.tar.gz differ: 
char 17, line 1




commit pandoc for openSUSE:Leap:15.2

2020-03-14 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Leap:15.2 
checked in at 2020-03-15 07:11:31

Comparing /work/SRC/openSUSE:Leap:15.2/pandoc (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.pandoc.new.3160 (New)


Package is "pandoc"

Sun Mar 15 07:11:31 2020 rev:15 rq:783511 version:2.9.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/pandoc/pandoc.changes  2020-02-19 
18:42:33.106330207 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.pandoc.new.3160/pandoc.changes
2020-03-15 07:11:44.132976796 +0100
@@ -1,0 +2,208 @@
+Thu Feb 27 14:17:02 UTC 2020 - psim...@suse.com
+
+- Update pandoc to version 2.9.2.
+  ## pandoc 2.9.2 (2020-02-15)
+
+* Add `csv` as an input format (#6100).  The CSV table is converted into a
+  pandoc simple table.  A new module Text.Pandoc.Readers.CSV
+  exports `readCSV` [API change].
+
+* Introduce new format variants for JATS writer (#6014, Albert Krewinkel):
+
+  - `jats_archiving` for the "Archiving and Interchange Tag Set",
+  - `jats_publishing` for the "Journal Publishing Tag Set", and
+  - `jats_articleauthoring` for the "Article Authoring Tag Set."
+
+  The `jats` output format is now an alias for `jats_archiving`.
+  The module Text.Pandoc.Writers.JATS now exports
+  `writeJatsArchiving`, `writeJatsPublishing`, and
+  `writeJatsArticleAuthoring`, as well as the legacy
+  `writeJATS` [API change].
+
+* `--defaults`: Support `bibliography` and `csl` fields.
+  Move `addMeta` from Text.Pandoc.App.CommandLineOptions to
+  Text.Pandoc.App.Opt (internal change).
+
+* Add timing info for filters in `--verbose` mode (#6112).
+  When verbose mode is specified (verbosity == INFO), print a
+  notice when running a filter and when a filter completes (including
+  timing).
+
+* LaTeX reader:
+
+  + Allow `&` in LaTeX citation keys (#6110).
+  + Improve caption and label parsing.
+  + Don't emit empty Span elements for labels.
+  + Put tables with labels in a surrounding Div.
+  + Resolve `\ref` to table numbers (#6137).
+  + Skip comments in more places where this is needed (#6114).
+  + Allow beamer overlays for all commands in all raw tex (#6043).
+This affects parsing of raw tex in LaTeX and in Markdown and
+other formats.
+  + Improve parsing of raw environments (#6034).  If parsing fails
+in a raw environment (e.g. due to special characters like unescaped
+`_`), try again as a verbatim environment, which is less sensitive to
+special characters.  This allows us to capture special environments
+that change catcodes as raw tex when `-f latex+raw_tex` is used.
+
+* RST reader:
+
+  + Add highlight directive (#6140, Lucas Escot).
+
+* MediaWiki writer:
+
+  + Prevent triple `[[[` which confuses MediaWiki (#6119).
+
+* HTML reader:
+
+  + Don't parse `data-id` as `id` attribute.  And similarly don't
+parse any `data-X` as `X` when `X` is a valid HTML attribute.
+
+* Org reader:
+
+  + Simplify parsing of sub- and superscripts (#6127, Albert Krewinkel).
+Speeds up parsing of single-word, markup-less sub- and superscripts.
+
+* LaTeX writer:
+
+  + Group biblatex citations even with prefix and suffix (#5849, Ethan
+Riley).  Previously biblatex citations were only grouped if there
+was no prefix.  This patch allows them to be grouped in subgroups split
+by prefixes and suffixes, which allows better citation sorting.
+  + Fix regression in handling of columns in beamer slides (#6033).
+Columns in title slides were causing problems with
+slide division.
+  + Fix duplicate frame classes in LaTeX/Beamer output (#6107).
+
+* HTML writer:
+
+  + Fix duplicate attributes on headings (#6062), regression from 2.7.x.
+  + Fix `--number-offset` with HTML TOC.  Eventually it would be worth
+adding a parameter to `makeSections` so this could be done at that
+level; then it would also affect other writers that construct
+TOC manually.
+  + reveal.js: restore old behavior for 2D nesting (#6032).
+The fix to #6030 actually changed behavior, so that the
+2D nesting occurred at slide level N-1 and N, instead of
+at the top-level section.  This commit restores the v2.7.3 behavior.
+If there are more than 2 levels, the top level is horizontal
+and the rest are collapsed to vertical.
+  + reveal.js: ensure that pauses work even in title slides (#5819).
+
+* Markdown writer:
+
+  + Fix regression: spurious dots in markdown_mmd metadata output (#6133).
+
+* Docx writer:
+
+  + Fix regression with Compact style on tight lists (#6072).
+Starting in 2.8, the docx writer no lon

commit pandoc for openSUSE:Leap:15.2

2020-02-19 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Leap:15.2 
checked in at 2020-02-19 18:42:31

Comparing /work/SRC/openSUSE:Leap:15.2/pandoc (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.pandoc.new.26092 (New)


Package is "pandoc"

Wed Feb 19 18:42:31 2020 rev:14 rq:771550 version:2.9.1.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/pandoc/pandoc.changes  2020-01-15 
15:38:54.707089989 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.pandoc.new.26092/pandoc.changes   
2020-02-19 18:42:33.106330207 +0100
@@ -1,0 +2,784 @@
+Tue Jan  7 03:03:50 UTC 2020 - psim...@suse.com
+
+- Update pandoc to version 2.9.1.1.
+  ## pandoc 2.9.1.1 (2020-01-05)
+
+* Markdown reader:
+
+  + Fix parsing bug affected indented code after raw HTML (#6009, #5360).
+
+* LaTeX writer:
+
+  + Fix regression in beamer slide structure with certain slide levels
+(#6030).
+  + Allow framebreaks for beamer's TOC (Heiko Schlittermann, #6012)
+  + Properly handle unnumbered headings level 4+ (#6018).
+Previously the `\paragraph` command was used instead of
+`\paragraph*` for unnumbered level 4 headings.
+
+* HTML writer:
+
+  + Fix revealjs slide structure regression with certain slide levels
+(#6030).
+  + Add newlines to make slide show output more readable.
+
+* Org writer:
+
+  + Remove extra spaces from table cells (Albert Krewinkel, #6024).
+
+* JATS template: Update JATS dtd (Arfon Smith, #6020).  Use the archiving
+  and interchange DTD rather than the more restrictive journal publishing
+  DTD (which doesn't permit ext-link as a valid child).
+
+* Text.Pandoc.PDF: Fix `runTeXProgram` so that the input source is always
+  overwritten (#6027).  Previously it wasn't overridden if the file already
+  existed, which led to bad results on subsequent runs when
+  `pdf-engine-opt=-output-directory=` was used to specify an explicit temp
+  dir.
+
+* Text.Pandoc.BCP47: Change `getLang` to handle block-level contents
+  (#6008).  Some readers (e.g. RST) will populate the `lang` metadata field
+  with block-level content.  `getLang` has been modified to handle this.
+  Previously in these cases the LaTeX writer would not properly set the
+  "main language" of the document.
+
+* Fix `test/tables.org` (Albert Krewinkel).
+
+* Use HTTPS in copyright message (Felix Yan, #6010)
+
+---
+Sun Dec 29 10:27:08 UTC 2019 - psim...@suse.com
+
+- Update pandoc to version 2.9.1.
+
+  * Add Jira reader (Albert Krewinkel, #5556).
+
+  * Jira writer: use jira-wiki-markup renderer (Albert Krewinkel,
+#5926). The following improvements are included in this change:
+
++ non-jira raw blocks are fully discarded instead of showing
+  as blank lines;
++ table cells can contain multiple blocks;
++ unnecessary blank lines are removed from the output;
++ markup chars within words are properly surrounded by
+  braces;
++ preserving soft linebreaks via `--wrap=preserve` is
+  supported.
+
+Note that backslashes are rendered as HTML entities, as there
+appears no alternative to produce a plain backslash if it is
+followed by markup. This may cause problems when used with
+confluence, where rendering seems to fail in this case.
+
+  * Fix regression with `--number-sections`. Starting with 2.8,
+`--number-sections` also had the effect of `--section-divs`,
+even if `--section-divs` was not specified.
+
+  * Improved table of contents generation in markdown, RTF,
+commonmark, better handling cases where section headings are
+enclosed in divs.
+
+  * Ensure that later default file values for `variable` replace
+earlier ones (5988).
+
+  * HTML reader: Add `nav` to list of block-level tags.
+
+  * Org reader (Albert Krewinkel):
+
++ Wrap named table in Div, using name as id (#5984).
+  Tables which are given a name via `#+NAME:` or `#+LABEL:`
+  are wrapped in an additional Div, with the name set as the
+  Div's ID.
++ Report parsing errors properly.
++ Fix parsing problem for colons in headline (#5993).
+
+  * Text.Pandoc.PDF: Ensure UTF8 when printing source in
+`--verbose` mode, avoiding an error on platforms that
+default to something other than UTF-8 (#5997).
+
+  * Text.Pandoc.Templates: Strip directory before trying to find
+partial in data files (#5987).
+
+  * Text.Pandoc.Shared: Improve `makeSections` so we don't get
+doubled "number" attributes in EPUB output (or anywhere
+else) (#5986).
+
+  * Added tests for `--toc` and `--section-divs`.
+
+  * Text.Pandoc.MIME: Added glsl MIME type for WebGL maps (#6000,
+Jared Lander).
+
+  * MANUAL: A bit clearer explanation for `--base-header