Hello community,
here is the log from the commit of package ghc-pandoc-types for
openSUSE:Factory checked in at 2020-07-09 13:19:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-pandoc-types (Old)
and /work/SRC/openSUSE:Factory/.ghc-pandoc-types.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-pandoc-types"
Thu Jul 9 13:19:29 2020 rev:29 rq:819584 version:1.21
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-pandoc-types/ghc-pandoc-types.changes
2020-06-19 17:16:34.846745139 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-pandoc-types.new.3060/ghc-pandoc-types.changes
2020-07-09 13:19:57.429381417 +0200
@@ -1,0 +2,42 @@
+Tue Jun 23 09:15:18 UTC 2020 - [email protected]
+
+- Update pandoc-types to version 1.21.
+ [1.21]
+
+ * Add Underline constructor (#68, Vaibhav Sagar).
+
+ * Improve table types to allow col, rowspans and more (#65, Christian
+ Despres). The additions include modification of the Block type, some
+ newtypes related to tables, and changes to the table builders. The table
+ builder is now aware of the new Table constructor, and normalizes the
+ input table appropriately, so that when laid onto a grid the resulting
+ table has no empty spaces, overlapping cells, or cells that extend beyond
+ their section boundary.
+
+ Three properties of normalization are checked:
+
+ - Normalization is idempotent.
+ - Each row of a normalized table is an initial segment of the
+ corresponding row in the unnormalized table, modulo changed cell
+ dimensions, dropped cells, and padding with empty cells. This is only
+ checked for the first row of the TableBody, however, due to row head
+ difficulties.
+ - The sum of the cell lengths in the first row of every
+ normalized table section is always equal to the total table width.
+
+ `simpleTable` has been changed so that a null header list becomes a
+ TableHead with a null body, not a TableHead with a single empty row.
+
+ * Bump QuickCheck upper bound.
+
+ * Change lower bound for QuickCheck to 2.10 (needed for `liftShrink2`).
+
+ * Small code quality improvements (Joseph C. Sible, #69).
+
+ * Allow aeson 1.5 (#72, Felix Yan).
+
+ * Fixed documentation typo (Merlin Göttlinger).
+
+ * Add COMPLETE pragmas to the pattern definitions (Christian Despres).
+
+-------------------------------------------------------------------
Old:
----
pandoc-types-1.20.tar.gz
New:
----
pandoc-types-1.21.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-pandoc-types.spec ++++++
--- /var/tmp/diff_new_pack.NRX8Uu/_old 2020-07-09 13:19:58.969386284 +0200
+++ /var/tmp/diff_new_pack.NRX8Uu/_new 2020-07-09 13:19:58.973386296 +0200
@@ -19,7 +19,7 @@
%global pkg_name pandoc-types
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 1.20
+Version: 1.21
Release: 0
Summary: Types for representing a structured document
License: GPL-2.0-only
@@ -74,8 +74,6 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-cabal-tweak-dep-ver QuickCheck '< 2.14' '< 3'
-cabal-tweak-dep-ver aeson '< 1.5' '< 2'
%build
%ghc_lib_build
++++++ pandoc-types-1.20.tar.gz -> pandoc-types-1.21.tar.gz ++++++
++++ 2063 lines of diff (skipped)