Hello community,

here is the log from the commit of package ghc-fold-debounce for 
openSUSE:Factory checked in at 2016-11-10 13:29:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2016-11-03 11:13:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-fold-debounce.new/ghc-fold-debounce.changes 
2016-11-10 13:29:45.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Oct 11 08:49:28 UTC 2016 - [email protected]
+
+- Update to version 0.2.0.3 with cabal2obs.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ghc-fold-debounce.spec ++++++
--- /var/tmp/diff_new_pack.9SDvFr/_old  2016-11-10 13:29:45.000000000 +0100
+++ /var/tmp/diff_new_pack.9SDvFr/_new  2016-11-10 13:29:45.000000000 +0100
@@ -19,15 +19,14 @@
 %global pkg_name fold-debounce
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.2.0.2
+Version:        0.2.0.3
 Release:        0
 Summary:        Fold multiple events that happen in a given period of time
 License:        BSD-3-Clause
-Group:          System/Libraries
+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
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-data-default-class-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-stm-delay-devel
@@ -37,7 +36,6 @@
 %if %{with tests}
 BuildRequires:  ghc-hspec-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Fold multiple events that happen in a given period of time. See
@@ -57,20 +55,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++++++ fold-debounce-0.2.0.2.tar.gz -> fold-debounce-0.2.0.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fold-debounce-0.2.0.2/ChangeLog.md 
new/fold-debounce-0.2.0.3/ChangeLog.md
--- old/fold-debounce-0.2.0.2/ChangeLog.md      2016-05-22 04:02:57.000000000 
+0200
+++ new/fold-debounce-0.2.0.3/ChangeLog.md      2016-10-09 15:11:38.000000000 
+0200
@@ -1,5 +1,10 @@
 # Revision history for fold-debounce
 
+## 0.2.0.3  -- 2016-10-09
+
+* Confirmed build with `hspec-2.3.0`.
+
+
 ## 0.2.0.2  -- 2016-05-22
 
 * Confirmed build with `data-default-class-0.1.0` and `base-4.9.0.0`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fold-debounce-0.2.0.2/fold-debounce.cabal 
new/fold-debounce-0.2.0.3/fold-debounce.cabal
--- old/fold-debounce-0.2.0.2/fold-debounce.cabal       2016-05-22 
04:02:00.000000000 +0200
+++ new/fold-debounce-0.2.0.3/fold-debounce.cabal       2016-10-09 
15:11:17.000000000 +0200
@@ -1,5 +1,5 @@
 name:                   fold-debounce
-version:                0.2.0.2
+version:                0.2.0.3
 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.3,
+                        hspec >=2.1.7 && <2.4,
                         stm,
                         time
 
@@ -46,7 +46,7 @@
   main-is:              Spec.hs
   other-modules:        Control.FoldDebounceSpec
   build-depends:        base, fold-debounce,
-                        hspec >=2.1.7 && <2.3,
+                        hspec >=2.1.7 && <2.4,
                         stm,
                         time
 


Reply via email to