Hello community,
here is the log from the commit of package ghc-blaze-html for
openSUSE:Leap:15.2 checked in at 2020-02-19 18:37:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/ghc-blaze-html (Old)
and /work/SRC/openSUSE:Leap:15.2/.ghc-blaze-html.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-blaze-html"
Wed Feb 19 18:37:59 2020 rev:11 rq:771244 version:0.9.1.2
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/ghc-blaze-html/ghc-blaze-html.changes
2020-01-15 15:00:43.233756749 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.ghc-blaze-html.new.26092/ghc-blaze-html.changes
2020-02-19 18:38:01.197893970 +0100
@@ -1,0 +2,15 @@
+Fri Nov 8 16:13:21 UTC 2019 - Peter Simons <[email protected]>
+
+- Drop obsolete group attributes.
+
+-------------------------------------------------------------------
+Thu Oct 3 02:02:18 UTC 2019 - [email protected]
+
+- Update blaze-html to version 0.9.1.2.
+ - 0.9.1.2 (2019-10-02)
+ * Bump QuickCheck dependency to 2.13
+ * Bump containers dependency to 0.6
+ * Check in generated code
+ * Regenerate .travis.yml using haskell-ci
+
+-------------------------------------------------------------------
Old:
----
blaze-html-0.9.1.1.tar.gz
New:
----
blaze-html-0.9.1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-blaze-html.spec ++++++
--- /var/tmp/diff_new_pack.Nsv7IO/_old 2020-02-19 18:38:01.473894548 +0100
+++ /var/tmp/diff_new_pack.Nsv7IO/_new 2020-02-19 18:38:01.473894548 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-blaze-html
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,11 +19,10 @@
%global pkg_name blaze-html
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.9.1.1
+Version: 0.9.1.2
Release: 0
Summary: A blazingly fast HTML 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
BuildRequires: ghc-Cabal-devel
@@ -48,7 +47,6 @@
%package devel
Summary: Haskell %{pkg_name} library development files
-Group: Development/Libraries/Haskell
Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
++++++ blaze-html-0.9.1.1.tar.gz -> blaze-html-0.9.1.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/blaze-html-0.9.1.1/CHANGELOG
new/blaze-html-0.9.1.2/CHANGELOG
--- old/blaze-html-0.9.1.1/CHANGELOG 2018-06-12 16:15:06.000000000 +0200
+++ new/blaze-html-0.9.1.2/CHANGELOG 2019-10-02 17:13:47.000000000 +0200
@@ -1,5 +1,11 @@
# Changelog
+- 0.9.1.2 (2019-10-02)
+ * Bump QuickCheck dependency to 2.13
+ * Bump containers dependency to 0.6
+ * Check in generated code
+ * Regenerate .travis.yml using haskell-ci
+
- 0.9.1.1 (2018-06-12)
* Fix generated source code on Hackage
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/blaze-html-0.9.1.1/blaze-html.cabal
new/blaze-html-0.9.1.2/blaze-html.cabal
--- old/blaze-html-0.9.1.1/blaze-html.cabal 2018-06-12 16:14:40.000000000
+0200
+++ new/blaze-html-0.9.1.2/blaze-html.cabal 2019-10-02 17:12:56.000000000
+0200
@@ -1,5 +1,5 @@
Name: blaze-html
-Version: 0.9.1.1
+Version: 0.9.1.2
Homepage: http://jaspervdj.be/blaze
Bug-Reports: http://github.com/jaspervdj/blaze-html/issues
License: BSD3
@@ -17,6 +17,9 @@
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
Extra-source-files:
CHANGELOG
@@ -77,8 +80,8 @@
Build-depends:
HUnit >= 1.2 && < 1.7,
- QuickCheck >= 2.4 && < 2.12,
- containers >= 0.3 && < 0.6,
+ QuickCheck >= 2.4 && < 2.14,
+ containers >= 0.3 && < 0.7,
test-framework >= 0.4 && < 0.9,
test-framework-hunit >= 0.3 && < 0.4,
test-framework-quickcheck2 >= 0.3 && < 0.4,