commit ghc-fft for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-fft for openSUSE:Factory checked 
in at 2017-09-15 21:39:29

Comparing /work/SRC/openSUSE:Factory/ghc-fft (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-fft.new (New)


Package is "ghc-fft"

Fri Sep 15 21:39:29 2017 rev:4 rq:524511 version:0.1.8.6

Changes:

--- /work/SRC/openSUSE:Factory/ghc-fft/ghc-fft.changes  2017-07-05 
23:58:57.587825507 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-fft.new/ghc-fft.changes 2017-09-15 
21:39:30.737349783 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---



Other differences:
--
++ ghc-fft.spec ++
--- /var/tmp/diff_new_pack.fpZHhN/_old  2017-09-15 21:39:31.313268638 +0200
+++ /var/tmp/diff_new_pack.fpZHhN/_new  2017-09-15 21:39:31.317268075 +0200
@@ -23,8 +23,8 @@
 Release:0
 Summary:Bindings to the FFTW library
 License:BSD-3-Clause
-Group:  Development/Languages/Other
-Url:https://hackage.haskell.org/package/%{pkg_name}
+Group:  Development/Libraries/Haskell
+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
 BuildRequires:  ghc-array-devel
@@ -37,7 +37,6 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(fftw3)
 BuildRequires:  pkgconfig(fftw3f)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 %endif
@@ -51,7 +50,7 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires:   pkgconfig
@@ -82,10 +81,8 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 
 %changelog




commit ghc-fft for openSUSE:Factory

2017-07-05 Thread root
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 - psim...@suse.com
+
+- 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.0 +0100
+++ new/fft-0.1.8.6/fft.cabal   2017-06-16 12:03:15.0 +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.hs2017-03-26 00:13:32.0 
+0100
+++ new/fft-0.1.8.6/src/Math/FFT/Base.hs2017-06-16 12:03:15.0 
+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"
 




commit ghc-fft for openSUSE:Factory

2017-04-14 Thread root
Hello community,

here is the log from the commit of package ghc-fft for openSUSE:Factory checked 
in at 2017-04-14 13:37:44

Comparing /work/SRC/openSUSE:Factory/ghc-fft (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-fft.new (New)


Package is "ghc-fft"

Fri Apr 14 13:37:44 2017 rev:2 rq:485124 version:0.1.8.5

Changes:

--- /work/SRC/openSUSE:Factory/ghc-fft/ghc-fft.changes  2017-03-16 
09:35:34.209429890 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-fft.new/ghc-fft.changes 2017-04-14 
13:37:45.483077720 +0200
@@ -1,0 +2,5 @@
+Mon Mar 27 12:36:52 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.8.5 with cabal2obs.
+
+---

Old:

  fft-0.1.8.4.tar.gz

New:

  fft-0.1.8.5.tar.gz



Other differences:
--
++ ghc-fft.spec ++
--- /var/tmp/diff_new_pack.DcNdCJ/_old  2017-04-14 13:37:46.318959586 +0200
+++ /var/tmp/diff_new_pack.DcNdCJ/_new  2017-04-14 13:37:46.322959020 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-fft
 #
-# 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 fft
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.8.4
+Version:0.1.8.5
 Release:0
 Summary:Bindings to the FFTW library
 License:BSD-3-Clause

++ fft-0.1.8.4.tar.gz -> fft-0.1.8.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fft-0.1.8.4/fft.cabal new/fft-0.1.8.5/fft.cabal
--- old/fft-0.1.8.4/fft.cabal   2016-08-10 17:08:09.0 +0200
+++ new/fft-0.1.8.5/fft.cabal   2017-03-26 00:13:32.0 +0100
@@ -1,5 +1,5 @@
 name:fft
-version: 0.1.8.4
+version: 0.1.8.5
 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.4
+  tag: 0.1.8.5
   type:darcs
   location:http://hub.darcs.net/thielema/fft/
 
@@ -39,7 +39,7 @@
   else
 build-depends: base <3
   if flag(base4)
-build-depends: base >=4 && <5, syb >=0.1 && <0.7
+build-depends: base >=4 && <5, syb >=0.1 && <0.8
   else
 build-depends: base <4
 




commit ghc-fft for openSUSE:Factory

2017-03-16 Thread root
Hello community,

here is the log from the commit of package ghc-fft for openSUSE:Factory checked 
in at 2017-03-16 09:35:33

Comparing /work/SRC/openSUSE:Factory/ghc-fft (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-fft.new (New)


Package is "ghc-fft"

Thu Mar 16 09:35:33 2017 rev:1 rq:422812 version:0.1.8.4

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-fft.new/ghc-fft.changes 2017-03-16 
09:35:34.209429890 +0100
@@ -0,0 +1,10 @@
+---
+Wed Aug 17 18:46:02 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.8.4 revision 0 with cabal2obs.
+
+---
+Sun Jul 10 17:17:05 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.8.3 revision 0 with cabal2obs.
+

New:

  fft-0.1.8.4.tar.gz
  ghc-fft.changes
  ghc-fft.spec



Other differences:
--
++ ghc-fft.spec ++
#
# spec file for package ghc-fft
#
# Copyright (c) 2016 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%global pkg_name fft
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.1.8.4
Release:0
Summary:Bindings to the FFTW library
License:BSD-3-Clause
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
BuildRequires:  ghc-array-devel
BuildRequires:  ghc-carray-devel
BuildRequires:  ghc-ix-shapable-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-storable-complex-devel
BuildRequires:  ghc-syb-devel
BuildRequires:  ghc-transformers-devel
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(fftw3)
BuildRequires:  pkgconfig(fftw3f)
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-QuickCheck-devel
%endif

%description
Bindings to the FFTW library.

Provides high performance discrete fourier transforms in arbitrary dimensions.
Include transforms of complex data, real data, and real to real transforms.
.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires:   pkgconfig
Requires:   pkgconfig(fftw3)
Requires:   pkgconfig(fftw3f)
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}

%build
%ghc_lib_build

%install
%ghc_lib_install

%check
%cabal_test

%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog