Hello community,
here is the log from the commit of package ghc-microlens-aeson for
openSUSE:Factory checked in at 2017-03-18 20:50:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-microlens-aeson (Old)
and /work/SRC/openSUSE:Factory/.ghc-microlens-aeson.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-microlens-aeson"
Sat Mar 18 20:50:09 2017 rev:3 rq:461660 version:2.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-microlens-aeson/ghc-microlens-aeson.changes
2016-11-10 13:25:09.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-microlens-aeson.new/ghc-microlens-aeson.changes
2017-03-18 20:50:10.473074403 +0100
@@ -1,0 +2,15 @@
+Sun Feb 12 14:19:33 UTC 2017 - [email protected]
+
+- Update to version 2.2.0 with cabal2obs.
+
+-------------------------------------------------------------------
+Wed Jan 18 09:00:23 UTC 2017 - [email protected]
+
+- Update to version 2.1.1.3 with cabal2obs.
+
+-------------------------------------------------------------------
+Mon Jan 9 06:33:40 UTC 2017 - [email protected]
+
+- Update to version 2.1.1.2 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
microlens-aeson-2.1.1.1.tar.gz
New:
----
microlens-aeson-2.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-microlens-aeson.spec ++++++
--- /var/tmp/diff_new_pack.k8b8XX/_old 2017-03-18 20:50:11.360948620 +0100
+++ /var/tmp/diff_new_pack.k8b8XX/_new 2017-03-18 20:50:11.364948054 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-microlens-aeson
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,7 +19,7 @@
%global pkg_name microlens-aeson
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 2.1.1.1
+Version: 2.2.0
Release: 0
Summary: Law-abiding lenses for Aeson, using microlens
License: MIT
++++++ microlens-aeson-2.1.1.1.tar.gz -> microlens-aeson-2.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/microlens-aeson-2.1.1.1/CHANGELOG.md
new/microlens-aeson-2.2.0/CHANGELOG.md
--- old/microlens-aeson-2.1.1.1/CHANGELOG.md 2016-08-09 05:44:02.000000000
+0200
+++ new/microlens-aeson-2.2.0/CHANGELOG.md 2017-01-08 20:08:42.000000000
+0100
@@ -1,3 +1,7 @@
+2.2.0
+-----
+- Various fixes to dependency version bounds
+
2.1.0
-----
* Restored original `AsJSON` and `_JSON` typing
@@ -33,4 +37,3 @@
0.1
---
* Repository initialized
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/microlens-aeson-2.1.1.1/README.md
new/microlens-aeson-2.2.0/README.md
--- old/microlens-aeson-2.1.1.1/README.md 2016-08-09 06:54:51.000000000
+0200
+++ new/microlens-aeson-2.2.0/README.md 2017-01-08 20:06:55.000000000 +0100
@@ -2,7 +2,6 @@
===============
[](https://travis-ci.org/fosskers/microlens-aeson)
-[](https://coveralls.io/github/fosskers/microlens-aeson?branch=master)
[](https://hackage.haskell.org/package/microlens-aeson)
[](http://stackage.org/nightly/package/microlens-aeson)
[](http://stackage.org/lts/package/microlens-aeson)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/microlens-aeson-2.1.1.1/microlens-aeson.cabal
new/microlens-aeson-2.2.0/microlens-aeson.cabal
--- old/microlens-aeson-2.1.1.1/microlens-aeson.cabal 2016-08-09
16:29:30.000000000 +0200
+++ new/microlens-aeson-2.2.0/microlens-aeson.cabal 2017-01-08
20:07:59.000000000 +0100
@@ -1,6 +1,6 @@
name: microlens-aeson
category: Numeric
-version: 2.1.1.1
+version: 2.2.0
license: MIT
cabal-version: >= 1.8
license-file: LICENSE
@@ -33,15 +33,15 @@
library
build-depends:
- aeson >= 0.7.0.5 && < 1.1
+ aeson >= 0.7.0.5 && < 1.2
, attoparsec >= 0.10 && < 0.14
- , base >= 4.5 && < 5
+ , base >= 4.8 && < 5
, bytestring >= 0.9 && < 0.11
, microlens >= 0.3 && < 0.5
, scientific >= 0.3.2 && < 0.4
, text >= 0.11.1.10 && < 1.3
, unordered-containers >= 0.2.3 && < 0.3
- , vector >= 0.9 && < 0.12
+ , vector >= 0.9 && < 0.13
exposed-modules:
Lens.Micro.Aeson