Hello community,
here is the log from the commit of package ghc-blaze-markup for
openSUSE:Leap:15.2 checked in at 2020-05-13 03:54:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/ghc-blaze-markup (Old)
and /work/SRC/openSUSE:Leap:15.2/.ghc-blaze-markup.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-blaze-markup"
Wed May 13 03:54:07 2020 rev:13 rq:802916 version:0.8.2.5
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/ghc-blaze-markup/ghc-blaze-markup.changes
2020-02-19 18:38:01.693895008 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.ghc-blaze-markup.new.2738/ghc-blaze-markup.changes
2020-05-13 03:54:14.364502217 +0200
@@ -1,0 +2,10 @@
+Wed May 6 06:52:11 UTC 2020 - [email protected]
+
+- Update blaze-markup to version 0.8.2.5.
+ - 0.8.2.5 (2020-04-20)
+ * Bump `base` upper bound to 4.15
+
+ - 0.8.2.4 (2020-03-29)
+ * Bump `QuickCheck` upper bound to 2.15
+
+-------------------------------------------------------------------
Old:
----
blaze-markup-0.8.2.3.tar.gz
New:
----
blaze-markup-0.8.2.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-blaze-markup.spec ++++++
--- /var/tmp/diff_new_pack.inoJQ2/_old 2020-05-13 03:54:14.724502972 +0200
+++ /var/tmp/diff_new_pack.inoJQ2/_new 2020-05-13 03:54:14.728502980 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-blaze-markup
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%global pkg_name blaze-markup
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.8.2.3
+Version: 0.8.2.5
Release: 0
Summary: A blazingly fast markup combinator library for Haskell
License: BSD-3-Clause
++++++ blaze-markup-0.8.2.3.tar.gz -> blaze-markup-0.8.2.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/blaze-markup-0.8.2.3/CHANGELOG
new/blaze-markup-0.8.2.5/CHANGELOG
--- old/blaze-markup-0.8.2.3/CHANGELOG 2019-10-02 16:06:54.000000000 +0200
+++ new/blaze-markup-0.8.2.5/CHANGELOG 2020-04-20 15:29:04.000000000 +0200
@@ -1,5 +1,11 @@
# Changelog
+- 0.8.2.5 (2020-04-20)
+ * Bump `base` upper bound to 4.15
+
+- 0.8.2.4 (2020-03-29)
+ * Bump `QuickCheck` upper bound to 2.15
+
- 0.8.2.3 (2019-10-02)
* Bump `base` to 4.13
* Bump `tasty` to 1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/blaze-markup-0.8.2.3/blaze-markup.cabal
new/blaze-markup-0.8.2.5/blaze-markup.cabal
--- old/blaze-markup-0.8.2.3/blaze-markup.cabal 2019-10-02 16:06:04.000000000
+0200
+++ new/blaze-markup-0.8.2.5/blaze-markup.cabal 2020-04-20 15:29:09.000000000
+0200
@@ -1,5 +1,5 @@
Name: blaze-markup
-Version: 0.8.2.3
+Version: 0.8.2.5
Homepage: http://jaspervdj.be/blaze
Bug-Reports: http://github.com/jaspervdj/blaze-markup/issues
License: BSD3
@@ -18,8 +18,8 @@
Build-type: Simple
Cabal-version: >= 1.8
Tested-with: GHC == 7.8.4, GHC == 7.10.3,
- GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1,
- GHC == 8.6.3, GHC == 8.8.1
+ GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4,
+ GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1
Extra-source-files:
CHANGELOG
@@ -37,7 +37,7 @@
Text.Blaze.Renderer.Utf8
Build-depends:
- base >= 4 && < 4.14,
+ base >= 4 && < 4.15,
blaze-builder >= 0.3 && < 0.5,
text >= 0.10 && < 1.3,
bytestring >= 0.9 && < 0.11
@@ -60,13 +60,13 @@
Build-depends:
HUnit >= 1.2 && < 1.7,
- QuickCheck >= 2.7 && < 2.14,
+ QuickCheck >= 2.7 && < 2.15,
containers >= 0.3 && < 0.7,
tasty >= 1.0 && < 1.3,
tasty-hunit >= 0.10 && < 0.11,
tasty-quickcheck >= 0.10 && < 0.11,
-- Copied from regular dependencies...
- base >= 4 && < 4.14,
+ base >= 4 && < 4.15,
blaze-builder >= 0.3 && < 0.5,
text >= 0.10 && < 1.3,
bytestring >= 0.9 && < 0.11