commit pandoc for openSUSE:Factory

2020-10-27 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2020-10-27 19:03:10

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new.3463 (New)


Package is "pandoc"

Tue Oct 27 19:03:10 2020 rev:49 rq:844312 version:2.11.0.4

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2020-10-23 
15:15:48.918176732 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new.3463/pandoc.changes  2020-10-27 
19:03:27.710940426 +0100
@@ -1,0 +2,58 @@
+Fri Oct 23 19:25:47 UTC 2020 - psim...@suse.com
+
+- Update pandoc to version 2.11.0.4.
+  ## pandoc 2.11.0.4 (2020-10-21)
+
+* Commonmark writer: fix regression with fenced divs (#6768).
+  Starting with 2.10.1, fenced divs no longer render with
+  HTML div tags in commonmark output.  This is a regression
+  due to our transition from cmark-gfm.  This commit fixes it.
+
+* Use released version of citeproc.  (This fixes a mis-step
+  in the 2.11.0.3 release, which is now deprecated.)
+
+* Use latest sylighting, with support for `groovy`.
+
+* Document that --html-q-tags requires the smart extension on the reader
+  (#6766).
+
+  ## pandoc 2.11.0.3 (2020-10-20)
+
+* Use latest citeproc (closes #6765). This fixes a problem with
+  author-in-text citations for references including both an author
+  and an editor. Previously, both were included in the text, but only
+  the author should be.
+
+* With `--citeproc`, ensure that the final period is removed when
+  citations that occur in notes in note-based styles get put in
+  parentheses.  See jgm/citeproc#20.
+
+* Normalize rewritten image paths with `--extract-media` (#6761).
+  This change will avoid mixed paths like this one when
+  `--extract-media` is used with a Word file:
+  `![](C:\Git\TIJ4\Markdown/media/image30.wmf)`.  Instead we'll get
+  `![](C:\Git\TIJ4\Markdown`media`image30.wmf)`.
+
+* Modify `--version` output.  Use space more efficiently and report the
+  citeproc and ipynb versions, along with skylighting, texmath, and
+  pandoc-types.  Drop the word "default" before "user data directory."
+
+* DocBook reader: bibliomisc and anchor support (#6754, Nils Carlson).
+  Also ensure that bibliodiv without a title no longer results in
+  an empty Header.
+
+* ConTeXt template: adds `\setupinterlinespace` to fonts larger
+  than normal (#6763, Denis Maier).
+
+* LaTeX template: Do not load amssymb if not needed (#6469, Angelo 
Peronio).
+  See .
+
+* Relax upper bound on hslua, allow hslua-1.3.* (Albert Krewinkel).
+
+* MANUAL:
+
+  + Improve explanation of "indent" variable (#6767, Cyrus Yip).
+  + Remove org from list of input formats supporting raw_tex (#6753,
+Nick Fleisher).
+
+---

Old:

  pandoc-2.11.0.2.tar.gz

New:

  pandoc-2.11.0.4.tar.gz



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.lbt2gh/_old  2020-10-27 19:03:28.882941279 +0100
+++ /var/tmp/diff_new_pack.lbt2gh/_new  2020-10-27 19:03:28.882941279 +0100
@@ -19,7 +19,7 @@
 %global pkg_name pandoc
 %bcond_with tests
 Name:   %{pkg_name}
-Version:2.11.0.2
+Version:2.11.0.4
 Release:0
 Summary:Conversion between markup formats
 License:GPL-2.0-or-later
@@ -143,7 +143,6 @@
 %prep
 %autosetup
 cabal-tweak-dep-ver base64-bytestring '< 1.2' '< 2'
-cabal-tweak-dep-ver hslua '< 1.3' '< 2'
 
 %build
 %ghc_lib_build

++ pandoc-2.11.0.2.tar.gz -> pandoc-2.11.0.4.tar.gz ++
/work/SRC/openSUSE:Factory/pandoc/pandoc-2.11.0.2.tar.gz 
/work/SRC/openSUSE:Factory/.pandoc.new.3463/pandoc-2.11.0.4.tar.gz differ: char 
118, line 1




commit pandoc for openSUSE:Factory

2020-10-23 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2020-10-23 15:15:45

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new.3463 (New)


Package is "pandoc"

Fri Oct 23 15:15:45 2020 rev:48 rq:842780 version:2.11.0.2

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2020-08-28 
21:42:22.736909378 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new.3463/pandoc.changes  2020-10-23 
15:15:48.918176732 +0200
@@ -1,0 +2,406 @@
+Sat Oct 17 02:01:49 UTC 2020 - psim...@suse.com
+
+- Update pandoc to version 2.11.0.2.
+  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.11.0.2/src/changelog.md
+
+---
+Thu Oct 15 02:01:13 UTC 2020 - psim...@suse.com
+
+- Update pandoc to version 2.11.0.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.11.0.1/src/changelog.md
+
+---
+Mon Oct 12 02:00:47 UTC 2020 - psim...@suse.com
+
+- Update pandoc to version 2.11.
+  ## pandoc 2.11 (2020-10-11)
+
+* Add `--citeproc` (`-C`) option to trigger built-in citation processing.
+  It is no longer necessary to use the external `pandoc-citeproc`
+  filter.  `--citeproc` behaves like a filter and can be positioned
+  relative to other filters as they appear on the command line.
+
+  The new built-in citation processing uses the citeproc library,
+  a reimplementation of CSL citation processing that fixes many
+  of the shortcomings of pandoc-citeproc.  In general, citation
+  processing should work much the same as it did with pandoc-citeproc,
+  but with greater fidelity to CSL styles and better performance.
+  (The tests from the pandoc-citeproc package have been carried
+  over to pandoc.) The following differences should be noted:
+
+  - At this point, only some of the writers (HTML, ms, LaTeX) properly
+interpret CSL display styles.  You should get decent output in
+all formats (at least as good as with pandoc-citeproc), but
+indentation and block-alignment may not be right.
+
+  - pandoc-citeproc searches the `~/.csl` directory for `.csl`
+styles.  Pandoc instead searches the `csl` subdirectory of
+the pandoc user data directory (e.g., `~/.pandoc/csl` or
+`~/.local/share/pandoc/csl`).  Users who already keep
+CSL styles in `~/.csl` may find it convenient to add a
+symlink.
+
+  - Some of the bibliography formats supported by pandoc-citeproc (via
+hs-bibutils) are no longer supported:  Copac, EndNote,
+ISI, MEDLINE, MODS, and RIS.  If you use one of these formats,
+you may use the `bibutils` utility to convert to BibLaTeX.
+We now support only BibTeX, BibLaTeX, CSL JSON,
+and pandoc's YAML/Markdown analogue of CSL JSON.
+
+  - pandoc-citeproc would always retrieve the independent parent
+of a dependent style by doing an HTTP request.  pandoc will
+now first seek the independent parent locally (in the resource
+path or in the `csl` subdirectory of the pandoc user data
+directory) before resorting to HTTP.  In addition, you may
+omit the `.csl` extension, e.g. `--csl zoology`.
+
+  - Using the `--bibliography` option (or including
+`bibliography` in YAML metadata) no longer triggers
+citation processing implicitly: one must always use the
+`--citeproc` option if citation processing is wanted.
+
+* Add `csljson` as and input and output format. This allows pandoc
+  to convert between `csljson` and other bibliography formats
+  (e.g. `-f csljson -t markdown -s` or `-f bibtex -t csljson`),
+  and to generate formatted versions of CSL JSON bibliographies
+  (e.g., `pandoc -f csljson --citeproc pl.json -o pl.pdf`).
+
+* Added `bibtex`, `biblatex` as input formats.  This allows pandoc
+  to convert between BibLaTeX and BibTeX and other bibliography formats,
+  and to generated formatted versions of BibTeX/BibLaTeX bibliographies
+  (e.g., `pandoc -f biblatex --citeproc pl.bib -o pl.pdf`).
+
+* Raise informative errors when YAML metadata parsing fails (#6730).
+  Previously the command would succeed, returning empty metadata,
+  with no errors or warnings.
+
+* Sort languages in `--list-highlight-languages` output (#6718,
+  Albert 

commit pandoc for openSUSE:Factory

2020-08-28 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2020-08-28 21:42:21

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new.3399 (New)


Package is "pandoc"

Fri Aug 28 21:42:21 2020 rev:47 rq:829525 version:2.10.1

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2020-08-10 
14:56:41.083958885 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new.3399/pandoc.changes  2020-08-28 
21:42:22.736909378 +0200
@@ -1,0 +2,10 @@
+Tue Aug 18 10:46:53 UTC 2020 - Peter Simons 
+
+- Replace %setup -q with the more modern %autosetup macro.
+
+---
+Tue Aug 18 09:59:27 UTC 2020 - Peter Simons 
+
+- Tweak Cabal file to accept latest version of its dependencies.
+
+---



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.osQCQF/_old  2020-08-28 21:42:23.412909627 +0200
+++ /var/tmp/diff_new_pack.osQCQF/_new  2020-08-28 21:42:23.416909629 +0200
@@ -139,7 +139,10 @@
 This package provides the Haskell %{name} library development files.
 
 %prep
-%setup -q
+%autosetup
+cabal-tweak-dep-ver base64-bytestring '< 1.2' '< 2'
+cabal-tweak-dep-ver hslua '< 1.2' '< 2'
+cabal-tweak-dep-ver hslua-module-text '< 0.3' '< 1'
 
 %build
 %ghc_lib_build




commit pandoc for openSUSE:Factory

2020-08-10 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2020-08-10 14:56:16

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new.3399 (New)


Package is "pandoc"

Mon Aug 10 14:56:16 2020 rev:46 rq:824319 version:2.10.1

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2020-07-09 
13:20:29.417482516 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new.3399/pandoc.changes  2020-08-10 
14:56:41.083958885 +0200
@@ -1,0 +2,9 @@
+Tue Jul 28 08:37:44 UTC 2020 - psim...@suse.com
+
+- Update pandoc to version 2.10.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.10.1/src/changelog.md
+
+---

Old:

  pandoc-2.10.tar.gz

New:

  pandoc-2.10.1.tar.gz



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.XNWzgU/_old  2020-08-10 14:56:44.651960769 +0200
+++ /var/tmp/diff_new_pack.XNWzgU/_new  2020-08-10 14:56:44.655960770 +0200
@@ -19,7 +19,7 @@
 %global pkg_name pandoc
 %bcond_with tests
 Name:   %{pkg_name}
-Version:2.10
+Version:2.10.1
 Release:0
 Summary:Conversion between markup formats
 License:GPL-2.0-or-later
@@ -42,7 +42,9 @@
 BuildRequires:  ghc-blaze-markup-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-case-insensitive-devel
-BuildRequires:  ghc-cmark-gfm-devel
+BuildRequires:  ghc-commonmark-devel
+BuildRequires:  ghc-commonmark-extensions-devel
+BuildRequires:  ghc-commonmark-pandoc-devel
 BuildRequires:  ghc-connection-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-data-default-devel

++ pandoc-2.10.tar.gz -> pandoc-2.10.1.tar.gz ++
/work/SRC/openSUSE:Factory/pandoc/pandoc-2.10.tar.gz 
/work/SRC/openSUSE:Factory/.pandoc.new.3399/pandoc-2.10.1.tar.gz differ: char 
13, line 1




commit pandoc for openSUSE:Factory

2020-07-09 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2020-07-09 13:20:00

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new.3060 (New)


Package is "pandoc"

Thu Jul  9 13:20:00 2020 rev:45 rq:819600 version:2.10

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2020-06-19 
17:22:14.027690716 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new.3060/pandoc.changes  2020-07-09 
13:20:29.417482516 +0200
@@ -1,0 +2,413 @@
+Wed Jul  1 02:00:35 UTC 2020 - psim...@suse.com
+
+- Update pandoc to version 2.10.
+  ## pandoc 2.10 (-MM-DD)
+
+* Use pandoc-types 1.21.  This adds two things:
+
+  + A native Underline constructor for Inline (#6277, Vaibhav Sagar).
+  + More expressive types for tables (#1024, Christian Despres).
+Tables can now take attributes; and rowspans and colspans,
+column headers, multiple row headers, table head and foot
+can all be represented.  (Note, however, that reader and
+writer support for these features is still lacking, so
+most users won't see any differences in table conversion
+yet.  These changes just lay the foundation for further
+improvements.)
+
+* Support new Underline element in readers and writers (#6277,
+  Vaibhav Sagar).
+
+* Support new Table type (Christian Despres).
+  The Builder.simpleTable now only adds a row to the TableHead
+  when the given header row is not null. This uncovered an
+  inconsistency in the readers: some would unconditionally
+  emit a header filled with empty cells, even if the header
+  was not present. Now every reader has the conditional
+  behaviour.  Only the XWiki writer depended on the header row
+  being always present; it now pads its head as necessary.
+
+* Add an option to disable certificate validation (#6156, Cédric Couralet,
+  Cécile Chemin, Juliette Fourcot).  This commit adds the option
+  `--no-check-certificate`, which disables certificate checking when
+  resources are fetched by HTTP.
+
+* Unify defaults and markdown metadata parsers (#6328, Nikolay
+  Yakimov). Clean up code in Text.Pandoc.Readers.Metadata and
+  properly handle errors in `yamlToMeta`.  This fixes parsing
+  of Boolean fields in metadata withinin defaults files and reduces
+  code duplication.
+
+* Docbook reader:
+
+  + Implement `` (#6442, Mathieu Boespflug).
+  + Implement `` (#6438, Mathieu Boespflug).
+  + Treat envar and systemitem like code (#6435, Mathieu Boespflug).
+  + Implement `` (#6437, Mathieu Boespflug)
+  + Map `` to unnumbered section (#6436, Mathieu Boespflug).
+
+* JATS reader:
+
+  + Handle "label" element in section title (#6288).
+  + Parse abstract element into metadata field of same name
+(#6480, Albert Krewinkel).
+
+* Jira reader (Albert Krewinkel):
+
+  + Resolve multiple parsing problems, including issues with empty
+table cells, faulty recognition of closing emphasis characters, and
+parsing of image attributes (#6212, #6219, #6220).
+  + Two consecutive markup chars are now parsed verbatim (#6343);
+styled text must not be empty.
+  + Newlines are no longer allowed within styled text (#6325).
+  + Links to anchors are now parsed as links (#6407).
+  + Retain image attributes (#6234).  Jira images attributes as in
+`!image.jpg|align=right!` are retained as key-value pairs. Thumbnail
+images, such as `!example.gif|thumbnail!`, are marked by a
+`thumbnail` class in their attributes.
+  + Use Underline for inserted text (#6237). Previously, the span was
+marked with the non-standard class `inserted`.
+  + Improve icon conversion for `(/)`, `(x)`, `(!)`, `(?)`
+`(+)`, `(-)`, `(off)`, `(*)`. (#6236, #6264).
+  + Support citations, attachment links, and user links (#6231, #6238,
+#6239).
+  + Resolve parsing issues of blockquote, color (#6233, #6235).
+
+* HTML reader:
+
+  + Parse attributes into table attributes.
+  + Support `` (#5794, Tristan de Cacqueray).
+  + Add `summary` to list of block-level HTML tags (#6385).
+This improves support for summary/details inside Markdown.
+NOTE:  you need to include a blank line before the closing
+``, if you want the last part of the content to
+be parsed as a paragraph.
+  + Fix parsing unclosed th elements in a table (#6247).
+
+* Commonmark reader: Implement `implicit_figures` extension (#6350).
+
+* Markdown Reader:
+
+  + Fix inline code in lists (#6284, Nikolay Yakimov).
+Previously inline code containing list markers was sometimes
+parsed 

commit pandoc for openSUSE:Factory

2020-06-19 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2020-06-19 17:22:08

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new.3606 (New)


Package is "pandoc"

Fri Jun 19 17:22:08 2020 rev:44 rq:815230 version:2.9.2.1

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2020-05-12 
22:37:48.176554395 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new.3606/pandoc.changes  2020-06-19 
17:22:14.027690716 +0200
@@ -1,0 +2,5 @@
+Tue Jun 16 11:14:56 UTC 2020 - Peter Simons 
+
+- Re-generate file with latest version of spec-cleaner.
+
+---



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.M1aWXt/_old  2020-06-19 17:22:14.891693230 +0200
+++ /var/tmp/diff_new_pack.M1aWXt/_new  2020-06-19 17:22:14.895693241 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pandoc
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -141,6 +141,10 @@
 %prep
 %setup -q
 cabal-tweak-dep-ver haddock-library '< 1.9' '< 2'
+cabal-tweak-dep-ver aeson '< 1.5' '< 2'
+cabal-tweak-dep-ver http-client '< 0.7' '< 1'
+cabal-tweak-dep-ver base64-bytestring '< 1.1' '< 2'
+cabal-tweak-dep-ver hslua '< 1.1' '< 2'
 
 %build
 %ghc_lib_build




commit pandoc for openSUSE:Factory

2020-05-12 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2020-05-12 22:35:48

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


Package is "pandoc"

Tue May 12 22:35:48 2020 rev:43 rq:802982 version:2.9.2.1

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2020-05-11 
13:37:09.860590651 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new.2738/pandoc.changes  2020-05-12 
22:37:48.176554395 +0200
@@ -1,0 +2,5 @@
+Tue May 12 07:19:53 UTC 2020 - Guillaume GARDET 
+
+- Add _constraints file to avoid OOM build failures 
+
+---

New:

  _constraints



Other differences:
--
++ _constraints ++


  

  7


  11000

  
  

  armv6l
  armv7l
  i586


  
3000
  

  




commit pandoc for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2020-05-11 13:37:09

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


Package is "pandoc"

Mon May 11 13:37:09 2020 rev:42 rq:801069 version:2.9.2.1

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2020-03-09 
14:17:15.726659995 +0100
+++ /work/SRC/openSUSE:Factory/.pandoc.new.2738/pandoc.changes  2020-05-11 
13:37:09.860590651 +0200
@@ -1,0 +2,9 @@
+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:

  _constraints
  pandoc-2.9.2.tar.gz

New:

  pandoc-2.9.2.1.tar.gz



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.ugqoje/_old  2020-05-11 13:37:10.876592781 +0200
+++ /var/tmp/diff_new_pack.ugqoje/_new  2020-05-11 13:37:10.880592790 +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

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




commit pandoc for openSUSE:Factory

2020-03-09 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2020-03-09 14:17:10

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


Package is "pandoc"

Mon Mar  9 14:17:10 2020 rev:41 rq:780041 version:2.9.2

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2020-01-29 
13:14:54.794063478 +0100
+++ /work/SRC/openSUSE:Factory/.pandoc.new.26092/pandoc.changes 2020-03-09 
14:17:15.726659995 +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 longer 

commit pandoc for openSUSE:Factory

2020-01-29 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2020-01-29 13:13:39

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


Package is "pandoc"

Wed Jan 29 13:13:39 2020 rev:40 rq:766991 version:2.9.1.1

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2020-01-03 
17:36:12.099271557 +0100
+++ /work/SRC/openSUSE:Factory/.pandoc.new.26092/pandoc.changes 2020-01-29 
13:14:54.794063478 +0100
@@ -1,0 +2,49 @@
+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)
+
+---

Old:

  pandoc-2.9.1.tar.gz

New:

  pandoc-2.9.1.1.tar.gz



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.5XAB8R/_old  2020-01-29 13:14:56.430064315 +0100
+++ /var/tmp/diff_new_pack.5XAB8R/_new  2020-01-29 13:14:56.430064315 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pandoc
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global pkg_name pandoc
 %bcond_with tests
 Name:   %{pkg_name}
-Version:2.9.1
+Version:2.9.1.1
 Release:0
 Summary:Conversion between markup formats
 License:GPL-2.0-or-later

++ pandoc-2.9.1.tar.gz -> pandoc-2.9.1.1.tar.gz ++
/work/SRC/openSUSE:Factory/pandoc/pandoc-2.9.1.tar.gz 
/work/SRC/openSUSE:Factory/.pandoc.new.26092/pandoc-2.9.1.1.tar.gz differ: char 
24, line 1




commit pandoc for openSUSE:Factory

2020-01-03 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2020-01-03 17:35:49

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new.6675 (New)


Package is "pandoc"

Fri Jan  3 17:35:49 2020 rev:39 rq:760300 version:2.9.1

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2019-12-27 
13:59:39.428840624 +0100
+++ /work/SRC/openSUSE:Factory/.pandoc.new.6675/pandoc.changes  2020-01-03 
17:36:12.099271557 +0100
@@ -1,0 +2,72 @@
+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-level`.
+We now say exactly how to translate between the deprecated
+`--base-header-level` and `--shift-heading-level-by`.
+
+  * lua-filters.md:
+
++ Remove spurious dot in title (#5996, Mauro Bieg).
++ Replace metadata example with image centering (#6004,
+  Albert Krewinkel). Thanks to @efx for proposing this filter.
+
+---

Old:

  pandoc-2.9.tar.gz
  pandoc-pdf.readme

New:

  pandoc-2.9.1.tar.gz



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.XKAR6A/_old  2020-01-03 17:36:12.703271868 +0100
+++ /var/tmp/diff_new_pack.XKAR6A/_new  2020-01-03 17:36:12.703271868 +0100
@@ -19,13 +19,12 @@
 %global pkg_name pandoc
 %bcond_with tests
 Name:   %{pkg_name}
-Version:2.9
+Version:2.9.1
 Release:0
 Summary:Conversion between markup formats
 License:GPL-2.0-or-later
 URL:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-Source10:   pandoc-pdf.readme
 BuildRequires:  chrpath
 BuildRequires:  fdupes
 BuildRequires:  ghc-Cabal-devel
@@ -61,6 +60,7 @@
 BuildRequires:  ghc-http-client-tls-devel
 BuildRequires:  ghc-http-types-devel
 BuildRequires:  ghc-ipynb-devel
+BuildRequires:  ghc-jira-wiki-markup-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-network-devel
 BuildRequires:  ghc-network-uri-devel
@@ -103,15 +103,16 @@
 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
 Markdown and (subsets of) HTML, reStructuredText, LaTeX, DocBook, JATS,
-MediaWiki markup, DokuWiki markup, TWiki markup, TikiWiki markup, Creole 1.0,
-Haddock markup, OPML, Emacs Org-Mode, Emacs 

commit pandoc for openSUSE:Factory

2019-12-27 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2019-12-27 13:59:36

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new.6675 (New)


Package is "pandoc"

Fri Dec 27 13:59:36 2019 rev:38 rq:759574 version:2.9

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2019-06-19 
21:13:23.334800679 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new.6675/pandoc.changes  2019-12-27 
13:59:39.428840624 +0100
@@ -1,0 +2,145 @@
+Fri Dec 13 09:58:42 UTC 2019 - psim...@suse.com
+
+- Update pandoc to version 2.9.
+  ## pandoc 2.9 (PROVISIONAL)
+
+* Text.Pandoc.Templates [API change]
+
+  + Add Monad wrappers `WithDefaultPartials` and `WithPartials`.
+Wrapping these around an instance of `PandocMonad` gives
+us different instances of `TemplateMonad`, with different
+search behavior in retrieving partials.
+To compile a template and limit partial search to pandoc's
+data files, use `runWithDefaultPartials (compileTemplate ...)`.
+To compile a template and allow partials to be found locally
+(either on the file system or via HTTP, in the event that
+the main template has an absolute URL), ue
+`runWithPartials (compileTemplate ...)`.
+  + Export `getTemplate`, which seeks a template locally,
+or via HTTP if the template has an absolute URL, falling
+back to the data files if not found.
+  + Export `compileDefaultTemplate` -- does `getDefaultTemplate`
+and compiles the result, raising an error on failure.
+
+* Text.Pandoc.Class [API change]
+
+  + Remove `TemplateMonad` instances for `PandocIO` and `PandocPure`.
+These were too limiting and caused a bug whereby a local
+partial could be used even when the default template was requested.
+We now rely on instances provided in the Templates module.
+
+* Text.Pandoc.App.OutputSettings: Simplify template retrieval code.
+
+* ConTeXt template: Adjust to title formatting (#5949, Denis Maier).
+  Add `\setupinterlinespace` to `title`, `subtitle`, `date` and `author`
+  elements:  otherwise longer titles that run over multiple lines will look
+  squashed as `\tfd` etc. won't adapt the line spacing to the font size.
+
+* reveal.js template: Add title-slide-attributes variable (#5981,
+  Frederik Elwert).
+
+* More informative JSON parse error (#5973).
+
+* Use external emojis package (forked from pandoc).  Removed emoji data
+  in Text.Pandoc.Emoji.
+
+* Fix regression in `makeSections` (#5965).
+  Previously `hierarchicalize` (the ancestor of `makeSections`) would put
+  header attributes on the containing Div.  In 2.8 this behavior changed,
+  which broke some tools depending on pandoc.  Here we roll back this 
change,
+  so that attributes again migrate from the header to the containing Div 
when
+  `makeSections` is run.  Note that attributes are retained on the header 
as
+  well (unlike before) -- with the exception of the `id` attribute, which 
of
+  course cannot be duplicated.
+
+* Fix `--toc-depth` regression in 2.8 (#5967).
+
+* Use doctemplates 0.8.  Rename template 'filters' as 'pipes'
+  to avoid confusion with the other notion of filter used by pandoc.
+
+* Fix README.md so that relative links from manual become absolute.
+  Previously they'd be broken links when viewed on GitHub or Hackage.
+  So we add the base URL for the pandoc manual.
+
+* Document display math syntax in manual.
+
+---
+Sun Dec  8 03:03:42 UTC 2019 - psim...@suse.com
+
+- Update pandoc to version 2.8.1.
+  ## pandoc 2.8.1 (2019-12-05)
+
+* Add `ascii_identifiers` as a supported extension for `markdown`.
+  This fixes a regression in 2.8.
+
+* Fix regression with behavior of `--variable` (#5962).
+  Previously `-Vfoo=1 -Vfoo=2` would produce a list value for foo;
+  with 2.8 it produced just `2`.  This commit restores the earlier
+  behavior.
+
+* Roll back part of of `--shift-heading-level-by` change (#5957).
+  With positive heading shifts, starting in 2.8 this option
+  caused metadata titles to be removed and changed to regular
+  headings.  This behavior is incompatible with the old
+  behavior of `--base-header-level` and breaks old workflows,
+  so we have rolled back the change. Note that there is now an
+  asymmetry in positive and negative heading level shifts:
+  With positive shifts, the metadata title stays the same and
+  does not get changed to a heading in the body, while with
+  negative shifts, a heading can be converted into the
+  metadata title.
+

commit pandoc for openSUSE:Factory

2019-06-19 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2019-06-19 21:12:44

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new.4811 (New)


Package is "pandoc"

Wed Jun 19 21:12:44 2019 rev:37 rq:710653 version:2.7.3

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2019-05-20 
10:28:52.129906882 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new.4811/pandoc.changes  2019-06-19 
21:13:23.334800679 +0200
@@ -1,0 +2,326 @@
+Fri Jun 14 02:03:36 UTC 2019 - psim...@suse.com
+
+- Update pandoc to version 2.7.3.
+  pandoc (2.7.3)
+
+* Add `jira` (Atlassian's Jira wiki markup) as output format (#2497,
+  Albert Krewinkel).
+
+* Add `tex_math_dollars` to `multimarkdownExtensions` (#5512).
+  This form is now supported in multimarkdown,
+  in addition to `tex_math_double_backslash`.
+
+* Fix `--self-contained` so it works when output format has extensions.
+  Previously if you used `--self-contained` with `html-smart` or
+  `html+smart`, it wouldn't work.
+
+* Add template variable `curdir` with working directory
+  from which pandoc is run (#5464).
+
+* Markdown reader: don't create implicit reference for empty header
+  (#5549).
+
+* Muse reader: allow images inside link descriptions (Alexander Krotov).
+
+* HTML reader: epub related fixes.
+
+  + With epub extensions, check for `epub:type` in addition to `type`.
+  + Fix problem with noteref parsing which caused block-level
+content to be eaten with the noteref.
+  + Rename `pAnyTag` to `pAny`.
+  + Refactor note resolution.
+  + Trim definition list terms (Alexander Krotov).
+
+* LaTeX reader:
+
+  + Add braces when resolving `\DeclareMathOperator`
+(#5441).  These seem to be needed for xelatex but not pdflatex.
+  + Allow newlines in `\mintinline`.
+  + Pass through unknown listings language as class (#5540).
+Previously if the language was not in the list of languages supported
+by listings, it would not be added as a class, so highlighting
+would not be triggered.
+  + `rawLaTeXInline`: Include trailing `{}`s in raw latex commands (#5439).
+This change affects the markdown reader and other readers that allow 
raw
+LaTeX.  Previously, trailing `{}` would be included for unknown
+commands, but not for known commands.  However, they are sometimes used
+to avoid a trailing space after the command.  The chances that a `{}`
+after a LaTeX command is not part of the command are very small.
+
+* MediaWiki reader: handle multiple attributes in table row (#5471,
+  chinapedia).
+
+* Docx reader: Add support for `w:rtl` (#5545).  Elements with this
+  property are put into Span inlines with `dir="rtl"`.
+
+* DocBook reader: Issue `IgnoredElement` warnings.
+
+* Org reader (Albert Krewinkel):
+
+  + Fix planning elements in headers level 3 and higher
+(#5494).  Planning info is now always placed before
+the subtree contents.  Previously, the planning info was placed after
+the content if the header's subtree was converted to a list, which
+happens with headers of level 3 and higher per default.
+  + Omit, but warn about unknown export options.  Unknown export
+options are properly ignored and omitted from the output.
+  + Prefer plain symbols over math symbols (#5483).
+Symbols like `\alpha` are output plain and unemphasized, not as math.
+  + Recognize emphasis after TODO/DONE keyword (#5484).
+
+* FB2 reader:
+
+  + Skip unknown elements rather than throwing errors (#5560).
+Sometimes custom elements are used (e.g. `id` element
+inside `author`); previously the reader would halt with an error.
+Now it skips the element and issues an `IgnoredElement` warning.
+  + Parse notes (#5493, Alexander Krotov).
+  + Internal improvements (Alexander Krotov).
+
+* OpenDocument writer:  Roll back automatic figure/table numbering
+  (#5474).  This was added in pandoc 2.7.2, but it makes it impossible
+  to use pandoc-crossref. So this has been rolled back for now,
+  until we find a good solution to make this behavior optional
+  (or a creative way to let pandoc-crossref and this feature
+  to coexist).
+
+* New module Text.Pandoc.Writers.Jira, exporting `writeJira` [API
+  change] (Albert Krewinkel).
+
+* EPUB writer:
+
+  + Don't include 'landmarks' if there aren't any.
+Previously we could get an empty ol element, which caused
+validation errors with epubcheck.
+  + Ensure unique ids for styleesheets in content.opf (#5463).
+  + Make stylesheet link 

commit pandoc for openSUSE:Factory

2019-05-20 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2019-05-20 10:28:51

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new.5148 (New)


Package is "pandoc"

Mon May 20 10:28:51 2019 rev:36 rq:703939 version:2.7.2

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2019-04-28 
20:14:16.434387884 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new.5148/pandoc.changes  2019-05-20 
10:28:52.129906882 +0200
@@ -1,0 +2,5 @@
+Thu May 16 08:21:18 UTC 2019 - Guillaume GARDET 
+
+- Update _constraints
+
+---



Other differences:
--
++ _constraints ++
--- /var/tmp/diff_new_pack.PiXXTv/_old  2019-05-20 10:28:52.969906603 +0200
+++ /var/tmp/diff_new_pack.PiXXTv/_new  2019-05-20 10:28:52.969906603 +0200
@@ -1,7 +1,7 @@
 
   
 
-  6000
+  6200
 
   
  




commit pandoc for openSUSE:Factory

2019-04-28 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2019-04-28 20:14:12

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new.5536 (New)


Package is "pandoc"

Sun Apr 28 20:14:12 2019 rev:35 rq:698566 version:2.7.2

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2019-03-19 
09:59:49.908001195 +0100
+++ /work/SRC/openSUSE:Factory/.pandoc.new.5536/pandoc.changes  2019-04-28 
20:14:16.434387884 +0200
@@ -1,0 +2,169 @@
+Sun Apr  7 02:02:52 UTC 2019 - psim...@suse.com
+
+- Update pandoc to version 2.7.2.
+  pandoc (2.7.2)
+
+* Add XWiki writer (#1800, Derek Chen-Becker).
+  Add `Text.Pandoc.Writers.XWiki`, exporting `writeXWiki` [API change].
+
+* Dokuwiki Reader: parse single curly brace (#5416, Mauro Bieg).
+
+* Vimwiki reader: improve handling of internal links (#5414).
+  We no longer append `.html` to link targets, and we add a title
+  `wikilink`.  This mirrors behavior of other wiki readers.  Generally
+  the `.html` extension is not wanted.  It may be important for output
+  to HTML in certain circumstances, but it can always be added using a
+  filter that matches on links with title `wikilink`.
+
+  If your workflow requires the current behavior, here is a lua filter
+  that will add the `.html` extension:
+
+  ```lua
+  function Link(el)
+if el.title == 'wikilink' then
+  el.target = el.target .. ".html"
+end
+return el
+  end
+  ```
+* ipynb reader:
+
+  + Use format `ipynb` for raw cell where no format given.
+  + Avoid introducing spurious `.0` on integers in metadata.
+
+* Markdown reader: fenced div takes priority over setext header.
+
+* HTML reader: read `data-foo` attribute into `foo` (#5392).
+  The HTML writer adds the `data-` prefix for HTML5 for nonstandard
+  attributes.  But the attributes are represented in the AST without
+  the `data-` prefix, so we should strip this when reading HTML.
+
+* LaTeX reader: Improve autolink detection (#5340).
+
+* PowerPoint writer (Jesse Rosenthal):
+
+  + Expand builtin reference doc to model all layouts.
+The previous built-in reference doc had only title and content
+layouts. Add in a section-header slide and a two-content slide, so
+users can more easily modify it to build their own templates.
+  + Always open up in slide view.  When editing a
+template/reference-doc, the user might be in Master view, but when
+producing a slide show, it is assumed that slide view will be
+desired.
+  + Remove `handoutsMasterList` from template presentation.xml
+  + Fix numerous errors in templating (#5402). Previously, some templates
+produced by Office 365 (MacOS) would not render with `--reference-doc`
+correctly. We now apply correct shapes for content, and build
+shape trees correctly.
+  + Make default placeholder type for template lookup.
+  + Apply speaker notes to metadata slide if applicable.
+  + Test for speaker notes after breaking header.
+  + Correctly handle notes after section-title header.
+Previously, if notes came after a section-title header (ie, a level-1
+header in a slide-level=2 presentation), they would go on the next
+slide. This keeps them on the slide with the header.
+  + Internal improvements.
+
+* ipynb writer:
+
+  + Use format `ipynb` for raw cell where no format given.
+According to nbformat docs, this is supposed to render in every
+format.  We don't do that, but we at least preserve it as a raw
+block in markdown, so you can round-trip.
+  + Consolidate adjacent raw blocks.  Sometimes pandoc creates two
+HTML blocks, e.g. one for the open tag and one for a close tag.
+If these aren't consolidated, only one will show up in output cell.
+  + Fixed carry-over of nbformat from metadata.
+  + Preserve `nbformat_minor` if it's given.  This helps with 
round-tripping.
+
+* LaTeX writer:
+
+  + Avoid inadvertently creating ?` or !` ligatures (#5407).
+These are upside down ? and !, resp.
+  + Fix footnotes in table caption and cells (#5367).  This fixes a
+bug wherein footnotes appeared in the wrong order, and with
+duplicate numbers, when in table captions and cells.
+We now use regular `\footnote` commands, even in the table
+caption and the minipages containing cells. Apparently
+longtable knows how to handle this.
+
+* HTML writer: Don't add data- prefix to RDFa attributes (#5403).
+
+* JATS writer: Ensure that plain strings go inside `` tag (#5397).
+
+* Markdown writer:
+
+

commit pandoc for openSUSE:Factory

2019-03-19 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2019-03-19 09:59:46

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new.28833 (New)


Package is "pandoc"

Tue Mar 19 09:59:46 2019 rev:34 rq:686011 version:2.7.1

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2019-03-06 
15:47:34.152447922 +0100
+++ /work/SRC/openSUSE:Factory/.pandoc.new.28833/pandoc.changes 2019-03-19 
09:59:49.908001195 +0100
@@ -1,0 +2,9 @@
+Fri Mar 15 03:02:09 UTC 2019 - psim...@suse.com
+
+- Update pandoc to version 2.7.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.7.1/src/changelog
+
+---

Old:

  pandoc-2.7.tar.gz

New:

  pandoc-2.7.1.tar.gz



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.SXSTGS/_old  2019-03-19 09:59:50.551998184 +0100
+++ /var/tmp/diff_new_pack.SXSTGS/_new  2019-03-19 09:59:50.551998184 +0100
@@ -19,7 +19,7 @@
 %global pkg_name pandoc
 %bcond_with tests
 Name:   %{pkg_name}
-Version:2.7
+Version:2.7.1
 Release:0
 Summary:Conversion between markup formats
 License:GPL-2.0-or-later

++ pandoc-2.7.tar.gz -> pandoc-2.7.1.tar.gz ++
/work/SRC/openSUSE:Factory/pandoc/pandoc-2.7.tar.gz 
/work/SRC/openSUSE:Factory/.pandoc.new.28833/pandoc-2.7.1.tar.gz differ: char 
13, line 1




commit pandoc for openSUSE:Factory

2019-03-06 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2019-03-06 15:47:32

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new.28833 (New)


Package is "pandoc"

Wed Mar  6 15:47:32 2019 rev:33 rq:681690 version:2.7

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2019-02-17 
12:20:48.164209442 +0100
+++ /work/SRC/openSUSE:Factory/.pandoc.new.28833/pandoc.changes 2019-03-06 
15:47:34.152447922 +0100
@@ -1,0 +2,9 @@
+Mon Mar  4 03:02:36 UTC 2019 - psim...@suse.com
+
+- Update pandoc to version 2.7.
+  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.7/src/changelog
+
+---

Old:

  pandoc-2.6.tar.gz

New:

  pandoc-2.7.tar.gz



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.oDjqXx/_old  2019-03-06 15:47:35.760447495 +0100
+++ /var/tmp/diff_new_pack.oDjqXx/_new  2019-03-06 15:47:35.764447494 +0100
@@ -19,7 +19,7 @@
 %global pkg_name pandoc
 %bcond_with tests
 Name:   %{pkg_name}
-Version:2.6
+Version:2.7
 Release:0
 Summary:Conversion between markup formats
 License:GPL-2.0-or-later
@@ -284,6 +284,7 @@
 %{_datadir}/%{name}-%{version}/data/pptx/ppt/viewProps.xml
 %{_datadir}/%{name}-%{version}/data/sample.lua
 %{_datadir}/%{name}-%{version}/data/templates/default.asciidoc
+%{_datadir}/%{name}-%{version}/data/templates/default.asciidoctor
 %{_datadir}/%{name}-%{version}/data/templates/default.commonmark
 %{_datadir}/%{name}-%{version}/data/templates/default.context
 %{_datadir}/%{name}-%{version}/data/templates/default.docbook4

++ pandoc-2.6.tar.gz -> pandoc-2.7.tar.gz ++
/work/SRC/openSUSE:Factory/pandoc/pandoc-2.6.tar.gz 
/work/SRC/openSUSE:Factory/.pandoc.new.28833/pandoc-2.7.tar.gz differ: char 13, 
line 1




commit pandoc for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2019-02-17 12:20:45

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new.28833 (New)


Package is "pandoc"

Sun Feb 17 12:20:45 2019 rev:32 rq:674314 version:2.6

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2019-01-24 
14:11:41.603481623 +0100
+++ /work/SRC/openSUSE:Factory/.pandoc.new.28833/pandoc.changes 2019-02-17 
12:20:48.164209442 +0100
@@ -1,0 +2,356 @@
+Fri Feb  1 03:01:12 UTC 2019 - psim...@suse.com
+
+- Update pandoc to version 2.6.
+  pandoc (2.6) PROVISIONAL
+
+* Support ipynb (Jupyter notebook) as input and output format.
+
+  + Add `ipynb` as input and output format (extension `.ipynb`).
+  + Added Text.Pandoc.Readers.Ipynb [API change].
+  + Added Text.Pandoc.Writers.Ipynb [API change].
+  + Add `PandocIpynbDecodingError` constructor to Text.Pandoc.Error.Error
+[API change].
+  + Depend on ipynb library.
+  + Note: there is no template for ipynb.
+
+* Add DokuWiki reader (#1792, Alexander Krotov).  This adds
+  Text.Pandoc.Readers.DokuWiki [API change], and adds `dokuwiki`
+  as an input format.
+
+* Implement task lists (#3051, Mauro Bieg). Added `task_lists`
+  extension. Task lists are supported from markdown and gfm input.
+  They should work, to some degree, in all output formats, though in
+  most formats you'll get a bullet list with a unicode character for
+  the box. In HTML, you get checkboxes and in LaTeX/PDF output, a
+  box is used as the list marker. API changes:
+
+  + Added constructor `Ext_task_lists` to `Extension`.
+  + Added `taskListItemFromAscii` and `taskListItemToAscii` to
+Text.Pandoc.Shared.
+
+* Allow some command line options to take URL in addition to FILE.
+  `--include-in-header`, `--include-before-body`, `--include-after-body`.
+
+* HTML reader:
+
+  + Handle empty `start` attribute (see #5162).
+  + Treat `textarea` as a verbatim environment (#5241) and preserve
+spacing.
+
+* RST reader:
+
+  + Change treatment of `number-lines` directive (Brian Leung,
+#5207). Directives of this type without numeric inputs should
+not have a `startFrom` attribute; with a blank value, the
+writers can produce extra whitespace.
+  + Removed superfluous `sourceCode` class on code blocks (#5047).
+  + Handle `sourcecode` directive as synonynm for `code` (#5204).
+
+* Markdown reader:
+
+  + Remove `sourceCode` class for literate Haskell code blocks
+(#5047). Reverse order of `literate` and `haskell` classes on
+code blocks when parsing literate Haskell, so `haskell` is
+first.
+  + Treat `` as a verbatim environment (#5241).
+
+* Org reader:
+
+  + Handle `minlevel` option differently (#5190, Brian Leung).
+When `minlevel` exceeds the original minimum level observed in
+the file to be included, every heading should be shifted
+rightward.
+  + Allow for case of `:minlevel == 0` (#5190).
+  + Fix treatment of links to images (#5191, Albert Krewinkel).
+Links with descriptions which are pointing to images are no
+longer parsed as inline images, but as links.
+  + Add support for #+SELECT_TAGS (Brian Leung).
+  + Separate filtering logic from conversion function (Brian Leung).
+
+* TWiki reader: Fix performance issue with underscores (#3921).
+
+* MediaWiki reader: use `_` instead of `-` in auto-identifiers (#4731).
+  We may not still be exactly matching mediawiki's algorithm.
+
+* LaTeX reader:
+
+  + Remove `sourceCode` class for literate Haskell code blocks
+(#5047). Reverse order of `literate` and `haskell` classes on
+code blocks when parsing literate Haskell, so `haskell` is
+first.
+  + Support `\DeclareMathOperator` (#5149).
+  + Support `\inputminted` (#5103).
+  + Support `\endinput` (#5233).
+  + Allow includes with dots like `cc_by_4.0`.  Previously the `.0`
+was interpreted as a file extension, leading pandoc not to add
+`.tex` (and thus not to find the file).  The new behavior matches
+tex more closely.
+
+* Man reader:
+
+  + Use `mapLeft` from Shared instead of defining own.
+
+* Docx reader (Jesse Rosenthal):
+
+  + Handle level overrides (#5134).
+
+* Docx writer:
+
+  + Support custom properties (#3024, #5252, Agustín Martín Barbero).
+Also supports additional core properties:  `subject`, `lang`,
+`category`, `description`.
+  + Make Level into a real type, instead of an alias for a tuple
+(Jesse Rosenthal).
+
+* ICML writer (Mauro Bieg):
+
+  + 

commit pandoc for openSUSE:Factory

2019-01-24 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2019-01-24 14:11:38

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new.28833 (New)


Package is "pandoc"

Thu Jan 24 14:11:38 2019 rev:31 rq:667317 version:2.5

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2018-12-10 
12:29:57.402429906 +0100
+++ /work/SRC/openSUSE:Factory/.pandoc.new.28833/pandoc.changes 2019-01-24 
14:11:41.603481623 +0100
@@ -1,0 +2,10 @@
+Mon Jan 14 09:07:00 UTC 2019 - Peter Simons 
+
+- Patch build to cope with with recent versions of 'http-client'.
+
+---
+Fri Jan 11 14:16:23 UTC 2019 - Guillaume GARDET 
+
+- Increase required memory in _constraints to avoid OOM failures
+
+---



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.ThMACz/_old  2019-01-24 14:11:42.179480959 +0100
+++ /var/tmp/diff_new_pack.ThMACz/_new  2019-01-24 14:11:42.179480959 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pandoc
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 Group:  Productivity/Publishing/Other
 URL:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
+Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/2.cabal#/%{name}.cabal
 Source10:   pandoc-pdf.readme
 BuildRequires:  chrpath
 BuildRequires:  fdupes
@@ -147,6 +147,7 @@
 %setup -q
 cp -p %{SOURCE1} %{name}.cabal
 cp %{SOURCE10} .
+cabal-tweak-dep-ver http-client '< 0.6' ' < 1'
 
 %build
 %ghc_lib_build

++ _constraints ++
--- /var/tmp/diff_new_pack.ThMACz/_old  2019-01-24 14:11:42.203480932 +0100
+++ /var/tmp/diff_new_pack.ThMACz/_new  2019-01-24 14:11:42.203480932 +0100
@@ -1,7 +1,7 @@
 
   
 
-  5000
+  6000
 
   
  

++ pandoc.cabal ++
--- /var/tmp/diff_new_pack.ThMACz/_old  2019-01-24 14:11:42.243480885 +0100
+++ /var/tmp/diff_new_pack.ThMACz/_new  2019-01-24 14:11:42.243480885 +0100
@@ -1,6 +1,6 @@
 name:pandoc
 version: 2.5
-x-revision: 1
+x-revision: 2
 cabal-version:   2.0
 build-type:  Custom
 license: GPL-2
@@ -390,7 +390,7 @@
  haddock-library >= 1.7 && < 1.8,
  deepseq >= 1.3 && < 1.5,
  JuicyPixels >= 3.1.6.1 && < 3.4,
- Glob >= 0.7 && < 0.10,
+ Glob >= 0.7 && < 0.11,
  cmark-gfm >= 0.1.1 && < 0.2,
  doctemplates >= 0.2.1 && < 0.3,
  network-uri >= 2.6 && < 2.7,
@@ -652,7 +652,7 @@
   process >= 1.2.3 && < 1.7,
   temporary >= 1.1 && < 1.4,
   Diff >= 0.2 && < 0.4,
-  tasty >= 0.11 && < 1.2,
+  tasty >= 0.11 && < 1.3,
   tasty-hunit >= 0.9 && < 0.11,
   tasty-quickcheck >= 0.8 && < 0.11,
   tasty-golden >= 2.3 && < 2.4,
@@ -661,7 +661,7 @@
   executable-path >= 0.0 && < 0.1,
   zip-archive >= 0.2.3.4 && < 0.5,
   xml >= 1.3.12 && < 1.4,
-  Glob >= 0.7 && < 0.10
+  Glob >= 0.7 && < 0.11
   if impl(ghc < 8.0)
 build-depends: semigroups == 0.18.*
   if impl(ghc < 8.4)




commit pandoc for openSUSE:Factory

2018-12-10 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2018-12-10 12:29:54

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new.19453 (New)


Package is "pandoc"

Mon Dec 10 12:29:54 2018 rev:30 rq:656591 version:2.5

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2018-12-06 
12:17:01.841538240 +0100
+++ /work/SRC/openSUSE:Factory/.pandoc.new.19453/pandoc.changes 2018-12-10 
12:29:57.402429906 +0100
@@ -1,0 +2,5 @@
+Wed Dec  5 10:29:19 UTC 2018 - Peter Simons 
+
+- Update Cabal build instructions to support zip-archive 0.4.
+
+---

New:

  pandoc.cabal



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.N3hcLD/_old  2018-12-10 12:29:57.938429369 +0100
+++ /var/tmp/diff_new_pack.N3hcLD/_new  2018-12-10 12:29:57.942429365 +0100
@@ -26,6 +26,7 @@
 Group:  Productivity/Publishing/Other
 URL:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
 Source10:   pandoc-pdf.readme
 BuildRequires:  chrpath
 BuildRequires:  fdupes
@@ -144,6 +145,7 @@
 
 %prep
 %setup -q
+cp -p %{SOURCE1} %{name}.cabal
 cp %{SOURCE10} .
 
 %build

++ pandoc.cabal ++
 742 lines (skipped)




commit pandoc for openSUSE:Factory

2018-12-06 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2018-12-06 12:16:59

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new.19453 (New)


Package is "pandoc"

Thu Dec  6 12:16:59 2018 rev:29 rq:653445 version:2.5

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2018-11-09 
07:53:39.959762963 +0100
+++ /work/SRC/openSUSE:Factory/.pandoc.new.19453/pandoc.changes 2018-12-06 
12:17:01.841538240 +0100
@@ -1,0 +2,196 @@
+Tue Nov 27 19:54:55 UTC 2018 - psim...@suse.com
+
+- Update pandoc to version 2.5.
+
+  * Text.Pandoc.App: split into several unexported submodules (Albert
+Krewinkel):  Text.Pandoc.App.FormatHeuristics,
+Text.Pandoc.App.Opt, Text.Pandoc.App.CommandLineOptions,
+Text.Pandoc.App.OutputSettings.  This is motivated partly by the
+desire to reduce recompilations when something is modified,
+since App previously depended on virtually every other module.
+
+  * Text.Pandoc.Extensions
+
++ Semantically, `gfm_auto_identifiers` is now a modifier of
+  `auto_identifiers`; for identifiers to be set, `auto_identifiers` must
+  be turned on, and then the type of identifier produced depends on
+  `gfm_auto_identifiers` and `ascii_identifiers` are set. Accordingly,
+  `auto_identifiers` is now added to `githubMarkdownExtensions` (#5057).
++ Remove `ascii_identifiers` from `githubMarkdownExtensions`.
+  GitHub doesn't seem to strip non-ascii characters any more.
+
+  * Text.Pandoc.Lua.Module.Utils (Albert Krewinkel)
+
++ Test AST object equality via Haskell (#5092).  Equality of Lua
+  objects representing pandoc AST elements is tested by unmarshalling
+  the objects and comparing the result in Haskell.
+  A new function `equals` which performs this test has been added to the
+  `pandoc.utils` module.
++ Improve stringify.  Meta value strings (MetaString)
+  and booleans (MetaBool) are now converted to the literal string and the
+  lowercase boolean name, respectively. Previously, all values of these
+  types were converted to the empty string.
+
+  * Text.Pandoc.Parsing: Remove Functor and Applicative constraints where Monad
+already exists (Alexander Krotov).
+
+  * Text.Pandoc.Pretty: Don't render BreakingSpace at end of line
+or beginning of line (#5050).
+
+  * Text.Pandoc.Readers.Markdown
+
++ Fix parsing of citations, quotes, and underline emphasis
+  after symbols.  Starting with pandoc 2.4, citations, quoted inlines,
+  and underline emphasis were no longer recognized after certain
+  symbols, like parentheses (#5099, #5053).
++ In pandoc 2.4, a soft break after an abbreviation would be
+  relocated before it to allow for insertion of a nonbreaking
+  space after the abbreviation. This behavior is here reverted.
+  A soft break after an abbreviation will remain, and no nonbreaking
+  space will be added. Those who care about this issue should take care not
+  to end lines with an abbreviation, or to insert nonbreaking spaces
+  manually.
+
+  * Text.Pandoc.Readers.FB2: Do not throw error for unknown elements in
+`` (Alexander Krotov).  Some libraries include custom elements
+in their FB2 files.
+
+  * Text.Pandoc.Readers.HTML
+
++ Allow `tfoot` before body rows (#5079).
++ Parse `` as a Span with class "small" (#5080).
++ Allow thead containing a row with `td` rather than `th` (#5014).
+
+  * Text.Pandoc.Readers.LaTeX
+
++ Cleaned up handling of dimension arguments.  Allow decimal points,
+  preceding space.
++ Don't allow arguments for verbatim, etc.
++ Allow space before bracketed options.
++ Allow optional arguments after `\\` in tables.
++ Improve parsing of `\tiny`, `\scriptsize`, etc.  Parse as raw,
+  but know that these font changing commands take no arguments.
+
+  * Text.Pandoc.Readers.Muse
+
++ Trim whitespace before parsing grid table cells (Alexander Krotov).
++ Add grid tables support (Alexander Krotov).
+
+  * Text.Pandoc.Shared
+
++ For bibliography match Div with id `refs`, not class `references`.
+  This was a mismatch between pandoc's docx, epub, latex, and markdown
+  writers and the behavior of pandoc-citeproc, which actually looks for a
+  div with id `refs` rather than one with class `references`.
++ Exactly match GitHub's identifier generating algorithm (#5057).
++ Add parameter for `Extensions` to `uniqueIdent` and
+  `inlineListToIdentifier` (#5057).  [API change]
+  This allows these functions to be sensitive to the settings of
+  `Ext_gfm_auto_identifiers` and `Ext_ascii_identifiers`, and allows us to
+  use `uniqueIdent` in the CommonMark reader, replacing custom code.  It
+  

commit pandoc for openSUSE:Factory

2018-11-08 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2018-11-09 07:53:31

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Fri Nov  9 07:53:31 2018 rev:28 rq:646369 version:2.4

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2018-10-25 
08:19:50.987978267 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2018-11-09 
07:53:39.959762963 +0100
@@ -1,0 +2,485 @@
+Mon Nov  5 03:01:33 UTC 2018 - psim...@suse.com
+
+- Update pandoc to version 2.4.
+  pandoc (2.4)
+
+[new features]
+
+* New input format `man` (Yan Pashkovsky, John MacFarlane).
+
+[behavior changes]
+
+* `--ascii` is now implemented in the writers, not in Text.Pandoc.App,
+  via the new `writerPreferAscii` field in `WriterOptions`.
+  Now the `write*` functions for Docbook, HTML, ICML, JATS, LaTeX,
+  Ms, Markdown, and OPML are sensitive to `writerPreferAscii`.
+  Previously the to-ascii translation was done in Text.Pandoc.App,
+  and thus not available to those using the writer functions
+  directly.
+
+* `--ascii` now works with Markdown output.  HTML5 character reference
+  entities are used.
+
+* `--ascii` now works with LaTeX output. 100% ASCII output can't be
+  guaranteed, but the writer will use commands like `\"{a}` and `\l`
+  whenever possible, to avoid emiting a non-ASCII character.
+
+* For HTML5 output, `--ascii` now uses HTML5 character reference
+  entities rather than numerical entities.
+
+* Improved detection of format based on extension (in Text.Pandoc.App).
+  We now ensure that if someone tries to convert a file for a
+  format that has a pandoc writer but not a reader, it won't just
+  default to markdown.
+
+* Add viz. to abbreviations file (#5007, Nick Fleisher).
+
+* AsciiDoc writer:  always use single-line section headers,
+  instead of the old underline style (#5038).  Previously the single-line
+  style would be used if `--atx-headers` was specified, but
+  now it is always used.
+
+* RST writer: Use simple tables when possible (#4750).
+
+* CommonMark (and gfm) writer: Add plain text fallbacks. (#4528,
+  quasicomputational). Previously, the writer would unconditionally
+  emit HTML output for subscripts, superscripts, strikeouts (if the
+  strikeout extension is disabled) and small caps, even with
+  `raw_html` disabled. Now there are plain-text (and, where
+  possible, fancy Unicode) fallbacks for all of these corresponding
+  (mostly) to the Markdown fallbacks, and the HTML output is only
+  used when `raw_html` is enabled.
+
+* Powerpoint writer: support raw openxml (Jesse Rosenthal, #4976).
+  This allows raw openxml blocks and inlines to be used in the pptx
+  writer. Caveats: (1) It's up to the user to write
+  well-formed openxml. The chances for corruption, especially with
+  such a brittle format as pptx, is high. (2) Because of
+  the tricky way that blocks map onto shapes, if you are using
+  a raw block, it should be the only block on a slide
+  (otherwise other text might end up overlapping it). (3) The
+  pptx ooxml namespace abbreviations are different from the
+  docx ooxml namespaces. Again, it's up to the user to get it
+  right. Unzipped document and ooxml specification should be
+  consulted.
+
+* With `--katex` in HTML formats, do not use the autorenderer (#4946).
+  We no longer surround formulas with `\(..\)` or `\[..\]`. Instead,
+  we tell katex to convert the contents of span elements with
+  class "math". Since math has already been identified, this
+  avoids wasted time parsing for LaTeX delimiters. Note, however,
+  that this may yield unexpected results if you have span elements
+  with class "math" that don't contain LaTeX math.
+  Also, use latest version of KaTeX by default (0.9.0).
+
+* The man writer now produces ASCII-only output, using groff escapes,
+  for portability.
+
+* ODT writer:
+
+  + Add title, author and date to metadata; any remaining
+metadata fields are added as `meta:user-defined` tags.
+  + Implement table caption numbering (#4949, Nils Carlson).
+Captioned tables are numbered and labeled with format "Table 1:
+caption", where "Table" is replaced by a translation, depending
+on the value of `lang` in metadata. Uncaptioned tables are not
+enumerated.
+  + OpenDocument writer: Implement figure numbering in captions (#4944,
+Nils Carlson). Figure captions are now numbered 1, 2, 3, ...
+The format in the caption is "Figure 1: caption" and so on
+(where 

commit pandoc for openSUSE:Factory

2018-10-25 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2018-10-25 08:19:47

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Thu Oct 25 08:19:47 2018 rev:27 rq:642913 version:2.3.1

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2018-10-11 
11:59:16.445731967 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2018-10-25 
08:19:50.987978267 +0200
@@ -1,0 +2,346 @@
+Wed Oct 10 19:24:02 UTC 2018 - psim...@suse.com
+
+- Update pandoc to version 2.3.1.
+
+  * RST reader:
+
++ Parse RST inlines containing newlines (#4912, Francesco Occhipinti).
+  This eliminates a regression introduced after pandoc 2.1.1, which
+  caused inline constructions containing newlines not to be recognized.
++ Fix bug with internal link targets (#4919).  They were gobbling up
+  indented content underneath.
+
+  * Markdown reader: distinguish autolinks in the AST.  With this change,
+autolinks are parsed as Links with the `uri` class. (The same is true
+for bare links, if the `autolink_bare_uris` extension is enabled.)
+Email autolinks are parsed as Links with the `email` class.  This
+allows the distinction to be represented in the AST.
+
+  * Org reader:
+
++ Force inline code blocks to honor export options (Brian Leung).
++ Parse empty argument array in inline src blocks (Brian Leung).
+
+  * Muse reader (Alexander Krotov):
+
++ Added additional tests.
++ Do not allow code markup to be followed by digit.
++ Remove heading level limit.
++ Simplify `` tag parsers
++ Parse Text instead of String. Benchmark shows 7% improvement.
++ Get rid of HTML parser dependency.
++ Various code improvements.
+
+  * ConTeXt writer: change `\` to `/` in Windows image paths (#4918).
+We do this in the LaTeX writer, and it avoids problems.
+Note that `/` works as a LaTeX path separator on Windows.
+
+  * LaTeX writer:
+
++ Add support for multiprenote and multipostnote arguments
+  with `--biblatex` (Brian Leung, #4930).  The multiprenotes occur before
+  the first prefix of a multicite, and the multipostnotes follow the
+  last suffix.
++ Fix a use of `last` that might take empty list.  If you ran with
+  `--biblatex` and have an empty document (metadata but no blocks),
+  pandoc would previously raise an error because of the use of
+  `last` on an empty list.
+
+  * RTF writer: Fix build failure with ghc-8.6.1 caused by missing
+MonadFail instance (Jonas Scholl).
+
+  * ODT Writer: Improve table header row style handling (Nils Carlson).
+This changes the way styles for cells in the header row
+and normal rows are handled in ODT tables.
+Previously a new (but identical) style was generated for
+every table, specifying the style of the cells within the table.
+After this change there are two style definitions for table cells,
+one for the cells in the header row, one for all other cells.
+This doesn't change the actual styles, but makes post-processing
+changes to the table styles much simpler as it is no longer
+necessary to introduce new styles for header rows and there are
+now only two styles where there was previously one per table.
+
+  * HTML writer:
+
++ Don't add `uri` class to presumed autolinks.  Formerly the `uri`
+  class was added to autolinks by the HTML writer, but it had to
+  guess what was an autolink and could not distinguish
+  `[http://example.com](http://example.com)` from
+  ``.  It also incorrectly recognized
+  `[pandoc](pandoc)` as an autolink.  Now the HTML writer
+  simply passes through the `uri` attribute if it is present,
+  but does not add anything.
++ Avoid adding extra section nestings for revealjs.
+  Previously revealjs title slides at level (slidelevel - 1)
+  were nested under an extra section element, even when
+  the section contained no additional (vertical) content.
+  That caused problems for some transition effects.
++ Omit unknown attributes in EPUB2 output.  For example,
+  `epub:type` attributes should not be passed through,
+  or the epub produced will not validate.
+
+  * JATS writer: remove 'role' attribute on 'bold' and 'sc' elements (#4937).
+The JATS spec does not allow these.
+
+  * Textile writer: don't represent `uri` class explicitly
+for autolinks (#4913).
+
+  * Lua filters (Albert Krewinkel):
+
++ Cleanup filter execution code.
++ Better error on test failure.
+
+  * HTML, Muse reader tests: reduce time taken by round-trip test.
+
+  * Added cabal.project.
+
+  * MANUAL: `epub:type` is only useful for epub3 (Maura Bieg).
+
+  * 

commit pandoc for openSUSE:Factory

2018-10-11 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2018-10-11 11:59:14

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Thu Oct 11 11:59:14 2018 rev:26 rq:641092 version:2.2.3.2

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2018-08-20 
16:21:17.188980631 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2018-10-11 
11:59:16.445731967 +0200
@@ -1,0 +2,5 @@
+Wed Oct 10 15:15:52 UTC 2018 - Guillaume GARDET 
+
+- Add _constraints to avoid OOM errors
+
+---

New:

  _constraints



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.KmhBWV/_old  2018-10-11 11:59:17.053731195 +0200
+++ /var/tmp/diff_new_pack.KmhBWV/_new  2018-10-11 11:59:17.057731190 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 

++ _constraints ++

  

  5000

  
 



commit pandoc for openSUSE:Factory

2018-08-20 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2018-08-20 16:21:11

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Mon Aug 20 16:21:11 2018 rev:25 rq:630380 version:2.2.3.2

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2018-07-24 
17:24:31.859464400 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2018-08-20 
16:21:17.188980631 +0200
@@ -1,0 +2,100 @@
+Fri Aug 17 09:43:24 UTC 2018 - psim...@suse.com
+
+- Update pandoc to version 2.2.3.2.
+
+  * Markdown reader: Properly handle boolean values in YAML metadata (#4819).
+This fixes a regression in 2.2.3, which cause boolean values to
+be parsed as MetaInlines instead of MetaBool.
+
+We here record another undocumented (but desirable) change in 2.2.3:
+numerical metadata fields are now parsed as MetaInlines rather than
+MetaString.
+
+  * Markdown reader: Fix parsing of embedded mappings in YAML metadata
+(#4817).  This fixes a regression in 2.2.3 which caused embedded
+mappings (e.g. mappings in sequences) not to work in YAML metadata.
+
+  * RST reader: improve parsing of inline interpreted text roles (#4811).
+
++ Use a Span with class "title-reference" for the default
+   title-reference role.
++ Use `B.text` to split up contents into `Space`s, `SoftBreak`s,
+   and `Str`s for `title-reference`.
++ Use Code with class "interpreted-text" instead of Span and Str for
+   unknown roles.  (The RST writer has also been modified to round-trip
+   this properly.)
++ Disallow blank lines in interpreted text.
++ Backslash-escape now works in interpreted text.
++ Backticks followed by alphanumerics no longer end interpreted text.
++ Remove support for nested inlines (Francesco Occhipinti).
+   RST does not allow nested emphasis, links, or other inline
+   constructs.  This fixes several bugs (#4581, #4561, #4792).
+
+  * Org reader: fix parsers relying on `parseFromString` (#4784, Albert
+Krewinkel).  Emphasis was not parsed when it followed directly after
+some block types (e.g., lists).
+
+  * Markdown reader: Allow unquoted numbers and booleans as YAML mapping
+keys.  Previously in 2.2.2 you could not do
+```
+---
+0: bar
+...
+```
+but only
+```
+---
+'0': bar
+...
+```
+With this change, both forms work.
+
+  * DocBook reader: metadata handling improvements.
+Now we properly parse title and subtitle elements that are direct
+children of book and article (as well as children of bookinfo,
+articleinfo, or info).  We also now use the `subtitle` metadata
+field for subtitles, rather than tacking the subtitle on to the
+title.
+
+  * RST writer:
+
++ Allow images to be directly nested within links (#4810, Francesco
+   Occhipinti).
++ Use `titleblock` instead of `title` variable for title block (#4803,
+   Francesco Occhipinti).  `titleblock` contains a properly formatted
+   title and subtitle (using top-level headers).  `title` and
+   `subtitle` variables are still available and just contain the
+   title and subtitle text.  Note that this change will require an
+   update to custom rst templates.
++ Render Code with class "interpreted-text" as interpreted text role.
+
+  * MediaWiki writer: Avoid extra blank line in tables with empty cells
+(#4794).  Note that the old output is semantically identical, but the
+new output looks better.
+
+  * Lua Utils module: add function `blocks_to_inlines` (#4799, Albert
+Krewinkel).  Exposes a function converting which flattenes a list of
+blocks into a list of inlines. An example use case would be the
+conversion of Note elements into other inlines.
+
+  * RST template:  use `titleblock` instead of `title`.  Users of
+custom RST templates will want to update this.
+
+  * LaTeX template: Moved some beamer code in default.latex template.
+This change allows beamer themes to change the template and font (as
+Metropolis does) (#4450).
+
+  * Better error message on `-t pdf -o out.pdf` (#1155, Mauro Bieg).
+
+  * Added test case for #4669 to repository.
+
+  * INSTALL.md: Fix broken link for cabal-install (#4806, ChanHoHo).
+
+  * MANUAL.txt:
+
++ Add beamer info for slide backgrounds (#4802, John Muccigrosso).
++ Clarify when `csquotes` is used in LaTeX writer (#4514).
++ Add `commonmark` to list of output formats where `raw_tex` has an
+   effect (see #4527).
+
+---

Old:

  pandoc-2.2.2.1.tar.gz

New:

  pandoc-2.2.3.2.tar.gz


commit pandoc for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2018-07-24 17:24:20

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Tue Jul 24 17:24:20 2018 rev:24 rq:624320 version:2.2.2.1

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2018-05-30 
12:33:13.131356136 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2018-07-24 
17:24:31.859464400 +0200
@@ -1,0 +2,206 @@
+Fri Jul 20 13:38:45 UTC 2018 - psim...@suse.com
+
+- Update pandoc to version 2.2.2.1.
+  pandoc (2.2.2.1)
+
+* Fix regression finding templates in user data directory (#4777).
+  Under version 2.2.1 and prior pandoc found latex templates in the
+  templates directory under the data directory, but this broke in 2.2.2.
+
+* Fix for bug in parsing `\input` in `rawLaTeXBlock` and
+  `rawLaTeXInline` (#4781). (This primarily affects the markdown
+  reader, and other readers that accept raw tex.)
+  Starting in 2.2.2, everything after an `\input` (or `\include`)
+  in a markdown file would be parsed as raw LaTeX.
+
+* MANUAL:
+
+  + Clarify `gfm` vs `markdown_github` (#4783, Mauro Bieg).
+  * Use `keywords` instead of `tags` in YAML metadata example (#4779).
+Unlike `tags`, `keywords` is used in some of the writers
+and default templates.
+
+* Add missing `rollingLinks` option to revealjs template (#4778,
+  Igor Khorlo).
+
+---
+Wed Jul 18 14:26:50 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Tue Jul 17 19:31:14 UTC 2018 - psim...@suse.com
+
+- Update pandoc to version 2.2.2.
+
+  * Use HsYAML instead of yaml for translations and YAML metadata (#4747).
+yaml wraps a C library; HsYAML is pure Haskell.  Advances #4535.
+
+Note: HsYAML implements YAML 1.2, in which the valid true
+values are `true`, `True`, `TRUE`.  This means a change in
+the semantics of YAML metadata that could affect users:
+`y`, `yes`, and `on` no longer count as true values.
+
+  * Fix regression: make `--pdf-engine` work with full paths (#4681, Mauro
+Bieg).
+
+  * CommonMark reader: Handle `ascii_identifiers` extension (#4742,
+Anders Waldenborg).  Non-ascii characters were not stripped from
+identifiers even if the `ascii_identifiers` extension was
+enabled (which is is by default for gfm).
+
+  * TikiWiki reader: Improve list parsing (#4722, Mauro Bieg).
+Remove trailing Space from list items.  Parse lists that have no space
+after marker.
+
+  * LaTeX reader:
+
++ Treat `lilypond` as a verbatim environment (#4725).
++ Parse figure label into Image id (#4700, Mauro Bieg).
++ Beamer: Allow "noframenumbering" option (#4696, Raymond Ehlers).
++ Allow spaces around `\graphicspath` arguments (#4698).
++ Handle includes without surrounding blanklines (#4553).
+In addition, `\input` can now be used in an inline context,
+e.g. to provide part of a paragraph, as it can in LaTeX.
++ In `rawLaTeXBlock`, handle macros that resolve to a
+`\begin` or `\end` (#4667).
++ In `rawLaTeXBlock`, don't expand macros in macro definitions (#4653).
+Note that this only affected LaTeX in markdown.
++ Tighten up reading of beamer overlay specifications (#4669).
+Ideally we'd turn these on only when reading beamer, but currently
+beamer is not distinguished from latex as an input format.
+This commit also activates parsing of overlay specifications
+after commands in general (e.g. `\item`), since they can occur
+in many contexts in beamer.
++ Parse more siunitx unit commands (#4296, #4773).
++ Be more forgiving in key/value option parsing (#4761).
+
+  * Markdown reader:
+
++ Allow empty code spans, e.g. `` ` ` ``.
++ Emojis are now wrapped in Spans with class `emoji` and
+attribute `data-emoji` (Anders Waldenborg, #4743).
+This allows the writer to handle them in a special way
+(e.g. using a special font, or just rendering the
+emoji name).
+
+  * Muse reader (Alexander Krotov, except where indicated):
+
++ Get rid of non-exhaustive pattern match warning (Mauro Bieg).
++ Add support for floating images.
++ Add support for images with specified width.
++ Parse image URLs without "guard" and "takeExtension".
++ Split link and image parsing into separate functions.
++ Parse links starting with "URL:" explicitly instead of trying to strip
+"URL:" prefix after parsing.

commit pandoc for openSUSE:Factory

2018-05-30 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2018-05-30 12:22:41

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Wed May 30 12:22:41 2018 rev:23 rq:611366 version:2.2.1

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2017-09-15 
22:29:50.723855439 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2018-05-30 
12:33:13.131356136 +0200
@@ -1,0 +2,3846 @@
+Tue May 22 10:28:27 UTC 2018 - h...@urpla.net
+
+- Avoid use of '[' and ']' characters in %files section entries.
+  This allows building for older distributions.
+
+---
+Mon May 14 17:02:11 UTC 2018 - psim...@suse.com
+
+- Update pandoc to version 2.2.1.
+
+  * Restored and undeprecated gladtex for HTML math (#4607).
+
++ Added `GladTeX` constructor to `Text.Pandoc.Options.HTMLMathMethod`
+  [API change, reverts removal in v2.2]
++ Restored and undeprecated `--gladtex` option, removed in v2.2.
+
+  * LaTeX reader:  Handle `$` in `/text{..}` inside math (#4576).
+
+  * Org reader: Fix image filename recognition (Albert Krewinkel).
+Use a function from the filepath library to check whether a string is a
+valid file name.  The custom validity checker that was used before gave
+wrong results (e.g. for absolute file paths on Windows,
+kawabata/ox-pandoc#52).
+
+  * FB2 reader: Replace some errors with warnings (Alexander Krotov).
+
+  * HTML writer:
+
++ Strip links from headers when creating TOC (#4340).
+  Otherwise the TOC entries will not link to the sections.
++ Fix regression with tex math environments in HTML + MathJax (#4639).
+
+  * Muse writer (Alexander Krotov): Add support for left-align and
+right-align classes (#4542).
+
+  * Docx writer: Support underline (#4633).
+
+  * Text.Pandoc.Parsing: Lookahead for non-whitespace after
+`singleQuoteStart` and `doubleQuoteStart` (#4637).
+
+  * `test-pandoc-utils.lua`:  more robust testing on both windows
+and \*nix. Previously the pipe tests were only run if
+`\bin/false` and `/bin/sed` were present, which they aren't
+in default MacOS and Windows systems.  Fixed by using `tr`
+and `false`, which should always be in the path on a \*nix
+system, and `find` and `echo` for Windows.
+
+  * Text.Pandoc.Shared: add `uriPathToPath`.
+This adjusts the path from a file: URI in a way that is sensitive
+to Windows/Linux differences.  Thus, on Windows,
+`/c:/foo` gets interpreted as `c:/foo`, but on Linux,
+`/c:/foo` gets interpreted as `/c:/foo`.  See #4613.
+
+  * Use `uriPathToPath` with file: URIs (#4613).
+
+  * Revert piping HTML to pdf-engine (Mauro Bieg, #4413).  Use a temp
+file as before.
+
+  * Text.Pandoc.Class: Catch IO errors when writing media files
+and issue a warning, rather than an error (Francesco Occhipinti, #4559).
+
+  * Don't lowercase custom writer filename (Alexander Krotov, #4610).
+
+  * MANUAL (Mauro Bieg):
+
++ Clarify truthiness in template variables (#2281).
++ Clarify pipe table width calculation (#4520).
+
+  * ConTeXt template: New Greek fallback typeface (Pablo Rodríguez, #4405).
+CMU Serif gives better typographic results than the previous
+Greek fallback DejaVu Serif.
+
+  * Make HTML template polyglot (#4606, OvidiusCicero), by making
+`` self-closing.
+
+  * Use texmath 0.11, allowing better translation of non-ASCII
+characters in math (#4642).
+
+  * New input format: `fb2` (FictionBook2) (Alexander Krotov).
+
+  * Make `--ascii` work for all XML formats (ICML, OPML, JATS,...),
+and for `ms` and `man`.
+
+  * Remove deprecated `--latexmathml`, `--gladtex`, `--mimetex`, `--jsmath`, 
`-m`,
+`--asciimathml` options.
+
+  * New module Text.Pandoc.Readers.FB2, exporting readFB2 (Alexander
+Krotov, API change).
+
+  * Markdown reader:
+
++ Allow empty key-value attributes, like `title=""` (#2944).
++ Handle table w/o following blank line in fenced div (#4560).
++ Remove "fallback" for `doubleQuote` parser.  Previously the
+  parser tried to be efficient -- if no end double quote was found,
+  it would just return the contents.  But this could backfire in a
+  case `**this should "be bold**`, since the fallback would return
+  the content `"be bold**` and the closing boldface delimiter
+  would never be encountered.
++ Improve computation of the relative width of the last column in a
+  multiline table, so we can round-trip tables without constantly
+  shrinking the last column.
+
+  * EPUB reader:
+
++ Fix images with space in file path (#4344).
+
+  * LaTeX reader:
+
++ Properly resolve section numbers with `\ref` and 

commit pandoc for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2017-09-15 22:29:50

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Fri Sep 15 22:29:50 2017 rev:22 rq:525792 version:1.19.2.1

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2017-07-06 
00:00:43.632886745 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2017-09-15 
22:29:50.723855439 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.BOyaHO/_old  2017-09-15 22:29:51.503745577 +0200
+++ /var/tmp/diff_new_pack.BOyaHO/_new  2017-09-15 22:29:51.507745014 +0200
@@ -25,7 +25,7 @@
 Summary:Conversion between markup formats
 License:GPL-2.0+
 Group:  Productivity/Publishing/Other
-Url:https://hackage.haskell.org/package/%{name}
+URL:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
 Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/5.cabal#/%{name}.cabal
 Source10:   pandoc-pdf.readme
@@ -80,7 +80,6 @@
 BuildRequires:  ghc-yaml-devel
 BuildRequires:  ghc-zip-archive-devel
 BuildRequires:  ghc-zlib-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-Diff-devel
 BuildRequires:  ghc-HUnit-devel
@@ -132,7 +131,7 @@
 
 %package -n ghc-%{name}-devel
 Summary:Haskell %{name} library development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/Haskell
 Requires:   ghc-%{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -165,7 +164,6 @@
 %ghc_pkg_recache
 
 %files
-%defattr(-,root,root,-)
 %doc COPYING.md
 %doc README.md changelog
 %{_bindir}/%{name}
@@ -174,16 +172,13 @@
 
 %if 0%{?is_opensuse}
 %files pdf
-%defattr(-,root,root,-)
 %doc pandoc-pdf.readme
 %endif
 
 %files -n ghc-%{name} -f ghc-%{name}.files
-%defattr(-,root,root,-)
 %doc COPYING.md
 
 %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
-%defattr(-,root,root,-)
 %doc README.md changelog
 
 %changelog




commit pandoc for openSUSE:Factory

2017-07-05 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2017-07-06 00:00:43

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Thu Jul  6 00:00:43 2017 rev:21 rq:506870 version:1.19.2.1

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2017-06-21 
13:57:03.512496657 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2017-07-06 
00:00:43.632886745 +0200
@@ -1,0 +2,5 @@
+Mon Jun 19 21:01:54 UTC 2017 - psim...@suse.com
+
+- Update to version 1.19.2.1 revision 5.
+
+---



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.JYXBha/_old  2017-07-06 00:00:44.660741948 +0200
+++ /var/tmp/diff_new_pack.JYXBha/_new  2017-07-06 00:00:44.664741384 +0200
@@ -27,7 +27,7 @@
 Group:  Productivity/Publishing/Other
 Url:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/4.cabal#/%{name}.cabal
+Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/5.cabal#/%{name}.cabal
 Source10:   pandoc-pdf.readme
 BuildRequires:  chrpath
 BuildRequires:  fdupes

++ pandoc.cabal ++
--- /var/tmp/diff_new_pack.JYXBha/_old  2017-07-06 00:00:44.756728425 +0200
+++ /var/tmp/diff_new_pack.JYXBha/_new  2017-07-06 00:00:44.760727863 +0200
@@ -1,6 +1,6 @@
 Name:pandoc
 Version: 1.19.2.1
-x-revision: 4
+x-revision: 5
 Cabal-Version:   >= 1.10
 Build-Type:  Custom
 License: GPL
@@ -512,7 +512,7 @@
   test-framework >= 0.3 && < 0.9,
   test-framework-hunit >= 0.2 && < 0.4,
   test-framework-quickcheck2 >= 0.2.9 && < 0.4,
-  QuickCheck >= 2.4 && < 2.10,
+  QuickCheck >= 2.4 && < 2.11,
   HUnit >= 1.2 && < 1.7,
   containers >= 0.1 && < 0.6,
   ansi-terminal >= 0.5 && < 0.7,




commit pandoc for openSUSE:Factory

2017-06-21 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2017-06-21 13:57:01

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Wed Jun 21 13:57:01 2017 rev:20 rq:504689 version:1.19.2.1

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2017-06-09 
15:57:48.720242748 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2017-06-21 
13:57:03.512496657 +0200
@@ -6,0 +7,5 @@
+Wed May 31 14:06:49 UTC 2017 - psim...@suse.com
+
+- Update to version 1.19.2.1 revision 4.
+
+---



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.E6lPo0/_old  2017-06-21 13:57:04.760320641 +0200
+++ /var/tmp/diff_new_pack.E6lPo0/_new  2017-06-21 13:57:04.764320077 +0200
@@ -27,7 +27,7 @@
 Group:  Productivity/Publishing/Other
 Url:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/3.cabal#/%{name}.cabal
+Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/4.cabal#/%{name}.cabal
 Source10:   pandoc-pdf.readme
 BuildRequires:  chrpath
 BuildRequires:  fdupes

++ pandoc.cabal ++
--- /var/tmp/diff_new_pack.E6lPo0/_old  2017-06-21 13:57:04.864305973 +0200
+++ /var/tmp/diff_new_pack.E6lPo0/_new  2017-06-21 13:57:04.868305409 +0200
@@ -1,6 +1,6 @@
 Name:pandoc
 Version: 1.19.2.1
-x-revision: 3
+x-revision: 4
 Cabal-Version:   >= 1.10
 Build-Type:  Custom
 License: GPL
@@ -555,6 +555,6 @@
   Build-Depends:   pandoc,
base >= 4.2 && < 5,
syb >= 0.1 && < 0.8,
-   criterion >= 1.0 && < 1.2
+   criterion >= 1.0 && < 1.3
   Ghc-Options:   -rtsopts -Wall -fno-warn-unused-do-bind
   Default-Language: Haskell98




commit pandoc for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2017-06-09 15:57:43

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Fri Jun  9 15:57:43 2017 rev:19 rq:502426 version:1.19.2.1

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2017-06-04 
01:56:25.421065876 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2017-06-09 
15:57:48.720242748 +0200
@@ -1,0 +2,5 @@
+Thu Jun  1 10:38:17 UTC 2017 - sch...@suse.de
+
+- Fix requires
+
+---



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.K7i3Q0/_old  2017-06-09 15:57:49.344154688 +0200
+++ /var/tmp/diff_new_pack.K7i3Q0/_new  2017-06-09 15:57:49.348154124 +0200
@@ -117,7 +117,7 @@
 Requires:   %{name} = %{version}
 Requires:   texlive-latex-bin-bin
 # bsc#1014590
-Requires:   texlive-upqoute
+Requires:   texlive-upquote
 
 %description pdf
 Meta package for support generating pdf with pandoc.




commit pandoc for openSUSE:Factory

2017-06-03 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2017-06-04 01:56:24

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Sun Jun  4 01:56:24 2017 rev:18 rq:494209 version:1.19.2.1

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2017-04-11 
09:46:40.876214056 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2017-06-04 
01:56:25.421065876 +0200
@@ -1,0 +2,5 @@
+Mon Apr 24 12:41:29 UTC 2017 - psim...@suse.com
+
+- Update to version 1.19.2.1 revision 3 with cabal2obs.
+
+---



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.7dCmS1/_old  2017-06-04 01:56:26.060975471 +0200
+++ /var/tmp/diff_new_pack.7dCmS1/_new  2017-06-04 01:56:26.060975471 +0200
@@ -27,7 +27,7 @@
 Group:  Productivity/Publishing/Other
 Url:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/2.cabal#/%{name}.cabal
+Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/3.cabal#/%{name}.cabal
 Source10:   pandoc-pdf.readme
 BuildRequires:  chrpath
 BuildRequires:  fdupes

++ pandoc.cabal ++
--- /var/tmp/diff_new_pack.7dCmS1/_old  2017-06-04 01:56:26.116967561 +0200
+++ /var/tmp/diff_new_pack.7dCmS1/_new  2017-06-04 01:56:26.116967561 +0200
@@ -1,6 +1,6 @@
 Name:pandoc
 Version: 1.19.2.1
-x-revision: 2
+x-revision: 3
 Cabal-Version:   >= 1.10
 Build-Type:  Custom
 License: GPL
@@ -272,7 +272,7 @@
  random >= 1 && < 1.2,
  extensible-exceptions >= 0.1 && < 0.2,
  pandoc-types >= 1.17 && < 1.18,
- aeson >= 0.7 && < 1.2,
+ aeson >= 0.7 && < 1.3,
  tagsoup >= 0.13.7 && < 0.15,
  base64-bytestring >= 0.1 && < 1.1,
  zlib >= 0.5 && < 0.7,
@@ -433,7 +433,7 @@
  bytestring >= 0.9 && < 0.11,
  extensible-exceptions >= 0.1 && < 0.2,
  skylighting >= 0.1.1.3 && < 0.2,
- aeson >= 0.7.0.5 && < 1.2,
+ aeson >= 0.7.0.5 && < 1.3,
  yaml >= 0.8.8.2 && < 0.9,
  containers >= 0.1 && < 0.6,
  HTTP >= 4000.0.5 && < 4000.4




commit pandoc for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2017-04-11 09:46:40

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Tue Apr 11 09:46:40 2017 rev:17 rq:486438 version:1.19.2.1

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2017-03-31 
15:05:55.686577340 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2017-04-11 
09:46:40.876214056 +0200
@@ -1,0 +2,5 @@
+Wed Mar 22 09:17:54 UTC 2017 - psim...@suse.com
+
+- Update to version 1.19.2.1 revision 2 with cabal2obs.
+
+---



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.HvLSQW/_old  2017-04-11 09:46:41.600111796 +0200
+++ /var/tmp/diff_new_pack.HvLSQW/_new  2017-04-11 09:46:41.600111796 +0200
@@ -27,7 +27,7 @@
 Group:  Productivity/Publishing/Other
 Url:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
+Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/2.cabal#/%{name}.cabal
 Source10:   pandoc-pdf.readme
 BuildRequires:  chrpath
 BuildRequires:  fdupes

++ pandoc.cabal ++
--- /var/tmp/diff_new_pack.HvLSQW/_old  2017-04-11 09:46:41.664102756 +0200
+++ /var/tmp/diff_new_pack.HvLSQW/_new  2017-04-11 09:46:41.664102756 +0200
@@ -1,6 +1,6 @@
 Name:pandoc
 Version: 1.19.2.1
-x-revision: 1
+x-revision: 2
 Cabal-Version:   >= 1.10
 Build-Type:  Custom
 License: GPL
@@ -513,7 +513,7 @@
   test-framework-hunit >= 0.2 && < 0.4,
   test-framework-quickcheck2 >= 0.2.9 && < 0.4,
   QuickCheck >= 2.4 && < 2.10,
-  HUnit >= 1.2 && < 1.6,
+  HUnit >= 1.2 && < 1.7,
   containers >= 0.1 && < 0.6,
   ansi-terminal >= 0.5 && < 0.7,
   executable-path >= 0.0 && < 0.1,




commit pandoc for openSUSE:Factory

2017-03-31 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2017-03-31 15:05:54

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Fri Mar 31 15:05:54 2017 rev:16 rq:478061 version:1.19.2.1

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2017-01-18 
21:42:49.603926340 +0100
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2017-03-31 
15:05:55.686577340 +0200
@@ -1,0 +2,10 @@
+Thu Mar  2 21:14:42 UTC 2017 - psim...@suse.com
+
+- Update to version 1.19.2.1 revision 1 with cabal2obs.
+
+---
+Sun Feb 12 14:17:09 UTC 2017 - psim...@suse.com
+
+- Update to version 1.19.2.1 with cabal2obs.
+
+---

Old:

  _constraints
  pandoc-1.17.1.tar.gz

New:

  pandoc-1.19.2.1.tar.gz



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.9jSGyN/_old  2017-03-31 15:05:56.490463693 +0200
+++ /var/tmp/diff_new_pack.9jSGyN/_new  2017-03-31 15:05:56.494463128 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pandoc
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,11 @@
 #
 
 
+%global without_prof 1
 %global pkg_name pandoc
 %bcond_with tests
 Name:   %{pkg_name}
-Version:1.17.1
+Version:1.19.2.1
 Release:0
 Summary:Conversion between markup formats
 License:GPL-2.0+
@@ -46,11 +47,11 @@
 BuildRequires:  ghc-data-default-devel
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-directory-devel
+BuildRequires:  ghc-doctemplates-devel
 BuildRequires:  ghc-extensible-exceptions-devel
 BuildRequires:  ghc-filemanip-devel
 BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-haddock-library-devel
-BuildRequires:  ghc-highlighting-kate-devel
 BuildRequires:  ghc-hslua-devel
 BuildRequires:  ghc-http-client-devel
 BuildRequires:  ghc-http-client-tls-devel
@@ -65,12 +66,14 @@
 BuildRequires:  ghc-random-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-scientific-devel
+BuildRequires:  ghc-skylighting-devel
 BuildRequires:  ghc-syb-devel
 BuildRequires:  ghc-tagsoup-devel
 BuildRequires:  ghc-temporary-devel
 BuildRequires:  ghc-texmath-devel
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-time-devel
+BuildRequires:  ghc-unix-devel
 BuildRequires:  ghc-unordered-containers-devel
 BuildRequires:  ghc-vector-devel
 BuildRequires:  ghc-xml-devel
@@ -96,10 +99,10 @@
 markup, TWiki markup, Haddock markup, OPML, Emacs Org-Mode, txt2tags, Word
 Docx, ODT, and Textile, and it can write Markdown, reStructuredText, XHTML,
 HTML 5, LaTeX, ConTeXt, DocBook, OPML, TEI, OpenDocument, ODT, Word docx, RTF,
-MediaWiki, DokuWiki, Textile, groff man pages, plain text, Emacs Org-Mode,
-AsciiDoc, Haddock markup, EPUB (v2 and v3), FictionBook2, InDesign ICML, and
-several kinds of HTML/javascript slide shows (S5, Slidy, Slideous, DZSlides,
-reveal.js).
+MediaWiki, DokuWiki, ZimWiki, Textile, groff man pages, plain text, Emacs
+Org-Mode, AsciiDoc, Haddock markup, EPUB (v2 and v3), FictionBook2, InDesign
+ICML, and several kinds of HTML/javascript slide shows (S5, Slidy, Slideous,
+DZSlides, reveal.js).
 
 In contrast to most existing tools for converting Markdown to HTML, pandoc has
 a modular design: it consists of a set of readers, which parse text in a given
@@ -107,14 +110,18 @@
 writers, which convert this native representation into a target format.
 Thus, adding an input or output format requires only adding a reader or writer.
 
+%if 0%{?is_opensuse}
 %package pdf
 Summary:Meta package for support generating pdf with pandoc
 Group:  Productivity/Publishing/PDF
 Requires:   %{name} = %{version}
 Requires:   texlive-latex-bin-bin
+# bsc#1014590
+Requires:   texlive-upqoute
 
 %description pdf
 Meta package for support generating pdf with pandoc.
+%endif
 
 %package -n ghc-%{name}
 Summary:Haskell %{name} library
@@ -145,10 +152,6 @@
 %install
 %ghc_lib_install
 %ghc_fix_rpath %{pkg_name}-%{version}
-
-# These files will be installed in the standard _docdir
-rm %{buildroot}%{_datadir}/%{pkg_name}-%{version}/COPYRIGHT
-rm %{buildroot}%{_datadir}/%{pkg_name}-%{version}/README
 # Link duplicate template files
 %fdupes %{buildroot}%{_datadir}/%{pkg_name}-%{version}/data/templates/
 
@@ -163,23 +166,24 @@
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING
-%doc README
-%doc BUGS 

commit pandoc for openSUSE:Factory

2017-01-18 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2017-01-18 21:42:48

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2016-09-16 
11:01:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2017-01-18 
21:42:49.603926340 +0100
@@ -1,0 +2,6 @@
+Fri Dec  9 13:01:19 UTC 2016 - psim...@suse.com
+
+- Drop obsolete suggestion of "texlive-latex-bin-bin". This package
+  is now a dependency of the pandoc-pdf sub-package.
+
+---

Old:

  1.cabal

New:

  pandoc.cabal



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.REyFzo/_old  2017-01-18 21:42:50.015868074 +0100
+++ /var/tmp/diff_new_pack.REyFzo/_new  2017-01-18 21:42:50.019867508 +0100
@@ -26,9 +26,10 @@
 Group:  Productivity/Publishing/Other
 Url:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal
+Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
 Source10:   pandoc-pdf.readme
 BuildRequires:  chrpath
+BuildRequires:  fdupes
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-HTTP-devel
 BuildRequires:  ghc-JuicyPixels-devel
@@ -76,7 +77,6 @@
 BuildRequires:  ghc-yaml-devel
 BuildRequires:  ghc-zip-archive-devel
 BuildRequires:  ghc-zlib-devel
-Suggests:   texlive-latex-bin-bin
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-Diff-devel
@@ -88,7 +88,6 @@
 BuildRequires:  ghc-test-framework-hunit-devel
 BuildRequires:  ghc-test-framework-quickcheck2-devel
 %endif
-BuildRequires:  fdupes
 
 %description
 Pandoc is a Haskell library for converting from one markup format to another,
@@ -145,7 +144,7 @@
 
 %install
 %ghc_lib_install
-%ghc_fix_dynamic_rpath %{pkg_name}
+%ghc_fix_rpath %{pkg_name}-%{version}
 
 # These files will be installed in the standard _docdir
 rm %{buildroot}%{_datadir}/%{pkg_name}-%{version}/COPYRIGHT

++ pandoc.cabal ++
Name:pandoc
Version: 1.17.1
x-revision: 1
Cabal-Version:   >= 1.10
Build-Type:  Custom
License: GPL
License-File:COPYING
Copyright:   (c) 2006-2016 John MacFarlane
Author:  John MacFarlane 
Maintainer:  John MacFarlane 
Bug-Reports: https://github.com/jgm/pandoc/issues
Stability:   alpha
Homepage:http://pandoc.org
Category:Text
Tested-With: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
Synopsis:Conversion between markup formats
Description: 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 Markdown and
 (subsets of) HTML, reStructuredText, LaTeX, DocBook,
 MediaWiki markup, TWiki markup, Haddock markup, OPML,
 Emacs Org-Mode, txt2tags, Word Docx, ODT, and Textile, and
 it can write Markdown, reStructuredText, XHTML, HTML 5,
 LaTeX, ConTeXt, DocBook, OPML, TEI, OpenDocument, ODT,
 Word docx, RTF, MediaWiki, DokuWiki, Textile, groff man
 pages, plain text, Emacs Org-Mode, AsciiDoc, Haddock markup,
 EPUB (v2 and v3), FictionBook2, InDesign ICML, and several
 kinds of HTML/javascript slide shows (S5, Slidy, Slideous,
 DZSlides, reveal.js).
 .
 In contrast to most existing tools for converting Markdown
 to HTML, pandoc has a modular design: it consists of a set of
 readers, which parse text in a given format and produce a
 native representation of the document, and a set of writers,
 which convert this native representation into a target
 format. Thus, adding an input or output format requires
 only adding a reader or writer.
Data-Files:
 -- templates
 data/templates/default.html
 data/templates/default.html5
 data/templates/default.docbook
 data/templates/default.docbook5
 data/templates/default.tei
 data/templates/default.beamer
 data/templates/default.opendocument

commit pandoc for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2016-09-16 11:01:53

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2016-07-20 
09:18:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2016-09-16 
11:01:55.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 14 14:38:36 UTC 2016 - astie...@suse.com
+
+- add constraints to fix build on aarch64
+
+---

New:

  _constraints



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.pr8imT/_old  2016-09-16 11:01:56.0 +0200
+++ /var/tmp/diff_new_pack.pr8imT/_new  2016-09-16 11:01:56.0 +0200
@@ -28,7 +28,6 @@
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
 Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal
 Source10:   pandoc-pdf.readme
-# Begin cabal-rpm deps:
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-HTTP-devel
@@ -89,7 +88,6 @@
 BuildRequires:  ghc-test-framework-hunit-devel
 BuildRequires:  ghc-test-framework-quickcheck2-devel
 %endif
-# End cabal-rpm deps
 BuildRequires:  fdupes
 
 %description
@@ -145,10 +143,8 @@
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
-
 %ghc_fix_dynamic_rpath %{pkg_name}
 
 # These files will be installed in the standard _docdir
@@ -158,10 +154,7 @@
 %fdupes %{buildroot}%{_datadir}/%{pkg_name}-%{version}/data/templates/
 
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post -n ghc-%{name}-devel
 %ghc_pkg_recache

++ _constraints ++

  

  4

  




commit pandoc for openSUSE:Factory

2016-07-20 Thread h_root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2016-07-20 09:18:50

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2016-06-07 
23:48:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2016-07-20 
09:18:52.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:34:08 UTC 2016 - psim...@suse.com
+
+- Update to version 1.17.1 revision 1 with cabal2obs.
+
+---

New:

  1.cabal



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.QeRcDi/_old  2016-07-20 09:18:54.0 +0200
+++ /var/tmp/diff_new_pack.QeRcDi/_new  2016-07-20 09:18:54.0 +0200
@@ -17,25 +17,20 @@
 
 
 %global pkg_name pandoc
-
 %bcond_with tests
-
-Name:   pandoc 
+Name:   %{pkg_name}
 Version:1.17.1
 Release:0
 Summary:Conversion between markup formats
 License:GPL-2.0+
 Group:  Productivity/Publishing/Other
-
 Url:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-Source1:pandoc-pdf.readme
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
-BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
+Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal
+Source10:   pandoc-pdf.readme
 # Begin cabal-rpm deps:
 BuildRequires:  chrpath
+BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-HTTP-devel
 BuildRequires:  ghc-JuicyPixels-devel
 BuildRequires:  ghc-SHA-devel
@@ -49,7 +44,7 @@
 BuildRequires:  ghc-cmark-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-data-default-devel
-BuildRequires:  ghc-deepseq-generics-devel
+BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-extensible-exceptions-devel
 BuildRequires:  ghc-filemanip-devel
@@ -63,10 +58,12 @@
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-network-devel
 BuildRequires:  ghc-network-uri-devel
+BuildRequires:  ghc-old-time-devel
 BuildRequires:  ghc-pandoc-types-devel
 BuildRequires:  ghc-parsec-devel
 BuildRequires:  ghc-process-devel
 BuildRequires:  ghc-random-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-scientific-devel
 BuildRequires:  ghc-syb-devel
 BuildRequires:  ghc-tagsoup-devel
@@ -80,6 +77,8 @@
 BuildRequires:  ghc-yaml-devel
 BuildRequires:  ghc-zip-archive-devel
 BuildRequires:  ghc-zlib-devel
+Suggests:   texlive-latex-bin-bin
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-Diff-devel
 BuildRequires:  ghc-HUnit-devel
@@ -92,33 +91,26 @@
 %endif
 # End cabal-rpm deps
 BuildRequires:  fdupes
-Suggests:   texlive-latex-bin-bin
 
 %description
 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 markdown and
-(subsets of) HTML, reStructuredText, LaTeX, DocBook, MediaWiki markup, TWiki
-markup, Haddock markup, OPML, Emacs Org-Mode, txt2tags and Textile, and it can
-write markdown, reStructuredText, XHTML, HTML 5, LaTeX, ConTeXt, DocBook, OPML,
-OpenDocument, ODT, Word docx, RTF, MediaWiki, DokuWiki, Textile, groff man
-pages, plain text, Emacs Org-Mode, AsciiDoc, Haddock markup, EPUB (v2 and v3),
-FictionBook2, InDesign ICML, and several kinds of HTML/javascript slide shows
-(S5, Slidy, Slideous, DZSlides, reveal.js).
-
-Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
-definition lists, tables, and other features. A compatibility mode is provided
-for those who need a drop-in replacement for Markdown.pl.
-
-In contrast to existing tools for converting markdown to HTML, which use regex
-substitutions, pandoc has a modular design: it consists of a set of readers,
-which parse text in a given format and produce a native representation of the
-document, and a set of writers, which convert this native representation into a
-target format. Thus, adding an input or output format requires only adding a
-reader or writer.
-
+and a command-line tool that uses this library. It can read several dialects of
+Markdown and (subsets of) HTML, reStructuredText, LaTeX, DocBook, MediaWiki
+markup, TWiki markup, Haddock markup, OPML, Emacs Org-Mode, txt2tags, Word
+Docx, ODT, and Textile, and it can write Markdown, reStructuredText, XHTML,
+HTML 5, LaTeX, ConTeXt, DocBook, OPML, TEI, OpenDocument, ODT, Word docx, RTF,
+MediaWiki, DokuWiki, Textile, groff man pages, plain text, Emacs 

commit pandoc for openSUSE:Factory

2016-06-07 Thread h_root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2016-06-07 23:48:23

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2016-05-29 
03:13:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2016-06-07 
23:48:24.0 +0200
@@ -1,0 +2,183 @@
+Sun Jun  5 19:37:59 UTC 2016 - mimi...@gmail.com
+
+- update to 1.17.1
+* New output format: `docbook5` 
+* `Text.Pandoc.Options`: Add `writerDocBook5` to `WriterOptions`
+* Org writer:
+  + Add :PROPERTIES: drawer support
+This allows header attributes to be added to org documents in the form
+of `:PROPERTIES:` drawers.  All available attributes are stored as
+key/value pairs.  This reflects the way the org reader handles
+`:PROPERTIES:` blocks.
+  + Add drawer capability. For the implementation of the
+Drawer element in the Org Writer, we make use of a generic Block
+container with attributes.  The presence of a `drawer` class defines
+that the `Div` constructor is a drawer. The first class defines the
+drawer name to use.  The key-value list in the attributes defines
+the keys to add inside the Drawer.  Lastly, the list of Block elements
+contains miscellaneous blocks elements to add inside of the Drawer.
+  + Use `CUSTOM_ID` in properties.  The `ID` property is
+reserved for internal use by Org-mode and should not be used.
+The `CUSTOM_ID` property is to be used instead, it is converted to the
+`ID` property for certain export format.
+* LaTeX writer:
+  + Ignore `--incremental` unless output format is beamer.
+  + Fix polyglossia to babel env mapping.
+Allow for optional argument in square brackets.
+  + Recognize `la-x-classic` as Classical Latin.
+This allows one to access the hyphenation patterns in CTAN's
+hyph-utf8.
+  + Add missing languages from hyph-utf8.
+  + Improve use of `\strut` with `\minipage` inside tables
+.  This improves spacing in multiline
+tables.
+  + Use `{}` around options containing special chars.
+  + Avoid lazy `foldl`.
+  + Don't escape underscore in labels.  Previously they were
+escaped as `ux5f`.
+  + brazilian -> brazil for polyglossia.
+* HTML writer: Ensure mathjax link is added when math appears in footnote
+  . Previously if a document only had math in a footnote, the
+  MathJax link would not be added.
+* EPUB writer: set `navpage` variable on nav page.
+  This allows templates to treat it differently.
+* DocBook writer:
+  + Use docbook5 if `writerDocbook5` is set.
+  + Properly handle `ulink`/`link`.
+* EPUB reader:
+  + Unescape URIs in spine.
+  + EPUB reader:  normalise link id.
+* Docx Reader:
+  + Parse `moveTo` and `moveFrom`.
+`moveTo` and `moveFrom` are track-changes tags that are used when a
+block of text is moved in the document. We now recognize these tags and
+treat them the same as `insert` and `delete`, respectively. So,
+`--track-changes=accept` will show the moved version, while
+`--track-changes=reject` will show the original version.
+  + Tests for track-changes moving.
+* ODT, EPUB, Docx readers: throw `PandocError` on unzip failure
+   Previously, `readDocx`, `readEPUB`, and `readOdt`
+  would error out if zip-archive failed. We change the archive extraction
+  step from `toArchive` to `toArchiveOrFail`, which returns an Either value.
+* Markdown, HTML readers:  be more forgiving about unescaped `&` in
+  HTML (#2410).  We are now more forgiving about parsing invalid HTML with
+  unescaped `&` as raw HTML.  (Previously any unescaped `&`
+  would cause pandoc not to recognize the string as raw HTML.)
+* Markdown reader:
+  + Fix pandoc title blocks with lines ending in 2 spaces.
+  + Added `-s` to markdown-reader-more test.
+* HTML reader: fixed bug in `pClose`.  This caused exponential parsing
+  behavior in documnets with unclosed tags in `dl`, `dd`, `dt`.
+* MediaWiki reader: Allow spaces before `!` in MediaWiki table header
+* RST reader: Support `:class:` option for code block in RST reader
+* Org reader:
+  + Stop padding short table rows.
+Emacs Org-mode doesn't add any padding to table rows.  The first
+row (header or first body row) is used to determine the column count,
+no other magic is performed.
+  + Refactor rows-to-table conversion.  This refactors
+the codes conversing a list table lines to an org table ADT.
+The old code was simplified and is now slightly less ugly.
+  + Fix handling of empty table cells, rows.
+This fixes Org mode parsing of some corner cases regarding empty cells
+and rows.  Empty cells weren't parsed correctly, e.g. `|||` should be
+two empty cells, but would be 

commit pandoc for openSUSE:Factory

2016-05-28 Thread h_root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2016-05-29 03:13:05

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2016-03-29 
09:56:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2016-05-29 
03:13:59.0 +0200
@@ -1,0 +2,126 @@
+Tue Mar 29 07:54:36 UTC 2016 - mimi...@gmail.com
+
+- update to 1.17.0.3
+* LaTeX writer: Fixed position of label in figures. Previously the label wasn't
+in the right place, and `\ref` wouldn't work properly.
+* Added .tei test files to pandoc.cabal so they'll be included in tarball.
+
+---
+Fri Mar 25 08:13:07 UTC 2016 - mimi...@gmail.com
+
+- update to 1.17.0.2
+* Fixed serious regression in `htmlInBalanced`, which caused
+newlines to be omitted in some raw HTML blocks in Markdown
+* File scope is no longer used when there are no input files (i.e.,
+when input comes from stdin).  Previously file scope was triggered
+when the `json` reader was specified and input came from `stdin`,
+and this caused no output to be produced. 
+* Improved documentation of templates
+* Added `--file-scope` option (Jesse Rosenthal).
+By default pandoc operates on multiple files by first concatenating
+them (around extra line breaks) and then processing the joined file. So
+it only parses a multi-file document at the document scope. This has the
+benefit that footnotes and links can be in different files, but for
+some purposes it is useful to parse the individual files first
+and then combine their outputs (e.g. when the files use footnotes
+or links with the same labels).  The `--file-scope` option causes
+pandoc to parse the files first, and then combine the parsed output,
+instead of combining before parsing. `--file-scope` is selected
+automatically for binary input files (which cannot be concatenated)
+and for pandoc json.
+* Add TEI Writer (Chris Forster) and `tei` output format.
+* Added a general `ByteStringReader` with warnings, used by the docx
+reader (API change, Jesse Rosenthal).
+* Add `readDocxWithWarnings` (API change, Jesse Rosenthal).
+* Changed type of `Shared.uniqueIdent`'s argument from `[String]`
+to `Set String.` This avoids performance problems in documents with
+many identically named headers (API change, #2671).
+* Removed `tex_math_single_backslash` from `markdown_github` options
+* Make language extensions as well as full language names
+trigger syntax highlighting.  For example, `py` will now work as
+well as `python` (jgm/highlighting-kate#83).
+* Added `institute` variable to latex, beamer templates (Fraser
+Tweedale, Josef Svenningsson).
+* Docx reader (Jesse Rosenthal):
++ Handle alternate content.  Some word functions (especially graphics)
+  give various choices for content so there can be backwards compatibility.
++ Don't turn numbered headers into lists.
++ Docx Reader: Add state to the parser, for warnings
++ Update feature checklist in source code.
++ Get rid of `Modifiable` typeclass.
++ Add tests for adjacent hyperlinks.
++ Add a "Link" modifier to `Reducible`. We want to make sure that
+  links have their spaces removed, and are appropriately smushed
+  together (#2689).
+* HTML reader:
++ Fixed behavior of base tag (#2777).
+  If the base path does not end with slash, the last component
+  will be replaced.  E.g. base = `http://example.com/foo`
+  combines with `bar.html` to give `http://example.com/bar.html`.
+  If the href begins with a slash, the whole path of the base
+  is replaced.  E.g. base = `http://example.com/foo/` combines
+  with `/bar.html` to give `http://example.com/bar.html`.
++ Rewrote `htmlInBalanced`.  This version avoids an exponential
+  performance problem with 

commit pandoc for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2016-03-29 09:56:17

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2016-02-05 
00:31:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2016-03-29 
09:56:20.0 +0200
@@ -1,0 +2,5 @@
+Sun Mar 13 17:21:56 UTC 2016 - mimi...@gmail.com
+
+- remove unused flag 
+
+---



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.3s3a1w/_old  2016-03-29 09:56:21.0 +0200
+++ /var/tmp/diff_new_pack.3s3a1w/_new  2016-03-29 09:56:21.0 +0200
@@ -151,7 +151,6 @@
 cp %{SOURCE1} .
 
 %build
-%define cabl_configure_options --flags="-old-locale"
 %ghc_lib_build
 
 %install




commit pandoc for openSUSE:Factory

2016-02-04 Thread h_root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2016-02-05 00:31:25

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2015-12-29 
12:58:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2016-02-05 
00:31:27.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan 23 09:32:17 UTC 2016 - mimi...@gmail.com
+
+- update to 1.16.0.2
+- very long changelog again. For details please see changelog file or
+https://hackage.haskell.org/package/pandoc-1.16.0.2/changelog
+
+---

Old:

  pandoc-1.15.2.1.tar.gz

New:

  pandoc-1.16.0.2.tar.gz



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.GtmcTk/_old  2016-02-05 00:31:29.0 +0100
+++ /var/tmp/diff_new_pack.GtmcTk/_new  2016-02-05 00:31:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pandoc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   pandoc 
-Version:1.15.2.1
+Version:1.16.0.2
 Release:0
 Summary:Conversion between markup formats
 License:GPL-2.0+

++ pandoc-1.15.2.1.tar.gz -> pandoc-1.16.0.2.tar.gz ++
 16702 lines of diff (skipped)




commit pandoc for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2015-12-29 12:58:51

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2015-11-18 
22:34:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2015-12-29 
12:58:52.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 23 19:38:32 UTC 2015 - mimi...@gmail.com
+
+- create placeholder package for pdf support 
+
+---

New:

  pandoc-pdf.readme



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.ukL8Dt/_old  2015-12-29 12:58:54.0 +0100
+++ /var/tmp/diff_new_pack.ukL8Dt/_new  2015-12-29 12:58:54.0 +0100
@@ -25,10 +25,11 @@
 Release:0
 Summary:Conversion between markup formats
 License:GPL-2.0+
-Group:  Development/Languages/Other
+Group:  Productivity/Publishing/Other
 
 Url:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source1:pandoc-pdf.readme
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  ghc-Cabal-devel
@@ -90,7 +91,6 @@
 BuildRequires:  ghc-test-framework-quickcheck2-devel
 %endif
 # End cabal-rpm deps
-BuildRequires:  chrpath
 BuildRequires:  fdupes
 Suggests:   texlive-latex-bin-bin
 
@@ -117,6 +117,16 @@
 reader or writer.
 
 
+%package pdf
+
+Summary:Meta package for support generating pdf with pandoc
+Group:  Productivity/Publishing/PDF
+Requires:   %{name} = %{version}
+Requires:   texlive-latex-bin-bin
+
+%description pdf
+Meta package for support generating pdf with pandoc.
+
 %package -n ghc-%{name}
 Summary:Haskell %{name} library
 Group:  System/Libraries
@@ -138,6 +148,7 @@
 
 %prep
 %setup -q
+cp %{SOURCE1} .
 
 %build
 %define cabl_configure_options --flags="-old-locale"
@@ -174,6 +185,10 @@
 %{_datadir}/%{name}-%{version}
 %{_mandir}/man1/pandoc.1.*
 
+%files pdf
+%defattr(-,root,root,-)
+%doc pandoc-pdf.readme
+
 %files -n ghc-%{name} -f ghc-%{name}.files
 %defattr(-,root,root,-)
 %doc COPYING

++ pandoc-pdf.readme ++
This is placeholder package for support of generating PDF files with pandoc.
This package install's almost whole latex on system.



commit pandoc for openSUSE:Factory

2015-11-18 Thread h_root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2015-11-18 22:34:42

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2015-10-26 
12:49:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2015-11-18 
22:34:42.0 +0100
@@ -1,0 +2,8 @@
+Mon Nov 16 22:29:17 UTC 2015 - mimi...@gmail.com
+
+- update to 1.15.2.1
+- correct license to GPL-2.0+
+- very long changelog again, for details please see changelog file or
+   https://hackage.haskell.org/package/pandoc-1.15.2.1/changelog
+
+---

Old:

  pandoc-1.15.1.1.tar.gz

New:

  pandoc-1.15.2.1.tar.gz



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.wC22fB/_old  2015-11-18 22:34:43.0 +0100
+++ /var/tmp/diff_new_pack.wC22fB/_new  2015-11-18 22:34:43.0 +0100
@@ -21,10 +21,10 @@
 %bcond_with tests
 
 Name:   pandoc 
-Version:1.15.1.1
+Version:1.15.2.1
 Release:0
 Summary:Conversion between markup formats
-License:GPL-1.0+
+License:GPL-2.0+
 Group:  Development/Languages/Other
 
 Url:https://hackage.haskell.org/package/%{name}
@@ -136,7 +136,6 @@
 %description -n ghc-%{name}-devel
 This package provides the Haskell %{name} library development files.
 
-
 %prep
 %setup -q
 

++ pandoc-1.15.1.1.tar.gz -> pandoc-1.15.2.1.tar.gz ++
 7153 lines of diff (skipped)




commit pandoc for openSUSE:Factory

2015-10-26 Thread h_root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2015-10-26 12:49:00

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2015-10-20 
00:07:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2015-10-26 
12:49:12.0 +0100
@@ -1,0 +2,7 @@
+Sun Oct 25 08:00:57 UTC 2015 - mimi...@gmail.com
+
+- update to 1.15.1.1
+* `Text.Pandoc.Data`:  store paths in dataFiles using posix separators.
++ add Suggests: texlive-latex-bin-bin
+
+---

Old:

  pandoc-1.15.1.tar.gz

New:

  pandoc-1.15.1.1.tar.gz



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.fgmIe9/_old  2015-10-26 12:49:13.0 +0100
+++ /var/tmp/diff_new_pack.fgmIe9/_new  2015-10-26 12:49:13.0 +0100
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   pandoc 
-Version:1.15.1
+Version:1.15.1.1
 Release:0
 Summary:Conversion between markup formats
 License:GPL-1.0+
@@ -92,6 +92,7 @@
 # End cabal-rpm deps
 BuildRequires:  chrpath
 BuildRequires:  fdupes
+Suggests:   texlive-latex-bin-bin
 
 %description
 Pandoc is a Haskell library for converting from one markup format to another,

++ pandoc-1.15.1.tar.gz -> pandoc-1.15.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-1.15.1/changelog new/pandoc-1.15.1.1/changelog
--- old/pandoc-1.15.1/changelog 2015-10-16 19:00:30.0 +0200
+++ new/pandoc-1.15.1.1/changelog   2015-10-18 07:43:14.0 +0200
@@ -1,3 +1,10 @@
+pandoc (1.15.1.1)
+
+  * `Text.Pandoc.Data`:  store paths in dataFiles using posix separators.
+This way we have uniform separators, whether on Windows or Linux.
+This should solve a problem where on some Windows versions
+the data files weren't being found (#2459).
+
 pandoc (1.15.1)
 
   * `pandocVersion` is now defined in `Text.Pandoc.Shared`
@@ -154,7 +161,7 @@
 
   * EPUB writer:
 
-+ In TOC, replace literal "" with space (#2105).
++ In TOC, replace literal `` with space (#2105).
 + With `--webtex`, include image file rather than `data:` URI (#2363).
 
   * Native writer: format Div properly, with blocks separated.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-1.15.1/man/pandoc.1 
new/pandoc-1.15.1.1/man/pandoc.1
--- old/pandoc-1.15.1/man/pandoc.1  2015-10-16 19:00:30.0 +0200
+++ new/pandoc-1.15.1.1/man/pandoc.12015-10-18 07:43:14.0 +0200
@@ -4237,7 +4237,7 @@
 presentation.
 Notes are not yet supported for other slide formats, but the notes will
 not appear on the slides themselves.
-.SS Marking frames "fragile" in beamer
+.SS Frame attributes in beamer
 .PP
 Sometimes it is necessary to add the LaTeX \f[C][fragile]\f[] option to
 a frame in beamer (for example, when using the \f[C]minted\f[]
@@ -4250,6 +4250,11 @@
 #\ Fragile\ slide\ {.fragile}
 \f[]
 .fi
+.PP
+All of the other frame attributes described in Section 8.1 of the Beamer
+User\[aq]s Guide may also be used: \f[C]allowdisplaybreaks\f[],
+\f[C]allowframebreaks\f[], \f[C]b\f[], \f[C]c\f[], \f[C]t\f[],
+\f[C]environment\f[], \f[C]label\f[], \f[C]plain\f[], \f[C]shrink\f[].
 .SH EPUB METADATA
 .PP
 EPUB metadata may be specified using the \f[C]\-\-epub\-metadata\f[]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-1.15.1/pandoc.cabal 
new/pandoc-1.15.1.1/pandoc.cabal
--- old/pandoc-1.15.1/pandoc.cabal  2015-10-16 19:00:30.0 +0200
+++ new/pandoc-1.15.1.1/pandoc.cabal2015-10-18 07:43:14.0 +0200
@@ -1,5 +1,5 @@
 Name:pandoc
-Version: 1.15.1
+Version: 1.15.1.1
 Cabal-Version:   >= 1.10
 Build-Type:  Custom
 License: GPL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-1.15.1/src/Text/Pandoc/Data.hsb 
new/pandoc-1.15.1.1/src/Text/Pandoc/Data.hsb
--- old/pandoc-1.15.1/src/Text/Pandoc/Data.hsb  2015-10-16 19:00:30.0 
+0200
+++ new/pandoc-1.15.1.1/src/Text/Pandoc/Data.hsb2015-10-18 
07:43:14.0 +0200
@@ -2,6 +2,14 @@
 -- to be processed using hsb2hs
 module Text.Pandoc.Data (dataFiles) where
 import qualified Data.ByteString as B
+import System.FilePath (splitDirectories)
+import qualified System.FilePath.Posix as Posix
 
+-- We ensure that the data files are stored using Posix
+-- path separators (/), even on Windows.
 dataFiles :: [(FilePath, 

commit pandoc for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2015-10-19 22:53:23

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is "pandoc"

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2015-08-27 
08:55:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2015-10-20 
00:07:14.0 +0200
@@ -1,0 +2,214 @@
+Sun Oct 18 14:03:11 UTC 2015 - mimi...@gmail.com
+
+- update to 1.15.1
+* `pandocVersion` is now defined in `Text.Pandoc.Shared`
+and reexported from `Text.Pandoc` (Alex Vong).  This allows
+writers to access it.  (Alex Vong) (API change)
+* For `markdown_mmd`, add: `implicit_figures`, `superscripts`,
+`subscripts` (#2401).
+* Added `odt` as input format (MarLinn).  Added new module
+`Text.Pandoc.Reader.ODT` (API change). Fully implemented features:
+Paragraphs, Headers, Basic styling, Unordered lists, Ordered lists,
+External Links, Internal Links, Footnotes, Endnotes, Blockquotes.
+Partly implemented features: Citations, Tables.
+* Markdown Reader:
++ Add basic tests for each header style (Ophir Lifshitz).
++ Add implicit header ref tests for headers with spaces (Ophir Lifshitz).
++ Skip spaces in headers (Ophir Lifshitz).
++ Handle 'id' and 'class' in parsing key/value attributes (#2396).
+  `# Header {id="myid" class="foo bar"}`
+  is now equivalent to `# Header {#myid .foo .bar}`.
++ Use '=' instead of '#' for atx-style headers in markdown+lhs.
+  (Kristof Bastiaensen)
++ Pipe tables: allow indented columns.  Previously the left-hand column
+  could not start with 4 or more spaces indent.  This was inconvenient
+  for right-aligned left columns.  Note that the first (header column)
+  must still have 3 or fewer spaces indentation, or the table will be
+  treated as an indented code  block.
++ Fix regression:  allow HTML comments containing `--`.
+  Technically this isn't allowed in an HTML comment, but
+  we've always allowed it, and so do most other implementations.
+  It is handy if e.g. you want to put command line arguments
+  in HTML comments.
+* LaTeX reader:
++ Don't eat excess whitespace after macros with only optional
+  arguments (#2446).
++ Support longtable (#2411).
++ Implement `\Cite` (#2335).
++ Support abstract environment.  The abstract populates an
+  `abstract` metadata field.
++ Properly handle booktabs lines.  Lines aren't part of the
+  pandoc table model, so we just ignore them (#2307).
+* HTML reader:
++ Handle type attribute on ol, e.g. `` (#2313).
++ Updated for new automatic header attributes.
++ Add auto identifiers if not present on headers.  This makes
+  TOC linking work properly.
++ Detect `font-variant` with `pickStyleAttrProps` (Ophir Lifshitz).
++ Test `` type, class, and inline list-style(-type) CSS
+  (Ophir Lifshitz).
++ Better handling of "section" elements (#2438).  Previously
+  `` tags were just parsed as raw HTML blocks.  With
+  this change, section elements are parsed as Div elements with
+  the class "section".
+* MediaWiki reader:  handle unquoted table attributes (#2355).
+* DocBook reader:
++ Added proper support for DocBook `xref` elements (Frerich Raabe).
+  Added `dbContent` field to reader state, so we can lookup
+  cross refs.
++ Handle `informalexample` (#2319).
+* Docx Reader:
++ Create special punctuation test (Ophir Lifshitz).
++ Parse soft, no-break hyphen elements (Ophir Lifshitz).
++ Updated headers test (Ophir Lifshitz). Replaced `styles.xml`
+  in `headers.docx` with pandoc's current `styles.xml`, which
+  contains styles for Heading 1 through 6. Added Heading 4
+  through 7 to the test document. Note that Heading 7 is not
+  parsed as a Heading because there is no Heading 7 style.
+* RST reader:  better handling of indirect roles.
+Previously the parser failed on this kind of case
+.. role:: indirect(code)
+.. role:: py(indirect)
+   :language: python
+:py:`hi`
+Now it correctly recognizes `:py:` as a code role.
+* Org reader:
++ Add auto identifiers if not present on headers
+  (#2354, Juliusz Gonera).
++ Allow verse blocks to contain empty lines (#2402,
+  Albert Krewinkel).
+* EPUB reader:  stop mangling external URLs (#2284).
+* RST writer:
++ Don't insert `\ ` when complex expression in matched pairs.
+  E.g. `` [:sup:`3`] `` is okay; you don't need `` [:sup:`3`\ ] ``.
++ Ensure that `\ ` is inserted when needed before Cite and Span
+  elements that begin with a "complex" element (jgm/pandoc-citeproc#157).
++ Normalize headers 

commit pandoc for openSUSE:Factory

2015-08-27 Thread h_root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2015-08-27 08:55:33

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is pandoc

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2015-05-21 
08:13:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2015-08-27 
08:55:35.0 +0200
@@ -1,0 +2,173 @@
+Tue Jul 28 11:28:41 UTC 2015 - mimi...@gmail.com
+
+- update to 1.15.0.6
+- removed man.patch , pandoc.1.gz and pandoc_markdown.5.gz
+  * `--self-contained`:  Fixed overaggressive CSS minimization (#2301, 2286).
+Previously `--self-contained` wiped out all spaces in CSS,
+including semantically significant spaces.  This was a regression
+from 1.14.x.
+  * Markdown reader: don't allow bare URI links or autolinks in link
+label (#2300).  Added test cases.
+  * `Text.Pandoc.Parsing`, `uri`: Improved bare autolink detection (#2299).
+Previously we disallowed `-` at the end of an autolink,
+and disallowed the combination `=-`.  This commit liberalizes the
+rules for allowing punctuation in a bare URI, and adds test cases.
+One potential drawback is that you can no longer put a bare
+URI in em dashes like this:
+`this uri---http://example.com---is an example.`
+But in this respect we now match github's treatment of bare URIs.
+  * HTML writer:  support speaker notes in dzslides.
+With this change `div class=notes` and also `div class=notes
+role=note` will be output if `-t dzslides` is used. So we can
+have speaker notes in dzslides too.  Thanks to maybegeek.
+  * Updated dzslides template.
+  * Improved documentation of options to print system default files (#2298).
+`--print-default-data-file` and `--print-default-template`.
+  * DokuWiki writer: use `$..$` for Math instead of `math../math`
+(Tiziano Müller).  MathJax seems currently to be the only maintained
+math rendering extension for DokuWiki.
+  * `Text.Pandoc.Shared`: Changed `hierarchicalize` so it treats references
+div as top-level header (#2294).  This fixes a bug with `--section-divs`,
+where the final references section added by pandoc-citeproc, enclosed in
+its own div, got nested in the div for the section previous to it.
+  * Allow vector 0.11.
+  * Require cmark  0.4.
+  * HTML writer: Fixed email javascript obfuscation with `mailto:`
+URLs (#2280).  This fixes a potential security issue.  Because
+single quotes weren't being escaped in the link portion, a
+specially crafted email address could allow javascript code injection.
+  * Markdown/HTML readers:  Avoid parsing partial URLs like
+`www.pandoc.org/blah#foo` as HTML tags (#2277).
+  * RST reader:  allow inline formatting in definition list field
+names (Lars-Dominik Braun).
+  * PDF:  Make sure `--latex-engine-opt` goes before the filename
+on the command line.  LaTeX needs the argument to come after
+the options (#1779).
+  * CommonMark writer: fixed tags used for super/subscript.
+  * ConTeXt template:  activate hanging indent for definition lists
+(mb21).
+  * Make cabal require `hsb2hs` = 0.3.1 if `embed_data_files` specified.
+This is done by adding `hookedPrograms` in `Setup.hs`, which allows us
+to include `hsb2hs` in Build-Tools in cabal.
++ Admin privileges are no longer required for a per-user install
+  * Travis:  unpack sdist for build to catch packaging bugs.
+  * Improved documentation on where user templates go (#2272).
+  * Added pandoc.1 man page to the repository.  It is no longer
+built as part of the cabal build process. (This proved too
+fragile.)  pandoc.1 can be regenerated (`make man/pandoc.1`)
+when `README` is changed.
+  * Copying of the man page now respects `--destdir` (#2262).
+  * Improved error messages for filters.  User is now informed if
+the filter requires an interpreter that isn't found in the path,
+or if the filter returns an error status.
+  * Ensure target directory is created when installing man page.
+  * Added files needed for building man page to Extra-Source-Files.
+  * Man page is now built and installed as part of the cabal build
+process. Removed Makefile target for man page.
+  * Man page changes:
++ Removed `--man1`, `--man5` options (breaking change).
++ Removed `Text.Pandoc.ManPages` module (breaking API change).
++ Makefile target for `man/man1/pandoc.1`.  This uses pandoc to
+  create the man page from README using a custom template and filters.
++ Added `man/` directory with template and filters needed to build
+  man page.
++ We no longer have two man pages: `pandoc.1` and `pandoc_markdown.5`.
+  Now there is just pandoc.1, which has all 

commit pandoc for openSUSE:Factory

2015-05-21 Thread h_root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2015-05-21 08:13:40

Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and  /work/SRC/openSUSE:Factory/.pandoc.new (New)


Package is pandoc

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2014-04-02 
17:19:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2015-05-21 
08:13:41.0 +0200
@@ -1,0 +2,1085 @@
+Sun Apr 26 13:27:36 UTC 2015 - mimi...@gmail.com
+
+- correct ghc-http-client-tls dep 
+
+---
+Fri Apr 24 19:38:07 UTC 2015 - mimi...@gmail.com
+
+- update to 1.13.2.1
+pandoc (1.13.2)
+===  
+  * TWiki Reader: add new new twiki reader (API chaneg, Alexander Sulfrian).
+  * Markdown reader:
++ Better handling of paragraph in div (#1591).
+  Previously text that ended a div would be parsed as Plain
+  unless there was a blank line before the closing div tag.
++ Don't treat a citation as a reference link label (#1763).
++ Fix autolinks with following punctuation (#1811).
+  The price of this is that autolinked bare URIs can no longer
+  contain `` characters, but this is not a big issue.
++ Fix `Ext_lists_without_preceding_blankline` bug (#1636, Artyom).
++ Allow `startnum` to work without `fancy_lists`. Formerly
+  `pandoc -f markdown-fancy_lists+startnum` did not work properly.
+  * RST reader (all Daniel Bergey):
++ Parse quoted literal blocks (#65).  RST quoted literal blocks are
+  the same as indented literal blocks (which pandoc already supports)
+  except that the quote character is preserved in each line.
++ Parse RST class directives. The class directive accepts one or more
+  class names, and creates a Div value with those classes.  If the
+  directive has an indented body, the body is parsed as the children of
+  the Div.  If not, the first block folowing the directive is made a
+  child of the Div. This differs from the behavior of rst2xml, which
+  does not create a Div element.  Instead, the specified classes are
+  applied to each child of the directive.  However, most Pandoc Block
+  constructors to not take an Attr argument, so we can't duplicate this
+  behavior.
++ Warn about skipped directives.
++ Literal role now produces Code. Code role should have code class.
++ Improved support for custom roles
+- Added `sourceCode` to classes for `:code:` role, and anything
+  inheriting from it.
+- Add the name of the custom role to classes if the Inline
+  constructor supports Attr.
+- If the custom role directive does not specify a parent role,
+  inherit from the `:span:` role.
+  This differs somewhat from the `rst2xml.py` behavior.  If a custom
+  role inherits from another custom role, Pandoc will attach both
+  roles' names as classes.  `rst2xml.py` will only use the class of
+  the directly invoked role (though in the case of inheriting from a
+  `:code:` role with a `:language:` defined, it will also provide the
+  inherited language as a class).
++ Warn about ignored fields in role directives.
+  * LaTeX reader:
++ Parse label after caption into a span instead of
+ inserting an additional paragraph of bracketed text (#1747).
++ Parse math environments as inline when possible (#1821).
++ Better handling of `\noindent` and `\greektext` (#1783).
++ Handle `\texorpdfstring` more gracefully.
++ Handle `\cref` and `\sep` (Wikiwide).
++ Support `\smartcite` and `\Smartcite` from biblatex.
+  * HTML reader:
++ Retain display type of MathML output (#1719, Matthew Pickering).
++ Recognise `br` tags inside `pre` blocks (#1620, Matthew Pickering).
++ Make `embed` tag either block or inline (#1756).
+  * DocBook reader:
++ Handle `keycombo`, `keycap` (#1815).
++ Get string content in inner tags for literal elements (#1816).
++ Handle `menuchoice` elements better, with a `` between (#1817).
++ Include `id` on section headers (#1818).
++ Document/test type as implemented (Brian O'Sullivan).
++ Add support for calloutlist and callout (Brian O'Sullivan).
+  We treat a calloutlist as a bulleted list. This works well in practice.
++ Add support for `classname` (Bryan O'Sullivan).
+  * Docx reader:
++ Fix window path for image lookup (Jesse Rosenthal).
+  Don't use os-sensitive combine, since we always want the paths in our
+  zip-archive to use forward-slashes.
++ Single-item headers in ordered lists are headers (Jesse Rosenthal).
+  When users number their headers, Word understands that as a single item
+  enumerated list. We make the assumption