Hello community,
here is the log from the commit of package ghc-fold-debounce-conduit for
openSUSE:Factory checked in at 2017-02-11 01:40:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-fold-debounce-conduit (Old)
and /work/SRC/openSUSE:Factory/.ghc-fold-debounce-conduit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-fold-debounce-conduit"
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-fold-debounce-conduit/ghc-fold-debounce-conduit.changes
2016-11-11 14:35:07.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-fold-debounce-conduit.new/ghc-fold-debounce-conduit.changes
2017-02-11 01:40:54.047400899 +0100
@@ -1,0 +2,5 @@
+Thu Jan 26 16:22:01 UTC 2017 - [email protected]
+
+- Update to version 0.1.0.5 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
fold-debounce-conduit-0.1.0.4.tar.gz
New:
----
fold-debounce-conduit-0.1.0.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-fold-debounce-conduit.spec ++++++
--- /var/tmp/diff_new_pack.CuW5HX/_old 2017-02-11 01:40:54.955272791 +0100
+++ /var/tmp/diff_new_pack.CuW5HX/_new 2017-02-11 01:40:54.955272791 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-fold-debounce-conduit
#
-# 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 fold-debounce-conduit
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.1.0.4
+Version: 0.1.0.5
Release: 0
Summary: Regulate input traffic from conduit Source with
Control.FoldDebounce
License: BSD-3-Clause
++++++ fold-debounce-conduit-0.1.0.4.tar.gz ->
fold-debounce-conduit-0.1.0.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/fold-debounce-conduit-0.1.0.4/ChangeLog.md
new/fold-debounce-conduit-0.1.0.5/ChangeLog.md
--- old/fold-debounce-conduit-0.1.0.4/ChangeLog.md 2016-10-10
08:30:13.000000000 +0200
+++ new/fold-debounce-conduit-0.1.0.5/ChangeLog.md 2017-01-24
13:18:41.000000000 +0100
@@ -1,5 +1,10 @@
# Revision history for fold-debounce-conduit
+## 0.1.0.5 -- 2017-01-24
+
+* Confirmed test with `hspec-2.4.0`
+
+
## 0.1.0.4 -- 2016-10-10
* Make the tests more stable.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/fold-debounce-conduit-0.1.0.4/fold-debounce-conduit.cabal
new/fold-debounce-conduit-0.1.0.5/fold-debounce-conduit.cabal
--- old/fold-debounce-conduit-0.1.0.4/fold-debounce-conduit.cabal
2016-10-10 08:29:44.000000000 +0200
+++ new/fold-debounce-conduit-0.1.0.5/fold-debounce-conduit.cabal
2017-01-24 13:18:49.000000000 +0100
@@ -1,5 +1,5 @@
name: fold-debounce-conduit
-version: 0.1.0.4
+version: 0.1.0.5
author: Toshio Ito <[email protected]>
maintainer: Toshio Ito <[email protected]>
license: BSD3
@@ -46,7 +46,7 @@
other-modules: Data.Conduit.FoldDebounceSpec
build-depends: base, fold-debounce-conduit, stm,
conduit, transformers, resourcet,
- hspec >=2.1.7 && <2.4
+ hspec >=2.1.7 && <2.5
source-repository head
type: git