Hello community,
here is the log from the commit of package ghc-katip-elasticsearch for
openSUSE:Factory checked in at 2017-07-11 08:26:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-katip-elasticsearch (Old)
and /work/SRC/openSUSE:Factory/.ghc-katip-elasticsearch.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-katip-elasticsearch"
Tue Jul 11 08:26:41 2017 rev:2 rq:509057 version:0.3.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-katip-elasticsearch/ghc-katip-elasticsearch.changes
2017-04-14 13:40:17.873540274 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-katip-elasticsearch.new/ghc-katip-elasticsearch.changes
2017-07-11 08:26:41.248321059 +0200
@@ -1,0 +2,5 @@
+Fri Jun 30 03:01:57 UTC 2017 - [email protected]
+
+- Update to version 0.3.1.0.
+
+-------------------------------------------------------------------
Old:
----
katip-elasticsearch-0.3.0.2.tar.gz
New:
----
katip-elasticsearch-0.3.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-katip-elasticsearch.spec ++++++
--- /var/tmp/diff_new_pack.yvKkFh/_old 2017-07-11 08:26:41.856235312 +0200
+++ /var/tmp/diff_new_pack.yvKkFh/_new 2017-07-11 08:26:41.860234748 +0200
@@ -19,7 +19,7 @@
%global pkg_name katip-elasticsearch
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.3.0.2
+Version: 0.3.1.0
Release: 0
Summary: ElasticSearch scribe for the Katip logging framework
License: BSD-3-Clause
++++++ katip-elasticsearch-0.3.0.2.tar.gz -> katip-elasticsearch-0.3.1.0.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/katip-elasticsearch-0.3.0.2/changelog.md
new/katip-elasticsearch-0.3.1.0/changelog.md
--- old/katip-elasticsearch-0.3.0.2/changelog.md 2017-01-12
04:03:26.000000000 +0100
+++ new/katip-elasticsearch-0.3.1.0/changelog.md 2017-06-27
00:42:06.000000000 +0200
@@ -1,3 +1,7 @@
+0.3.1.0
+=======
+* Widen dependency on katip
+
0.3.0.2
=======
* Loosen deps on aeson to allow 1.1.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/katip-elasticsearch-0.3.0.2/katip-elasticsearch.cabal
new/katip-elasticsearch-0.3.1.0/katip-elasticsearch.cabal
--- old/katip-elasticsearch-0.3.0.2/katip-elasticsearch.cabal 2017-01-12
04:03:26.000000000 +0100
+++ new/katip-elasticsearch-0.3.1.0/katip-elasticsearch.cabal 2017-06-27
00:42:06.000000000 +0200
@@ -1,7 +1,7 @@
name: katip-elasticsearch
synopsis: ElasticSearch scribe for the Katip logging framework.
description: See README.md for more details.
-version: 0.3.0.2
+version: 0.3.1.0
license: BSD3
license-file: LICENSE
author: Ozgun Ataman, Michael Xavier
@@ -27,7 +27,7 @@
Katip.Scribes.ElasticSearch.Annotations
build-depends:
base >=4.6 && <5
- , katip >= 0.2.0.0 && < 0.4
+ , katip >= 0.2.0.0 && < 0.5
, bloodhound >= 0.11.0.0 && < 0.13
, uuid >= 1.3.12 && < 1.4
, aeson >=0.6 && <1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/katip-elasticsearch-0.3.0.2/src/Katip/Scribes/ElasticSearch.hs
new/katip-elasticsearch-0.3.1.0/src/Katip/Scribes/ElasticSearch.hs
--- old/katip-elasticsearch-0.3.0.2/src/Katip/Scribes/ElasticSearch.hs
2017-01-12 04:03:26.000000000 +0100
+++ new/katip-elasticsearch-0.3.1.0/src/Katip/Scribes/ElasticSearch.hs
2017-06-27 00:42:06.000000000 +0200
@@ -155,7 +155,7 @@
-- advisable.
--
-- * CustomSharding: supply your own function that decomposes an item
--- into its index name heirarchy which will be appended to the index
+-- into its index name hierarchy which will be appended to the index
-- name. So for instance if your function return ["arbitrary",
-- "prefix"], the index will be @foo-arbitrary-prefix@ and the index
-- template will be set to match @foo-*@. In general, you want to use