Hello community,
here is the log from the commit of package ghc-pandoc-types for
openSUSE:Factory checked in at 2019-10-18 14:34:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-pandoc-types (Old)
and /work/SRC/openSUSE:Factory/.ghc-pandoc-types.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-pandoc-types"
Fri Oct 18 14:34:26 2019 rev:25 rq:737207 version:1.17.6.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-pandoc-types/ghc-pandoc-types.changes
2019-08-29 17:21:50.643324216 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-pandoc-types.new.2352/ghc-pandoc-types.changes
2019-10-18 14:34:27.848078337 +0200
@@ -1,0 +2,8 @@
+Wed Sep 25 02:02:22 UTC 2019 - [email protected]
+
+- Update pandoc-types to version 1.17.6.1.
+ [1.17.6.1]
+
+ * Relax version bound for string-qq.
+
+-------------------------------------------------------------------
Old:
----
pandoc-types-1.17.6.tar.gz
New:
----
pandoc-types-1.17.6.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-pandoc-types.spec ++++++
--- /var/tmp/diff_new_pack.4f6sjO/_old 2019-10-18 14:34:28.744076004 +0200
+++ /var/tmp/diff_new_pack.4f6sjO/_new 2019-10-18 14:34:28.748075993 +0200
@@ -19,7 +19,7 @@
%global pkg_name pandoc-types
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 1.17.6
+Version: 1.17.6.1
Release: 0
Summary: Types for representing a structured document
License: GPL-2.0-only
++++++ pandoc-types-1.17.6.tar.gz -> pandoc-types-1.17.6.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pandoc-types-1.17.6/changelog
new/pandoc-types-1.17.6.1/changelog
--- old/pandoc-types-1.17.6/changelog 2019-08-23 20:04:52.000000000 +0200
+++ new/pandoc-types-1.17.6.1/changelog 2019-09-24 18:17:32.000000000 +0200
@@ -1,3 +1,8 @@
+[1.17.6.1]
+
+
+ * Relax version bound for string-qq.
+
[1.17.6]
* Walk: export walk and query helpers (Albert Krewinkel) [API change].
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pandoc-types-1.17.6/pandoc-types.cabal
new/pandoc-types-1.17.6.1/pandoc-types.cabal
--- old/pandoc-types-1.17.6/pandoc-types.cabal 2019-08-23 20:00:39.000000000
+0200
+++ new/pandoc-types-1.17.6.1/pandoc-types.cabal 2019-09-24
18:16:57.000000000 +0200
@@ -1,5 +1,5 @@
Name: pandoc-types
-Version: 1.17.6
+Version: 1.17.6.1
Synopsis: Types for representing a structured document
Description: @Text.Pandoc.Definition@ defines the 'Pandoc' data
structure, which is used by pandoc to represent
@@ -75,7 +75,7 @@
test-framework-quickcheck2 >= 0.2.9 && < 0.4,
QuickCheck >= 2.4 && < 2.14,
HUnit >= 1.2 && < 1.7,
- string-qq == 0.0.2
+ string-qq >= 0.0.2 && < 0.1
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -O2
benchmark benchmark-pandoc-types