Hello community,

here is the log from the commit of package ghc-blaze-markup for 
openSUSE:Factory checked in at 2019-10-18 14:33:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-blaze-markup (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-blaze-markup"

Fri Oct 18 14:33:49 2019 rev:15 rq:737194 version:0.8.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-blaze-markup/ghc-blaze-markup.changes        
2019-02-17 12:20:00.652222501 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.2352/ghc-blaze-markup.changes  
    2019-10-18 14:33:49.900177166 +0200
@@ -1,0 +2,9 @@
+Thu Oct  3 02:01:58 UTC 2019 - psim...@suse.com
+
+- Update blaze-markup to version 0.8.2.3.
+  - 0.8.2.3 (2019-10-02)
+      * Bump `base` to 4.13
+      * Bump `tasty` to 1.2
+      * Bump `QuickCheck` to 2.13
+
+-------------------------------------------------------------------

Old:
----
  blaze-markup-0.8.2.2.tar.gz
  blaze-markup.cabal

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

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

Other differences:
------------------
++++++ ghc-blaze-markup.spec ++++++
--- /var/tmp/diff_new_pack.GTsUBr/_old  2019-10-18 14:33:50.712175052 +0200
+++ /var/tmp/diff_new_pack.GTsUBr/_new  2019-10-18 14:33:50.716175042 +0200
@@ -19,14 +19,13 @@
 %global pkg_name blaze-markup
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.8.2.2
+Version:        0.8.2.3
 Release:        0
 Summary:        A blazingly fast markup combinator library for Haskell
 License:        BSD-3-Clause
 Group:          Development/Libraries/Haskell
 URL:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-blaze-builder-devel
 BuildRequires:  ghc-bytestring-devel
@@ -59,7 +58,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ blaze-markup-0.8.2.2.tar.gz -> blaze-markup-0.8.2.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.8.2.2/CHANGELOG 
new/blaze-markup-0.8.2.3/CHANGELOG
--- old/blaze-markup-0.8.2.2/CHANGELOG  2018-09-25 16:27:56.000000000 +0200
+++ new/blaze-markup-0.8.2.3/CHANGELOG  2019-10-02 16:06:54.000000000 +0200
@@ -1,5 +1,10 @@
 # Changelog
 
+- 0.8.2.3 (2019-10-02)
+    * Bump `base` to 4.13
+    * Bump `tasty` to 1.2
+    * Bump `QuickCheck` to 2.13
+
 - 0.8.2.2 (2018-09-25)
     * Bump `base` to 4.12
     * Bump `containers` to 0.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.8.2.2/blaze-markup.cabal 
new/blaze-markup-0.8.2.3/blaze-markup.cabal
--- old/blaze-markup-0.8.2.2/blaze-markup.cabal 2018-09-25 16:28:02.000000000 
+0200
+++ new/blaze-markup-0.8.2.3/blaze-markup.cabal 2019-10-02 16:06:04.000000000 
+0200
@@ -1,5 +1,5 @@
 Name:         blaze-markup
-Version:      0.8.2.2
+Version:      0.8.2.3
 Homepage:     http://jaspervdj.be/blaze
 Bug-Reports:  http://github.com/jaspervdj/blaze-markup/issues
 License:      BSD3
@@ -18,7 +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.0.2, GHC == 8.2.2, GHC == 8.4.1,
+               GHC == 8.6.3, GHC == 8.8.1
 
 Extra-source-files:
   CHANGELOG
@@ -36,7 +37,7 @@
     Text.Blaze.Renderer.Utf8
 
   Build-depends:
-    base          >= 4    && < 4.13,
+    base          >= 4    && < 4.14,
     blaze-builder >= 0.3  && < 0.5,
     text          >= 0.10 && < 1.3,
     bytestring    >= 0.9  && < 0.11
@@ -59,13 +60,13 @@
 
   Build-depends:
     HUnit            >= 1.2  && < 1.7,
-    QuickCheck       >= 2.7  && < 2.12,
+    QuickCheck       >= 2.7  && < 2.14,
     containers       >= 0.3  && < 0.7,
-    tasty            >= 1.0  && < 1.2,
+    tasty            >= 1.0  && < 1.3,
     tasty-hunit      >= 0.10 && < 0.11,
     tasty-quickcheck >= 0.10 && < 0.11,
     -- Copied from regular dependencies...
-    base          >= 4    && < 4.13,
+    base          >= 4    && < 4.14,
     blaze-builder >= 0.3  && < 0.5,
     text          >= 0.10 && < 1.3,
     bytestring    >= 0.9  && < 0.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.8.2.2/src/Text/Blaze/Internal.hs 
new/blaze-markup-0.8.2.3/src/Text/Blaze/Internal.hs
--- old/blaze-markup-0.8.2.2/src/Text/Blaze/Internal.hs 2017-09-21 
12:36:11.000000000 +0200
+++ new/blaze-markup-0.8.2.3/src/Text/Blaze/Internal.hs 2019-09-16 
04:24:54.000000000 +0200
@@ -8,7 +8,7 @@
 {-# LANGUAGE Rank2Types                 #-}
 -- | The BlazeMarkup core, consisting of functions that offer the power to
 -- generate custom markup elements. It also offers user-centric functions,
--- which are exposed through 'Text.Blaze'.
+-- which are exposed through "Text.Blaze".
 --
 -- While this module is exported, usage of it is not recommended, unless you
 -- know what you are doing. This module might undergo changes at any time.


Reply via email to