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.changes    2019-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.
+
+    * Text.Pandoc.Shared: Fix `makeSections` so it doesn't turn
+      column Divs into sections.
+
+    * HTML writer: add task-list class to ul if all elements are
+      task list items.  This will allow styling unordered task
+      lists in a way that omits the bullet.
+
+    * HTML-based templates: Add CSS to suppress bullet on unordered task lists.
+
+    * ConTeXt template: Fix `\startcslreferences` and use ConTeXt syntax
+      conventions (#5945, Denis Maier).  The old version had a too large
+      a skip at the beginning of the reference list.
+
+    * LaTeX template: keep the `\author{}` command even if author is not
+      specified (#5961, Yihui Xie).  Avoids a LaTeX warning.
+
+    * Generate Emoji module with TH.
+
+      + Add Text.Pandoc.Emoji.TH.
+      + Replace long literal list in Text.Pandoc.Emoji with one-liner
+        generating it from `emoji.json` using TH.
+      + Add Makefile target to download `emoji.json`.
+      + Remove `tools/emoji.hs`.
+
+    * Increase GC allocation space for compilation in cabal.project.
+
+    * Clean up manual on PDF generation backend options (#5940).
+
+    * Update release checklist to include code signing step and update
+      Windows release-candidate builds (#5950).
+
+-------------------------------------------------------------------
+Sun Dec  1 03:02:28 UTC 2019 - psim...@suse.com
+
+- Update pandoc to version 2.8.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.8.0.1/src/changelog.md
+
+-------------------------------------------------------------------
+Sat Nov 23 03:02:59 UTC 2019 - psim...@suse.com
+
+- Update pandoc to version 2.8.
+  Upstream has renamed and modified the change log file(s) in this
+  release. Unfortunately, the automatic updater cannot reliable
+  determine relevant entries for this release.
+
+-------------------------------------------------------------------
+Fri Nov  8 16:15:20 UTC 2019 - Peter Simons <psim...@suse.com>
+
+- Drop obsolete group attributes.
+
+-------------------------------------------------------------------

Old:
----
  pandoc-2.7.3.tar.gz

New:
----
  pandoc-2.9.tar.gz

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

Other differences:
------------------
++++++ pandoc.spec ++++++
--- /var/tmp/diff_new_pack.xnzwER/_old  2019-12-27 13:59:40.336841063 +0100
+++ /var/tmp/diff_new_pack.xnzwER/_new  2019-12-27 13:59:40.340841065 +0100
@@ -19,11 +19,10 @@
 %global pkg_name pandoc
 %bcond_with tests
 Name:           %{pkg_name}
-Version:        2.7.3
+Version:        2.9
 Release:        0
 Summary:        Conversion between markup formats
 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
 Source10:       pandoc-pdf.readme
@@ -49,7 +48,9 @@
 BuildRequires:  ghc-data-default-devel
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-directory-devel
+BuildRequires:  ghc-doclayout-devel
 BuildRequires:  ghc-doctemplates-devel
+BuildRequires:  ghc-emojis-devel
 BuildRequires:  ghc-exceptions-devel
 BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-haddock-library-devel
@@ -70,12 +71,14 @@
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-safe-devel
 BuildRequires:  ghc-scientific-devel
+BuildRequires:  ghc-skylighting-core-devel
 BuildRequires:  ghc-skylighting-devel
 BuildRequires:  ghc-split-devel
 BuildRequires:  ghc-syb-devel
 BuildRequires:  ghc-tagsoup-devel
 BuildRequires:  ghc-temporary-devel
 BuildRequires:  ghc-texmath-devel
+BuildRequires:  ghc-text-conversions-devel
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-time-devel
 BuildRequires:  ghc-unicode-transforms-devel
@@ -119,7 +122,6 @@
 %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
@@ -131,14 +133,12 @@
 
 %package -n ghc-%{name}
 Summary:        Haskell %{name} library
-Group:          System/Libraries
 
 %description -n ghc-%{name}
 This package provides the Haskell %{name} shared library.
 
 %package -n ghc-%{name}-devel
 Summary:        Haskell %{name} library development files
-Group:          Development/Libraries/Haskell
 Requires:       ghc-%{name} = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -172,7 +172,7 @@
 
 %files
 %license COPYING.md
-%doc AUTHORS.md README.md changelog
+%doc AUTHORS.md README.md changelog.md
 %{_bindir}/%{name}
 %dir %{_datadir}/%{name}-%{version}
 %dir %{_datadir}/%{name}-%{version}/data
@@ -328,6 +328,7 @@
 %{_datadir}/%{name}-%{version}/data/templates/default.textile
 %{_datadir}/%{name}-%{version}/data/templates/default.xwiki
 %{_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}
 
@@ -340,6 +341,6 @@
 %license COPYING.md
 
 %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
-%doc AUTHORS.md README.md changelog
+%doc AUTHORS.md README.md changelog.md
 
 %changelog

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


Reply via email to