Hello community,
here is the log from the commit of package ghc-uri-bytestring for
openSUSE:Factory checked in at 2018-10-25 08:19:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-uri-bytestring (Old)
and /work/SRC/openSUSE:Factory/.ghc-uri-bytestring.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-uri-bytestring"
Thu Oct 25 08:19:12 2018 rev:8 rq:642902 version:0.3.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-uri-bytestring/ghc-uri-bytestring.changes
2018-07-24 17:23:18.047370191 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-uri-bytestring.new/ghc-uri-bytestring.changes
2018-10-25 08:19:15.167994129 +0200
@@ -1,0 +2,7 @@
+Fri Oct 12 02:01:09 UTC 2018 - [email protected]
+
+- Update uri-bytestring to version 0.3.2.1.
+ 0.3.2.1
+ * Loosen upper bounds on template-haskell
+
+-------------------------------------------------------------------
Old:
----
uri-bytestring-0.3.2.0.tar.gz
New:
----
uri-bytestring-0.3.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-uri-bytestring.spec ++++++
--- /var/tmp/diff_new_pack.v6sGOa/_old 2018-10-25 08:19:17.191993234 +0200
+++ /var/tmp/diff_new_pack.v6sGOa/_new 2018-10-25 08:19:17.195993232 +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 uri-bytestring
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.3.2.0
+Version: 0.3.2.1
Release: 0
Summary: Haskell URI parsing as ByteStrings
License: BSD-3-Clause
++++++ uri-bytestring-0.3.2.0.tar.gz -> uri-bytestring-0.3.2.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/uri-bytestring-0.3.2.0/changelog.md
new/uri-bytestring-0.3.2.1/changelog.md
--- old/uri-bytestring-0.3.2.0/changelog.md 2018-05-21 20:40:32.000000000
+0200
+++ new/uri-bytestring-0.3.2.1/changelog.md 2018-10-11 23:37:00.000000000
+0200
@@ -1,3 +1,6 @@
+0.3.2.1
+* Loosen upper bounds on template-haskell
+
0.3.2.0
* Only depend on the fail package when it is needed due to GHC version.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/uri-bytestring-0.3.2.0/uri-bytestring.cabal
new/uri-bytestring-0.3.2.1/uri-bytestring.cabal
--- old/uri-bytestring-0.3.2.0/uri-bytestring.cabal 2018-05-21
20:40:30.000000000 +0200
+++ new/uri-bytestring-0.3.2.1/uri-bytestring.cabal 2018-10-11
23:36:48.000000000 +0200
@@ -1,5 +1,5 @@
name: uri-bytestring
-version: 0.3.2.0
+version: 0.3.2.1
synopsis: Haskell URI parsing as ByteStrings
description: uri-bytestring aims to be an RFC3986 compliant URI parser that
uses efficient ByteStrings for parsing and representing the URI data.
license: BSD3
@@ -43,7 +43,7 @@
, base >= 4.6 && < 5
, bytestring >= 0.9.1 && < 0.11
, blaze-builder >= 0.3.0.0 && < 0.5
- , template-haskell >= 2.9 && < 2.14
+ , template-haskell >= 2.9 && < 2.15
, th-lift-instances >= 0.1.8 && < 0.2
, containers