Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2021-11-11 21:37:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and      /work/SRC/openSUSE:Factory/.pandoc.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pandoc"

Thu Nov 11 21:37:52 2021 rev:64 rq:930873 version:2.16.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes    2021-10-15 
23:03:42.430086494 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new.1890/pandoc.changes  2021-11-11 
21:38:43.760989620 +0100
@@ -1,0 +2,49 @@
+Wed Nov  3 15:44:24 UTC 2021 - psim...@suse.com
+
+- Update pandoc to version 2.16.1.
+  ## pandoc 2.16.1 (2021-11-02)
+
+    * Docx reader:  don't let first line indents trigger block quotes (#7655).
+      This fixes a regression introduced in pandoc 2.15.
+
+    * Docx writer: use `getTimestamp` for modification times in
+      reference.docx (#7654).  This ensures that when `SOURCE_DATE_EPOCH` is
+      set, the modification times of files taken from the reference.docx will
+      be set deterministically, allowing for reproducible builds.
+
+    * Lua subsystem (Albert Krewinkel):
+
+      + Load module `pandoc.path` on startup (#7524).  Previously the module
+        always had to be loaded via `require 'pandoc.path'`.
+      + Fix typo in SoftBreak constructor.
+      + Re-add `content` property to Strikeout elements.
+        Fixes a regression introduced in 2.15.
+      + Be more forgiving when retrieving the Image `caption` property.
+        Fixes a regression introduced in 2.15.
+      + Display Attr values using their native Haskell representation.
+      + Allow omitting the 2nd parameter in pandoc.Code constructor.
+        Fixes a regression introduced in 2.15 which required users to always
+        specify an Attr value when constructing a Code element.
+      + Allow to compare, show Citation values.  Comparisons of Citation
+        values are performed in Haskell; values are equal if they represent
+        the same Haskell value. Converting a Citation value to a string
+        now yields its native Haskell string representation.
+      + Restore List behavior of MetaList (#7650).  Fixes a regression
+        introduced in 2.16 which had MetaList elements lose
+        the `pandoc.List` properties.
+      + Restore `content` property on Header elements.
+      + Ensure Block elements have all expected properties.
+      + Ensure Inline elements have all expected properties.
+
+    * Allow tasty-bench 0.3.x.
+
+-------------------------------------------------------------------
+Mon Nov  1 08:26:50 UTC 2021 - psim...@suse.com
+
+- Update pandoc to version 2.16.
+  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.16/src/changelog.md
+
+-------------------------------------------------------------------

Old:
----
  pandoc-2.14.2.tar.gz

New:
----
  pandoc-2.16.1.tar.gz

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

Other differences:
------------------
++++++ pandoc.spec ++++++
--- /var/tmp/diff_new_pack.nU0O1o/_old  2021-11-11 21:38:44.504990163 +0100
+++ /var/tmp/diff_new_pack.nU0O1o/_new  2021-11-11 21:38:44.504990163 +0100
@@ -19,7 +19,7 @@
 %global pkg_name pandoc
 %bcond_with tests
 Name:           %{pkg_name}
-Version:        2.14.2
+Version:        2.16.1
 Release:        0
 Summary:        Conversion between markup formats
 License:        GPL-2.0-or-later
@@ -29,7 +29,6 @@
 BuildRequires:  fdupes
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-Glob-devel
-BuildRequires:  ghc-HsYAML-devel
 BuildRequires:  ghc-JuicyPixels-devel
 BuildRequires:  ghc-SHA-devel
 BuildRequires:  ghc-aeson-devel
@@ -59,9 +58,11 @@
 BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-haddock-library-devel
 BuildRequires:  ghc-hslua-devel
+BuildRequires:  ghc-hslua-marshalling-devel
 BuildRequires:  ghc-hslua-module-path-devel
 BuildRequires:  ghc-hslua-module-system-devel
 BuildRequires:  ghc-hslua-module-text-devel
+BuildRequires:  ghc-hslua-module-version-devel
 BuildRequires:  ghc-http-client-devel
 BuildRequires:  ghc-http-client-tls-devel
 BuildRequires:  ghc-http-types-devel
@@ -72,6 +73,8 @@
 BuildRequires:  ghc-network-uri-devel
 BuildRequires:  ghc-pandoc-types-devel
 BuildRequires:  ghc-parsec-devel
+BuildRequires:  ghc-pretty-devel
+BuildRequires:  ghc-pretty-show-devel
 BuildRequires:  ghc-process-devel
 BuildRequires:  ghc-random-devel
 BuildRequires:  ghc-rpm-macros
@@ -90,9 +93,9 @@
 BuildRequires:  ghc-unicode-collation-devel
 BuildRequires:  ghc-unicode-transforms-devel
 BuildRequires:  ghc-unix-devel
-BuildRequires:  ghc-unordered-containers-devel
 BuildRequires:  ghc-xml-conduit-devel
 BuildRequires:  ghc-xml-devel
+BuildRequires:  ghc-yaml-devel
 BuildRequires:  ghc-zip-archive-devel
 BuildRequires:  ghc-zlib-devel
 ExcludeArch:    %{ix86}
@@ -145,8 +148,6 @@
 
 %prep
 %autosetup
-cabal-tweak-dep-ver 'skylighting' '< 0.12' '< 0.13'
-cabal-tweak-dep-ver 'skylighting-core' '< 0.12' '< 0.13'
 
 %build
 %ghc_lib_build

++++++ pandoc-2.14.2.tar.gz -> pandoc-2.16.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/pandoc/pandoc-2.14.2.tar.gz 
/work/SRC/openSUSE:Factory/.pandoc.new.1890/pandoc-2.16.1.tar.gz differ: char 
15, line 1

Reply via email to