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.changes    2017-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 - [email protected]
+
+- Avoid use of '[' and ']' characters in %files section entries.
+  This allows building for older distributions.
+
+-------------------------------------------------------------------
+Mon May 14 17:02:11 UTC 2018 - [email protected]
+
+- 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
+    `<link rel="stylesheet" href="$css$">` 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 chapters (#4529).
+    + Parse sloppypar environment (#4517, Marc Schreiber).
+    + Improve handling of raw LaTeX (for markdown etc.) (#4589, #4594).
+      Previously there were some bugs in how macros were handled.
+    + Support `\MakeUppercase`, `\MakeLowercase', `\uppercase`, `\lowercase`,
+      and also `\MakeTextUppercase` and `\MakeTextLowercase` from textcase
+      (#4959).
+
+  * Textile reader:
+
+    + Fixed tables with no body rows (#4513).
+      Previously these raised an exception.
+
+  * Mediawiki reader:
+
+    + Improve table parsing (#4508).  This fixes detection of table
+      attributes and also handles `!` characters in cells.
+
+  * DocBook reader:
+
+    + Properly handle title in `section` element (#4526).
+      Previously we just got `section_title` for `section` (though `sect1`,
+      `sect2`, etc. were handled properly).
+    + Read tex math as output by asciidoctor (#4569, Joe Hermaszewski).
+
+  * Docx reader:
+
+    + Combine adjacent CodeBlocks with the same attributes into
+      a single CodeBlock.  This prevents a multiline codeblock in
+      Word from being read as different paragraphs.
+
+  * RST reader:
+
+    + Allow < 3 spaces indent under directives (#4579).
+    + Fix anonymous redirects with backticks (#4598).
+
+  * Muse reader (Alexander Krotov):
+
+    + Add support for Text::Amuse multiline headings.
+    + Add `<math>` tag support.
+    + Add support for `<biblio>` and `<play>` tags.
+    + Allow links to have empty descriptions.
+    + Require block `<literal>` tags to be on separate lines.
+    + Allow `-` in anchors.
+    + Allow verse to be indented.
+    + Allow nested footnotes.
+    + Internal improvements.
+
+  * Muse writer (Alexander Krotov):
+
+    + Escape `>` only at the beginning of a line.
+    + Escape `]` in image title.
+    + Escape `]` brackets in URLs as `%5D`.
+    + Only escape brackets when necessary.
+    + Escape ordered list markers.
+    + Do not escape list markers unless preceded by space.
+    + Escape strings starting with space.
+    + Escape semicolons and markers after line break.
+    + Escape `;` to avoid accidental comments.
+    + Don't break headers, line blocks and tables with line breaks.
+    + Correctly output empty headings.
+    + Escape horizontal rule only if at the beginning of the line.
+    + Escape definition list terms starting with list markers.
+    + Place header IDs before header.
+    + Improve span writing.
+    + Do not join Spans in normalization.
+    + Don't align ordered list items.
+    + Remove key-value pairs from attributes before normalization.
+    + Enable `--wrap=preserve` for all tests by default.
+    + Reduced `<verbatim>` tags in output.
+    + Internal changes.
+
+  * RST writer:
+
+    + Use more consistent indentation (#4563).  Previously we
+      used an odd mix of 3- and 4-space indentation.  Now we use 3-space
+      indentation, except for ordered lists, where indentation must
+      depend on the width of the list marker.
+    + Flatten nested inlines (#4368, Francesco Occhipinti).
+      Nested inlines are not valid RST syntax, so we flatten them following
+      some readability criteria discussed in #4368.
+
+  * EPUB writer:
+
+    + Ensure that `pagetitle` is always set, even when structured titles
+      are used.  This prevents spurious warnings about empty title
+      elements (#4486).
+
++++ 3649 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/pandoc/pandoc.changes
++++ and /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes

Old:
----
  pandoc-1.19.2.1.tar.gz
  pandoc.cabal

New:
----
  pandoc-2.2.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pandoc.spec ++++++
--- /var/tmp/diff_new_pack.z5G3hr/_old  2018-05-30 12:33:13.759340159 +0200
+++ /var/tmp/diff_new_pack.z5G3hr/_new  2018-05-30 12:33:13.763340057 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pandoc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,57 +16,58 @@
 #
 
 
-%global without_prof 1
 %global pkg_name pandoc
 %bcond_with tests
 Name:           %{pkg_name}
-Version:        1.19.2.1
+Version:        2.2.1
 Release:        0
 Summary:        Conversion between markup formats
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 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/5.cabal#/%{name}.cabal
 Source10:       pandoc-pdf.readme
 BuildRequires:  chrpath
 BuildRequires:  fdupes
 BuildRequires:  ghc-Cabal-devel
+BuildRequires:  ghc-Glob-devel
 BuildRequires:  ghc-HTTP-devel
 BuildRequires:  ghc-JuicyPixels-devel
 BuildRequires:  ghc-SHA-devel
 BuildRequires:  ghc-aeson-devel
-BuildRequires:  ghc-array-devel
+BuildRequires:  ghc-aeson-pretty-devel
 BuildRequires:  ghc-base64-bytestring-devel
 BuildRequires:  ghc-binary-devel
 BuildRequires:  ghc-blaze-html-devel
 BuildRequires:  ghc-blaze-markup-devel
 BuildRequires:  ghc-bytestring-devel
-BuildRequires:  ghc-cmark-devel
+BuildRequires:  ghc-case-insensitive-devel
+BuildRequires:  ghc-cmark-gfm-devel
 BuildRequires:  ghc-containers-devel
 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-exceptions-devel
 BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-haddock-library-devel
 BuildRequires:  ghc-hslua-devel
+BuildRequires:  ghc-hslua-module-text-devel
 BuildRequires:  ghc-http-client-devel
 BuildRequires:  ghc-http-client-tls-devel
 BuildRequires:  ghc-http-types-devel
 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-safe-devel
 BuildRequires:  ghc-scientific-devel
 BuildRequires:  ghc-skylighting-devel
+BuildRequires:  ghc-split-devel
 BuildRequires:  ghc-syb-devel
 BuildRequires:  ghc-tagsoup-devel
 BuildRequires:  ghc-temporary-devel
@@ -82,26 +83,26 @@
 BuildRequires:  ghc-zlib-devel
 %if %{with tests}
 BuildRequires:  ghc-Diff-devel
-BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-QuickCheck-devel
-BuildRequires:  ghc-ansi-terminal-devel
 BuildRequires:  ghc-executable-path-devel
-BuildRequires:  ghc-test-framework-devel
-BuildRequires:  ghc-test-framework-hunit-devel
-BuildRequires:  ghc-test-framework-quickcheck2-devel
+BuildRequires:  ghc-tasty-devel
+BuildRequires:  ghc-tasty-golden-devel
+BuildRequires:  ghc-tasty-hunit-devel
+BuildRequires:  ghc-tasty-quickcheck-devel
 %endif
 
 %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, 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).
+Markdown and (subsets of) HTML, reStructuredText, LaTeX, DocBook, JATS,
+MediaWiki markup, TWiki markup, TikiWiki markup, Creole 1.0, Haddock markup,
+OPML, Emacs Org-Mode, Emacs Muse, txt2tags, Vimwiki, Word Docx, ODT, EPUB,
+FictionBook2, and Textile, and it can write Markdown, reStructuredText, XHTML,
+HTML 5, LaTeX, ConTeXt, DocBook, JATS, OPML, TEI, OpenDocument, ODT, Word docx,
+RTF, MediaWiki, DokuWiki, ZimWiki, Textile, groff man, groff ms, plain text,
+Emacs Org-Mode, AsciiDoc, Haddock markup, EPUB (v2 and v3), FictionBook2,
+InDesign ICML, Muse, LaTeX beamer slides, PowerPoint, 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
@@ -142,7 +143,6 @@
 
 %prep
 %setup -q
-cp -p %{SOURCE1} %{name}.cabal
 cp %{SOURCE10} .
 
 %build
@@ -164,11 +164,157 @@
 %ghc_pkg_recache
 
 %files
-%doc COPYING.md
-%doc README.md changelog
+%license COPYING.md
+%doc AUTHORS.md README.md changelog
 %{_bindir}/%{name}
-%{_datadir}/%{name}-%{version}
-%{_mandir}/man1/pandoc.1%{ext_man}
+%dir %{_datadir}/%{name}-%{version}
+%dir %{_datadir}/%{name}-%{version}/data
+%dir %{_datadir}/%{name}-%{version}/data/docx
+%dir %{_datadir}/%{name}-%{version}/data/docx/_rels
+%dir %{_datadir}/%{name}-%{version}/data/docx/docProps
+%dir %{_datadir}/%{name}-%{version}/data/docx/word
+%dir %{_datadir}/%{name}-%{version}/data/docx/word/_rels
+%dir %{_datadir}/%{name}-%{version}/data/docx/word/theme
+%dir %{_datadir}/%{name}-%{version}/data/dzslides
+%dir %{_datadir}/%{name}-%{version}/data/odt
+%dir %{_datadir}/%{name}-%{version}/data/odt/Configurations2
+%dir %{_datadir}/%{name}-%{version}/data/odt/Configurations2/accelerator
+%dir %{_datadir}/%{name}-%{version}/data/odt/META-INF
+%dir %{_datadir}/%{name}-%{version}/data/odt/Thumbnails
+%dir %{_datadir}/%{name}-%{version}/data/pptx
+%dir %{_datadir}/%{name}-%{version}/data/pptx/_rels
+%dir %{_datadir}/%{name}-%{version}/data/pptx/docProps
+%dir %{_datadir}/%{name}-%{version}/data/pptx/ppt
+%dir %{_datadir}/%{name}-%{version}/data/pptx/ppt/_rels
+%dir %{_datadir}/%{name}-%{version}/data/pptx/ppt/notesMasters
+%dir %{_datadir}/%{name}-%{version}/data/pptx/ppt/notesMasters/_rels
+%dir %{_datadir}/%{name}-%{version}/data/pptx/ppt/notesSlides
+%dir %{_datadir}/%{name}-%{version}/data/pptx/ppt/notesSlides/_rels
+%dir %{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts
+%dir %{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts/_rels
+%dir %{_datadir}/%{name}-%{version}/data/pptx/ppt/slideMasters
+%dir %{_datadir}/%{name}-%{version}/data/pptx/ppt/slideMasters/_rels
+%dir %{_datadir}/%{name}-%{version}/data/pptx/ppt/slides
+%dir %{_datadir}/%{name}-%{version}/data/pptx/ppt/slides/_rels
+%dir %{_datadir}/%{name}-%{version}/data/pptx/ppt/theme
+%dir %{_datadir}/%{name}-%{version}/data/templates
+%dir %{_datadir}/%{name}-%{version}/data/translations
+%{_datadir}/%{name}-%{version}/COPYRIGHT
+%{_datadir}/%{name}-%{version}/MANUAL.txt
+%{_datadir}/%{name}-%{version}/data/abbreviations
+%{_datadir}/%{name}-%{version}/data/bash_completion.tpl
+%{_datadir}/%{name}-%{version}/data/docx/?Content_Types?.xml
+%{_datadir}/%{name}-%{version}/data/docx/_rels/.rels
+%{_datadir}/%{name}-%{version}/data/docx/docProps/app.xml
+%{_datadir}/%{name}-%{version}/data/docx/docProps/core.xml
+%{_datadir}/%{name}-%{version}/data/docx/word/_rels/document.xml.rels
+%{_datadir}/%{name}-%{version}/data/docx/word/_rels/footnotes.xml.rels
+%{_datadir}/%{name}-%{version}/data/docx/word/comments.xml
+%{_datadir}/%{name}-%{version}/data/docx/word/document.xml
+%{_datadir}/%{name}-%{version}/data/docx/word/fontTable.xml
+%{_datadir}/%{name}-%{version}/data/docx/word/footnotes.xml
+%{_datadir}/%{name}-%{version}/data/docx/word/numbering.xml
+%{_datadir}/%{name}-%{version}/data/docx/word/settings.xml
+%{_datadir}/%{name}-%{version}/data/docx/word/styles.xml
+%{_datadir}/%{name}-%{version}/data/docx/word/theme/theme1.xml
+%{_datadir}/%{name}-%{version}/data/docx/word/webSettings.xml
+%{_datadir}/%{name}-%{version}/data/dzslides/template.html
+%{_datadir}/%{name}-%{version}/data/epub.css
+%{_datadir}/%{name}-%{version}/data/init.lua
+%{_datadir}/%{name}-%{version}/data/jats.csl
+%{_datadir}/%{name}-%{version}/data/odt/Configurations2/accelerator/current.xml
+%{_datadir}/%{name}-%{version}/data/odt/META-INF/manifest.xml
+%{_datadir}/%{name}-%{version}/data/odt/Thumbnails/thumbnail.png
+%{_datadir}/%{name}-%{version}/data/odt/content.xml
+%{_datadir}/%{name}-%{version}/data/odt/manifest.rdf
+%{_datadir}/%{name}-%{version}/data/odt/meta.xml
+%{_datadir}/%{name}-%{version}/data/odt/mimetype
+%{_datadir}/%{name}-%{version}/data/odt/settings.xml
+%{_datadir}/%{name}-%{version}/data/odt/styles.xml
+%{_datadir}/%{name}-%{version}/data/pandoc.List.lua
+%{_datadir}/%{name}-%{version}/data/pandoc.lua
+%{_datadir}/%{name}-%{version}/data/pptx/?Content_Types?.xml
+%{_datadir}/%{name}-%{version}/data/pptx/_rels/.rels
+%{_datadir}/%{name}-%{version}/data/pptx/docProps/app.xml
+%{_datadir}/%{name}-%{version}/data/pptx/docProps/core.xml
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/_rels/presentation.xml.rels
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/notesMasters/_rels/notesMaster1.xml.rels
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/notesMasters/notesMaster1.xml
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/notesSlides/_rels/notesSlide1.xml.rels
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/notesSlides/_rels/notesSlide2.xml.rels
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/notesSlides/notesSlide1.xml
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/notesSlides/notesSlide2.xml
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/presProps.xml
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/presentation.xml
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts/_rels/slideLayout1.xml.rels
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts/_rels/slideLayout10.xml.rels
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts/_rels/slideLayout11.xml.rels
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts/_rels/slideLayout2.xml.rels
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts/_rels/slideLayout3.xml.rels
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts/_rels/slideLayout4.xml.rels
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts/_rels/slideLayout5.xml.rels
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts/_rels/slideLayout6.xml.rels
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts/_rels/slideLayout7.xml.rels
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts/_rels/slideLayout8.xml.rels
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts/_rels/slideLayout9.xml.rels
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts/slideLayout1.xml
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts/slideLayout10.xml
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts/slideLayout11.xml
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts/slideLayout2.xml
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts/slideLayout3.xml
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts/slideLayout4.xml
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts/slideLayout5.xml
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts/slideLayout6.xml
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts/slideLayout7.xml
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts/slideLayout8.xml
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideLayouts/slideLayout9.xml
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideMasters/_rels/slideMaster1.xml.rels
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slideMasters/slideMaster1.xml
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slides/_rels/slide1.xml.rels
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slides/_rels/slide2.xml.rels
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slides/slide1.xml
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/slides/slide2.xml
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/tableStyles.xml
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/theme/theme1.xml
+%{_datadir}/%{name}-%{version}/data/pptx/ppt/theme/theme2.xml
+%{_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.commonmark
+%{_datadir}/%{name}-%{version}/data/templates/default.context
+%{_datadir}/%{name}-%{version}/data/templates/default.docbook4
+%{_datadir}/%{name}-%{version}/data/templates/default.docbook5
+%{_datadir}/%{name}-%{version}/data/templates/default.dokuwiki
+%{_datadir}/%{name}-%{version}/data/templates/default.dzslides
+%{_datadir}/%{name}-%{version}/data/templates/default.epub2
+%{_datadir}/%{name}-%{version}/data/templates/default.epub3
+%{_datadir}/%{name}-%{version}/data/templates/default.haddock
+%{_datadir}/%{name}-%{version}/data/templates/default.html4
+%{_datadir}/%{name}-%{version}/data/templates/default.html5
+%{_datadir}/%{name}-%{version}/data/templates/default.icml
+%{_datadir}/%{name}-%{version}/data/templates/default.jats
+%{_datadir}/%{name}-%{version}/data/templates/default.latex
+%{_datadir}/%{name}-%{version}/data/templates/default.man
+%{_datadir}/%{name}-%{version}/data/templates/default.markdown
+%{_datadir}/%{name}-%{version}/data/templates/default.mediawiki
+%{_datadir}/%{name}-%{version}/data/templates/default.ms
+%{_datadir}/%{name}-%{version}/data/templates/default.muse
+%{_datadir}/%{name}-%{version}/data/templates/default.opendocument
+%{_datadir}/%{name}-%{version}/data/templates/default.opml
+%{_datadir}/%{name}-%{version}/data/templates/default.org
+%{_datadir}/%{name}-%{version}/data/templates/default.plain
+%{_datadir}/%{name}-%{version}/data/templates/default.revealjs
+%{_datadir}/%{name}-%{version}/data/templates/default.rst
+%{_datadir}/%{name}-%{version}/data/templates/default.rtf
+%{_datadir}/%{name}-%{version}/data/templates/default.s5
+%{_datadir}/%{name}-%{version}/data/templates/default.slideous
+%{_datadir}/%{name}-%{version}/data/templates/default.slidy
+%{_datadir}/%{name}-%{version}/data/templates/default.tei
+%{_datadir}/%{name}-%{version}/data/templates/default.texinfo
+%{_datadir}/%{name}-%{version}/data/templates/default.textile
+%{_datadir}/%{name}-%{version}/data/templates/default.zimwiki
+%{_datadir}/%{name}-%{version}/data/translations/*.yaml
+%{_mandir}/man1/pandoc.1%{?ext_man}
 
 %if 0%{?is_opensuse}
 %files pdf
@@ -176,9 +322,9 @@
 %endif
 
 %files -n ghc-%{name} -f ghc-%{name}.files
-%doc COPYING.md
+%license COPYING.md
 
 %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
-%doc README.md changelog
+%doc AUTHORS.md README.md changelog
 
 %changelog

++++++ pandoc-1.19.2.1.tar.gz -> pandoc-2.2.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/pandoc/pandoc-1.19.2.1.tar.gz 
/work/SRC/openSUSE:Factory/.pandoc.new/pandoc-2.2.1.tar.gz differ: char 10, 
line 1


Reply via email to