Hello community, here is the log from the commit of package ghc-repa for openSUSE:Factory checked in at 2017-07-06 00:03:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-repa (Old) and /work/SRC/openSUSE:Factory/.ghc-repa.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-repa" Thu Jul 6 00:03:34 2017 rev:3 rq:508036 version:3.4.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-repa/ghc-repa.changes 2016-11-24 21:24:27.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-repa.new/ghc-repa.changes 2017-07-06 00:03:34.848766605 +0200 @@ -1,0 +2,5 @@ +Sun Jun 25 18:41:31 UTC 2017 - [email protected] + +- Update to version 3.4.1.2 revision 1. + +------------------------------------------------------------------- New: ---- repa.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-repa.spec ++++++ --- /var/tmp/diff_new_pack.5CAn87/_old 2017-07-06 00:03:35.512673076 +0200 +++ /var/tmp/diff_new_pack.5CAn87/_new 2017-07-06 00:03:35.516672512 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-repa # -# 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 @@ -25,6 +25,7 @@ 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 +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-bytestring-devel @@ -52,6 +53,7 @@ %prep %setup -q -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ repa.cabal ++++++ Name: repa Version: 3.4.1.2 x-revision: 1 License: BSD3 License-file: LICENSE Author: The DPH Team Maintainer: Ben Lippmeier <[email protected]> Build-Type: Simple Cabal-Version: >=1.6 Stability: experimental Category: Data Structures Homepage: http://repa.ouroborus.net Bug-reports: http://groups.google.com/d/forum/haskell-repa Description: Repa provides high performance, regular, multi-dimensional, shape polymorphic parallel arrays. All numeric data is stored unboxed. Functions written with the Repa combinators are automatically parallel provided you supply +RTS -Nwhatever on the command line when running the program. Synopsis: High performance, regular, shape polymorphic parallel arrays. Library Build-Depends: base >= 4.8 && < 4.10 , template-haskell , ghc-prim , vector >= 0.11 && < 0.13 , bytestring == 0.10.* , QuickCheck >= 2.8 && < 2.11 ghc-options: -Wall -fno-warn-missing-signatures -Odph -funbox-strict-fields if impl(ghc >= 8.0) ghc-options: -fno-cpr-anal else ghc-options: -fcpr-off extensions: NoMonomorphismRestriction ExplicitForAll EmptyDataDecls BangPatterns TypeFamilies MultiParamTypeClasses FlexibleInstances FlexibleContexts StandaloneDeriving ScopedTypeVariables PatternGuards ExistentialQuantification Exposed-modules: Data.Array.Repa.Eval.Gang Data.Array.Repa.Operators.IndexSpace Data.Array.Repa.Operators.Interleave Data.Array.Repa.Operators.Mapping Data.Array.Repa.Operators.Reduction Data.Array.Repa.Operators.Selection Data.Array.Repa.Operators.Traversal Data.Array.Repa.Repr.ByteString Data.Array.Repa.Repr.Cursored Data.Array.Repa.Repr.Delayed Data.Array.Repa.Repr.ForeignPtr Data.Array.Repa.Repr.HintSmall Data.Array.Repa.Repr.HintInterleave Data.Array.Repa.Repr.Partitioned Data.Array.Repa.Repr.Unboxed Data.Array.Repa.Repr.Undefined Data.Array.Repa.Repr.Vector Data.Array.Repa.Specialised.Dim2 Data.Array.Repa.Stencil.Dim2 Data.Array.Repa.Arbitrary Data.Array.Repa.Eval Data.Array.Repa.Index Data.Array.Repa.Shape Data.Array.Repa.Slice Data.Array.Repa.Stencil Data.Array.Repa.Unsafe Data.Array.Repa Other-modules: Data.Array.Repa.Eval.Chunked Data.Array.Repa.Eval.Cursored Data.Array.Repa.Eval.Interleaved Data.Array.Repa.Eval.Elt Data.Array.Repa.Eval.Target Data.Array.Repa.Eval.Load Data.Array.Repa.Eval.Reduction Data.Array.Repa.Eval.Selection Data.Array.Repa.Stencil.Base Data.Array.Repa.Stencil.Template Data.Array.Repa.Stencil.Partition Data.Array.Repa.Base
