Hello community,

here is the log from the commit of package ghc-fold-debounce for 
openSUSE:Factory checked in at 2017-02-11 01:40:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-fold-debounce (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-fold-debounce.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-fold-debounce"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-fold-debounce/ghc-fold-debounce.changes      
2017-01-12 15:49:13.627512069 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-fold-debounce.new/ghc-fold-debounce.changes 
2017-02-11 01:40:45.648586037 +0100
@@ -1,0 +2,5 @@
+Thu Jan 26 16:22:06 UTC 2017 - [email protected]
+
+- Update to version 0.2.0.5 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  fold-debounce-0.2.0.4.tar.gz

New:
----
  fold-debounce-0.2.0.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-fold-debounce.spec ++++++
--- /var/tmp/diff_new_pack.hVUEKz/_old  2017-02-11 01:40:46.940403752 +0100
+++ /var/tmp/diff_new_pack.hVUEKz/_new  2017-02-11 01:40:46.940403752 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-fold-debounce
 #
-# 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
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.2.0.4
+Version:        0.2.0.5
 Release:        0
 Summary:        Fold multiple events that happen in a given period of time
 License:        BSD-3-Clause

++++++ fold-debounce-0.2.0.4.tar.gz -> fold-debounce-0.2.0.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fold-debounce-0.2.0.4/ChangeLog.md 
new/fold-debounce-0.2.0.5/ChangeLog.md
--- old/fold-debounce-0.2.0.4/ChangeLog.md      2016-11-27 01:59:06.000000000 
+0100
+++ new/fold-debounce-0.2.0.5/ChangeLog.md      2017-01-24 13:13:28.000000000 
+0100
@@ -1,5 +1,10 @@
 # Revision history for fold-debounce
 
+## 0.2.0.5  -- 2017-01-24
+
+* Confirmed test with `hspec-2.4.0`.
+
+
 ## 0.2.0.4  -- 2016-11-27
 
 * Confirmed test with `time-1.7`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fold-debounce-0.2.0.4/fold-debounce.cabal 
new/fold-debounce-0.2.0.5/fold-debounce.cabal
--- old/fold-debounce-0.2.0.4/fold-debounce.cabal       2016-11-27 
01:58:39.000000000 +0100
+++ new/fold-debounce-0.2.0.5/fold-debounce.cabal       2017-01-24 
13:13:38.000000000 +0100
@@ -1,5 +1,5 @@
 name:                   fold-debounce
-version:                0.2.0.4
+version:                0.2.0.5
 author:                 Toshio Ito <[email protected]>
 maintainer:             Toshio Ito <[email protected]>
 license:                BSD3
@@ -34,7 +34,7 @@
   main-is:              Spec.hs
   other-modules:        Control.FoldDebounceSpec
   build-depends:        base, fold-debounce,
-                        hspec >=2.1.7 && <2.4,
+                        hspec >=2.1.7 && <2.5,
                         stm,
                         time
 
@@ -46,7 +46,7 @@
   main-is:              Spec.hs
   other-modules:        Control.FoldDebounceSpec
   build-depends:        base, fold-debounce,
-                        hspec >=2.1.7 && <2.4,
+                        hspec >=2.1.7 && <2.5,
                         stm,
                         time
 


Reply via email to