Hello community,

here is the log from the commit of package ghc-vector-fftw for openSUSE:Factory 
checked in at 2017-03-24 02:15:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-vector-fftw (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-vector-fftw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-vector-fftw"

Fri Mar 24 02:15:03 2017 rev:2 rq:461690 version:0.1.3.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-vector-fftw/ghc-vector-fftw.changes  
2016-12-11 13:27:06.341544166 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-vector-fftw.new/ghc-vector-fftw.changes     
2017-03-24 02:15:04.407934879 +0100
@@ -1,0 +2,5 @@
+Thu Sep 15 07:08:16 UTC 2016 - [email protected]
+
+- Update to version 0.1.3.7 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ghc-vector-fftw.spec ++++++
--- /var/tmp/diff_new_pack.YffDU8/_old  2017-03-24 02:15:05.023847733 +0100
+++ /var/tmp/diff_new_pack.YffDU8/_new  2017-03-24 02:15:05.023847733 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-vector-fftw
 #
-# 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
@@ -18,14 +18,13 @@
 
 %global pkg_name vector-fftw
 Name:           ghc-%{pkg_name}
-Version:        0.1.3.6
+Version:        0.1.3.7
 Release:        0
 Summary:        A binding to the fftw library for one-dimensional vectors
 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
-# Begin cabal-rpm deps:
 BuildRequires:  fftw3-devel
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-primitive-devel
@@ -33,7 +32,6 @@
 BuildRequires:  ghc-storable-complex-devel
 BuildRequires:  ghc-vector-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 This package provides bindings to the fftw library for one-dimensional vectors.
@@ -54,12 +52,10 @@
 Summary:        Haskell %{pkg_name} library development files
 Group:          Development/Libraries/Other
 Requires:       %{name} = %{version}-%{release}
-# Begin cabal-rpm deps:
 Requires:       fftw3-devel
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-# End cabal-rpm deps
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
@@ -67,15 +63,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++++++ vector-fftw-0.1.3.6.tar.gz -> vector-fftw-0.1.3.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vector-fftw-0.1.3.6/vector-fftw.cabal 
new/vector-fftw-0.1.3.7/vector-fftw.cabal
--- old/vector-fftw-0.1.3.6/vector-fftw.cabal   2016-04-13 16:55:52.000000000 
+0200
+++ new/vector-fftw-0.1.3.7/vector-fftw.cabal   2016-08-29 16:19:14.000000000 
+0200
@@ -1,6 +1,6 @@
 Name:                vector-fftw
 
-Version:             0.1.3.6
+Version:             0.1.3.7
 License:             BSD3
 License-file:        LICENSE
 Author:              Judah Jacobson
@@ -22,6 +22,7 @@
                      .
                       - "Numeric.FFT.Vector.Unitary" additionally scales all 
transforms to preserve the L2 (sum-of-squares) norm of the
                         input.
+Tested-With:         GHC == 7.6.2, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
 
 source-repository head
     type:   git
@@ -42,7 +43,10 @@
                  vector>=0.9 && < 0.12,
                  primitive>=0.6 && < 0.7,
                  storable-complex==0.2.*
-  Extra-libraries: fftw3
+  if os(windows)
+    Extra-libraries: fftw3-3
+  else
+    Extra-libraries: fftw3
 
   Extensions: ForeignFunctionInterface, RecordWildCards, BangPatterns, 
FlexibleInstances,
                 ScopedTypeVariables


Reply via email to