Hello community, here is the log from the commit of package ghc-fft for openSUSE:Factory checked in at 2017-07-05 23:58:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-fft (Old) and /work/SRC/openSUSE:Factory/.ghc-fft.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-fft" Wed Jul 5 23:58:53 2017 rev:3 rq:506807 version:0.1.8.6 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-fft/ghc-fft.changes 2017-04-14 13:37:45.483077720 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-fft.new/ghc-fft.changes 2017-07-05 23:58:57.587825507 +0200 @@ -1,0 +2,5 @@ +Mon Jun 19 20:51:55 UTC 2017 - [email protected] + +- Update to version 0.1.8.6. + +------------------------------------------------------------------- Old: ---- fft-0.1.8.5.tar.gz New: ---- fft-0.1.8.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-fft.spec ++++++ --- /var/tmp/diff_new_pack.66dcs9/_old 2017-07-05 23:58:58.319722403 +0200 +++ /var/tmp/diff_new_pack.66dcs9/_new 2017-07-05 23:58:58.323721840 +0200 @@ -19,7 +19,7 @@ %global pkg_name fft %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.8.5 +Version: 0.1.8.6 Release: 0 Summary: Bindings to the FFTW library License: BSD-3-Clause ++++++ fft-0.1.8.5.tar.gz -> fft-0.1.8.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fft-0.1.8.5/fft.cabal new/fft-0.1.8.6/fft.cabal --- old/fft-0.1.8.5/fft.cabal 2017-03-26 00:13:32.000000000 +0100 +++ new/fft-0.1.8.6/fft.cabal 2017-06-16 12:03:15.000000000 +0200 @@ -1,5 +1,5 @@ name: fft -version: 0.1.8.5 +version: 0.1.8.6 synopsis: Bindings to the FFTW library. description: Bindings to the FFTW library. @@ -20,7 +20,7 @@ flag base4 source-repository this - tag: 0.1.8.5 + tag: 0.1.8.6 type: darcs location: http://hub.darcs.net/thielema/fft/ @@ -62,7 +62,7 @@ fft, carray, storable-complex, - QuickCheck >=2.5 && <2.10, + QuickCheck >=2.5 && <3, base ghc-options: -Wall main-is: tests.hs diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fft-0.1.8.5/src/Math/FFT/Base.hs new/fft-0.1.8.6/src/Math/FFT/Base.hs --- old/fft-0.1.8.5/src/Math/FFT/Base.hs 2017-03-26 00:13:32.000000000 +0100 +++ new/fft-0.1.8.6/src/Math/FFT/Base.hs 2017-06-16 12:03:15.000000000 +0200 @@ -188,7 +188,7 @@ data DFT = CC | RC | CR | CRO | RR deriving (Eq, Show) --- | Verify that a plan is valid. Thows an exception if not. +-- | Verify that a plan is valid. Throws an exception if not. check :: Plan -> IO () check p = when (p == nullPtr) . ioError $ userError "invalid plan"
