Hello community,
here is the log from the commit of package ghc-rest-stringmap for
openSUSE:Factory checked in at 2017-08-31 20:58:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-rest-stringmap (Old)
and /work/SRC/openSUSE:Factory/.ghc-rest-stringmap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-rest-stringmap"
Thu Aug 31 20:58:45 2017 rev:2 rq:513475 version:0.2.0.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-rest-stringmap/ghc-rest-stringmap.changes
2017-05-16 14:41:18.863509003 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-rest-stringmap.new/ghc-rest-stringmap.changes
2017-08-31 20:58:45.672046454 +0200
@@ -1,0 +2,5 @@
+Fri Jul 28 03:01:23 UTC 2017 - [email protected]
+
+- Update to version 0.2.0.6 revision 7.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-rest-stringmap.spec ++++++
--- /var/tmp/diff_new_pack.8RUwBs/_old 2017-08-31 20:58:46.611914400 +0200
+++ /var/tmp/diff_new_pack.8RUwBs/_new 2017-08-31 20:58:46.623912715 +0200
@@ -25,7 +25,7 @@
Group: Development/Languages/Other
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/6.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/7.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-aeson-devel
BuildRequires: ghc-containers-devel
++++++ rest-stringmap.cabal ++++++
--- /var/tmp/diff_new_pack.8RUwBs/_old 2017-08-31 20:58:46.719899228 +0200
+++ /var/tmp/diff_new_pack.8RUwBs/_new 2017-08-31 20:58:46.727898104 +0200
@@ -1,6 +1,6 @@
name: rest-stringmap
version: 0.2.0.6
-x-revision: 6
+x-revision: 7
license: BSD3
license-file: LICENSE
synopsis: Maps with stringy keys that can be transcoded to JSON and
XML.
@@ -27,7 +27,7 @@
Rest.StringMap.Map.Strict
Rest.StringMap.Util
build-depends:
- base >= 4.6 && < 4.10
+ base >= 4.6 && < 4.11
, aeson >= 0.7 && < 1.3
, containers == 0.5.*
, hashable == 1.2.*