Hello community,

here is the log from the commit of package ghc-blaze-markup for 
openSUSE:Factory checked in at 2018-10-25 08:14:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-blaze-markup (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-blaze-markup"

Thu Oct 25 08:14:48 2018 rev:13 rq:642849 version:0.8.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-blaze-markup/ghc-blaze-markup.changes        
2018-07-21 10:21:47.307007120 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new/ghc-blaze-markup.changes   
2018-10-25 08:14:50.724109396 +0200
@@ -1,0 +2,9 @@
+Thu Oct  4 15:40:13 UTC 2018 - [email protected]
+
+- Update blaze-markup to version 0.8.2.2.
+  - 0.8.2.2 (2018-09-25)
+      * Bump `base` to 4.12
+      * Bump `containers` to 0.6
+      * Bump `tasty` to 1.1
+
+-------------------------------------------------------------------

Old:
----
  blaze-markup-0.8.2.1.tar.gz

New:
----
  blaze-markup-0.8.2.2.tar.gz

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

Other differences:
------------------
++++++ ghc-blaze-markup.spec ++++++
--- /var/tmp/diff_new_pack.t9fkr3/_old  2018-10-25 08:14:51.424109095 +0200
+++ /var/tmp/diff_new_pack.t9fkr3/_new  2018-10-25 08:14:51.428109094 +0200
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %global pkg_name blaze-markup
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.8.2.1
+Version:        0.8.2.2
 Release:        0
 Summary:        A blazingly fast markup combinator library for Haskell
 License:        BSD-3-Clause

++++++ blaze-markup-0.8.2.1.tar.gz -> blaze-markup-0.8.2.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.8.2.1/CHANGELOG 
new/blaze-markup-0.8.2.2/CHANGELOG
--- old/blaze-markup-0.8.2.1/CHANGELOG  2018-04-09 15:46:43.000000000 +0200
+++ new/blaze-markup-0.8.2.2/CHANGELOG  2018-09-25 16:27:56.000000000 +0200
@@ -1,5 +1,10 @@
 # Changelog
 
+- 0.8.2.2 (2018-09-25)
+    * Bump `base` to 4.12
+    * Bump `containers` to 0.6
+    * Bump `tasty` to 1.1
+
 - 0.8.2.1 (2018-04-09)
     * Bump `QuickCheck` dependency to allow 2.11
     * Bump `tasty` dependency to allow 1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.8.2.1/blaze-markup.cabal 
new/blaze-markup-0.8.2.2/blaze-markup.cabal
--- old/blaze-markup-0.8.2.1/blaze-markup.cabal 2018-04-09 15:46:43.000000000 
+0200
+++ new/blaze-markup-0.8.2.2/blaze-markup.cabal 2018-09-25 16:28:02.000000000 
+0200
@@ -1,5 +1,5 @@
 Name:         blaze-markup
-Version:      0.8.2.1
+Version:      0.8.2.2
 Homepage:     http://jaspervdj.be/blaze
 Bug-Reports:  http://github.com/jaspervdj/blaze-markup/issues
 License:      BSD3
@@ -36,7 +36,7 @@
     Text.Blaze.Renderer.Utf8
 
   Build-depends:
-    base          >= 4    && < 4.12,
+    base          >= 4    && < 4.13,
     blaze-builder >= 0.3  && < 0.5,
     text          >= 0.10 && < 1.3,
     bytestring    >= 0.9  && < 0.11
@@ -60,12 +60,12 @@
   Build-depends:
     HUnit            >= 1.2  && < 1.7,
     QuickCheck       >= 2.7  && < 2.12,
-    containers       >= 0.3  && < 0.6,
-    tasty            >= 1.0  && < 1.1,
+    containers       >= 0.3  && < 0.7,
+    tasty            >= 1.0  && < 1.2,
     tasty-hunit      >= 0.10 && < 0.11,
     tasty-quickcheck >= 0.10 && < 0.11,
     -- Copied from regular dependencies...
-    base          >= 4    && < 4.12,
+    base          >= 4    && < 4.13,
     blaze-builder >= 0.3  && < 0.5,
     text          >= 0.10 && < 1.3,
     bytestring    >= 0.9  && < 0.11


Reply via email to