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.changes    2019-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 Muse, txt2tags, ipynb (Jupyter
-notebooks), Vimwiki, Word Docx, ODT, EPUB, FictionBook2, roff man, and Textile,
-and it can write Markdown, reStructuredText, XHTML, HTML 5, LaTeX, ConTeXt,
-DocBook, JATS, OPML, TEI, OpenDocument, ODT, Word docx, PowerPoint pptx, RTF,
-MediaWiki, DokuWiki, XWiki, ZimWiki, Textile, Jira, roff man, roff ms, plain
-text, Emacs Org-Mode, AsciiDoc, Haddock markup, EPUB (v2 and v3), ipynb,
-FictionBook2, InDesign ICML, Muse, LaTeX beamer slides, and several kinds of
-HTML/JavaScript slide shows (S5, Slidy, Slideous, DZSlides, reveal.js).
+MediaWiki markup, DokuWiki markup, TWiki markup, TikiWiki markup, Jira markup,
+Creole 1.0, Haddock markup, OPML, Emacs Org-Mode, Emacs Muse, txt2tags, ipynb
+(Jupyter notebooks), Vimwiki, Word Docx, ODT, EPUB, FictionBook2, roff man, and
+Textile, and it can write Markdown, reStructuredText, XHTML, HTML 5, LaTeX,
+ConTeXt, DocBook, JATS, OPML, TEI, OpenDocument, ODT, Word docx, PowerPoint
+pptx, RTF, MediaWiki, DokuWiki, XWiki, ZimWiki, Textile, Jira, roff man, roff
+ms, plain text, Emacs Org-Mode, AsciiDoc, Haddock markup, EPUB (v2 and v3),
+ipynb, FictionBook2, InDesign ICML, Muse, LaTeX beamer slides, 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
@@ -119,18 +120,6 @@
 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
-Requires:       %{name} = %{version}
-Requires:       texlive-latex-bin-bin
-# bsc#1014590
-Requires:       texlive-upquote
-
-%description pdf
-Meta package for support generating pdf with pandoc.
-%endif
-
 %package -n ghc-%{name}
 Summary:        Haskell %{name} library
 
@@ -149,7 +138,6 @@
 
 %prep
 %setup -q
-cp %{SOURCE10} .
 
 %build
 %ghc_lib_build
@@ -159,7 +147,6 @@
 %ghc_fix_rpath %{pkg_name}-%{version}
 # Link duplicate template files
 %fdupes %{buildroot}%{_datadir}/%{pkg_name}-%{version}/data/templates/
-install -D -m444 man/pandoc.1 %{buildroot}%{_mandir}/man1/pandoc.1
 
 %check
 %cabal_test
@@ -330,12 +317,6 @@
 %{_datadir}/%{name}-%{version}/data/templates/default.zimwiki
 %{_datadir}/%{name}-%{version}/data/templates/styles.html
 %{_datadir}/%{name}-%{version}/data/translations/*.yaml
-%{_mandir}/man1/pandoc.1%{?ext_man}
-
-%if 0%{?is_opensuse}
-%files pdf
-%doc pandoc-pdf.readme
-%endif
 
 %files -n ghc-%{name} -f ghc-%{name}.files
 %license COPYING.md

++++++ pandoc-2.9.tar.gz -> pandoc-2.9.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/pandoc/pandoc-2.9.tar.gz 
/work/SRC/openSUSE:Factory/.pandoc.new.6675/pandoc-2.9.1.tar.gz differ: char 
17, line 1


Reply via email to