Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-pandoc-types for
openSUSE:Factory checked in at 2022-10-13 15:42:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-pandoc-types (Old)
and /work/SRC/openSUSE:Factory/.ghc-pandoc-types.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-pandoc-types"
Thu Oct 13 15:42:42 2022 rev:36 rq:1008498 version:1.22.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-pandoc-types/ghc-pandoc-types.changes
2022-08-01 21:29:02.937424082 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-pandoc-types.new.2275/ghc-pandoc-types.changes
2022-10-13 15:42:50.406819318 +0200
@@ -1,0 +2,8 @@
+Sat Aug 13 18:36:11 UTC 2022 - Peter Simons <[email protected]>
+
+- Update pandoc-types to version 1.22.2.1.
+ [1.22.2.1]
+
+ * Allow aeson 2.1.* and criterion 1.6.
+
+-------------------------------------------------------------------
Old:
----
pandoc-types-1.22.2.tar.gz
New:
----
pandoc-types-1.22.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-pandoc-types.spec ++++++
--- /var/tmp/diff_new_pack.XZvnHu/_old 2022-10-13 15:42:51.974822380 +0200
+++ /var/tmp/diff_new_pack.XZvnHu/_new 2022-10-13 15:42:51.982822395 +0200
@@ -19,7 +19,7 @@
%global pkg_name pandoc-types
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 1.22.2
+Version: 1.22.2.1
Release: 0
Summary: Types for representing a structured document
License: GPL-2.0-only
++++++ pandoc-types-1.22.2.tar.gz -> pandoc-types-1.22.2.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pandoc-types-1.22.2/changelog
new/pandoc-types-1.22.2.1/changelog
--- old/pandoc-types-1.22.2/changelog 2022-04-02 08:18:38.000000000 +0200
+++ new/pandoc-types-1.22.2.1/changelog 2001-09-09 03:46:40.000000000 +0200
@@ -1,3 +1,7 @@
+[1.22.2.1]
+
+ * Allow aeson 2.1.* and criterion 1.6.
+
[1.22.2]
* Use StrictData in Text.Pandoc.Definition.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pandoc-types-1.22.2/pandoc-types.cabal
new/pandoc-types-1.22.2.1/pandoc-types.cabal
--- old/pandoc-types-1.22.2/pandoc-types.cabal 2022-03-11 18:52:15.000000000
+0100
+++ new/pandoc-types-1.22.2.1/pandoc-types.cabal 2001-09-09
03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
cabal-version: 2.2
Name: pandoc-types
-version: 1.22.2
+version: 1.22.2.1
Synopsis: Types for representing a structured document
Description: @Text.Pandoc.Definition@ defines the 'Pandoc' data
structure, which is used by pandoc to represent
@@ -33,7 +33,8 @@
Category: Text
Build-type: Simple
Tested-With: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.2,
- GHC == 8.6.5, GHC == 8.8.1
+ GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7,
+ GHC == 9.0.2, GHC == 9.2.3
Extra-Source-Files: changelog
Source-repository head
type: git
@@ -56,7 +57,7 @@
syb >= 0.1 && < 0.8,
ghc-prim >= 0.2,
bytestring >= 0.9 && < 0.12,
- aeson >= 0.6.2 && < 2.1,
+ aeson >= 0.6.2 && < 2.2,
transformers >= 0.2 && < 0.7,
QuickCheck >= 2.10 && < 2.15
if !impl(ghc >= 8.0)
@@ -71,7 +72,7 @@
build-depends: base,
pandoc-types,
syb,
- aeson >= 0.6.2 && < 2.1,
+ aeson >= 0.6.2 && < 2.2,
containers >= 0.3,
text,
bytestring >= 0.9 && < 0.12,
@@ -91,6 +92,6 @@
build-depends: pandoc-types,
base >= 4.5 && < 5,
text,
- criterion >= 1.0 && < 1.6
+ criterion >= 1.0
ghc-options: -rtsopts -Wall -fno-warn-unused-do-bind -O2
default-language: Haskell2010