Hello community,

here is the log from the commit of package ghc-vector-fftw for openSUSE:Factory 
checked in at 2017-07-05 23:59:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-vector-fftw (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-vector-fftw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-vector-fftw"

Wed Jul  5 23:59:51 2017 rev:3 rq:506853 version:0.1.3.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-vector-fftw/ghc-vector-fftw.changes  
2017-03-24 02:15:04.407934879 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-vector-fftw.new/ghc-vector-fftw.changes     
2017-07-05 23:59:52.252124885 +0200
@@ -1,0 +2,5 @@
+Mon Jun 19 20:51:51 UTC 2017 - [email protected]
+
+- Update to version 0.1.3.8.
+
+-------------------------------------------------------------------

Old:
----
  vector-fftw-0.1.3.7.tar.gz

New:
----
  vector-fftw-0.1.3.8.tar.gz

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

Other differences:
------------------
++++++ ghc-vector-fftw.spec ++++++
--- /var/tmp/diff_new_pack.7BTMg0/_old  2017-07-05 23:59:52.812046008 +0200
+++ /var/tmp/diff_new_pack.7BTMg0/_new  2017-07-05 23:59:52.812046008 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name vector-fftw
 Name:           ghc-%{pkg_name}
-Version:        0.1.3.7
+Version:        0.1.3.8
 Release:        0
 Summary:        A binding to the fftw library for one-dimensional vectors
 License:        BSD-3-Clause

++++++ vector-fftw-0.1.3.7.tar.gz -> vector-fftw-0.1.3.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vector-fftw-0.1.3.7/vector-fftw.cabal 
new/vector-fftw-0.1.3.8/vector-fftw.cabal
--- old/vector-fftw-0.1.3.7/vector-fftw.cabal   2016-08-29 16:19:14.000000000 
+0200
+++ new/vector-fftw-0.1.3.8/vector-fftw.cabal   2017-06-16 17:33:52.000000000 
+0200
@@ -1,6 +1,6 @@
 Name:                vector-fftw
 
-Version:             0.1.3.7
+Version:             0.1.3.8
 License:             BSD3
 License-file:        LICENSE
 Author:              Judah Jacobson
@@ -17,7 +17,7 @@
                      We provide three different modules which wrap fftw's 
operations:
                      .
                       - "Numeric.FFT.Vector.Unnormalized" contains the raw 
transforms;
-                     . 
+                     .
                       - "Numeric.FFT.Vector.Invertible" scales the backwards 
transforms to be true inverses;
                      .
                       - "Numeric.FFT.Vector.Unitary" additionally scales all 
transforms to preserve the L2 (sum-of-squares) norm of the
@@ -30,7 +30,7 @@
 
 
 Library
-  Exposed-modules:     
+  Exposed-modules:
         Numeric.FFT.Vector.Unnormalized
         Numeric.FFT.Vector.Invertible
         Numeric.FFT.Vector.Unitary
@@ -38,9 +38,9 @@
 
   Other-modules:
         Numeric.FFT.Vector.Base
-  
-  Build-depends: base>=4.3 && < 4.10,
-                 vector>=0.9 && < 0.12,
+
+  Build-depends: base>=4.3 && < 4.11,
+                 vector>=0.9 && < 0.13,
                  primitive>=0.6 && < 0.7,
                  storable-complex==0.2.*
   if os(windows)


Reply via email to