Hello community,
here is the log from the commit of package ghc-linear-accelerate for
openSUSE:Factory checked in at 2017-08-31 20:48:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-linear-accelerate (Old)
and /work/SRC/openSUSE:Factory/.ghc-linear-accelerate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-linear-accelerate"
Thu Aug 31 20:48:13 2017 rev:2 rq:513422 version:0.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-linear-accelerate/ghc-linear-accelerate.changes
2016-11-02 12:33:52.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-linear-accelerate.new/ghc-linear-accelerate.changes
2017-08-31 20:48:14.560685358 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:07:50 UTC 2017 - [email protected]
+
+- Update to version 0.4.
+
+-------------------------------------------------------------------
Old:
----
linear-accelerate-0.2.tar.gz
New:
----
linear-accelerate-0.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-linear-accelerate.spec ++++++
--- /var/tmp/diff_new_pack.52ZEOA/_old 2017-08-31 20:48:15.588541081 +0200
+++ /var/tmp/diff_new_pack.52ZEOA/_new 2017-08-31 20:48:15.600539397 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-linear-accelerate
#
-# 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
@@ -17,25 +17,29 @@
%global pkg_name linear-accelerate
+%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.2
+Version: 0.4
Release: 0
-Summary: Instances to use linear vector spaces on accelerate backends
+Summary: Lifting linear vector spaces into Accelerate
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
BuildRequires: ghc-Cabal-devel
-# Begin cabal-rpm deps:
BuildRequires: ghc-accelerate-devel
+BuildRequires: ghc-cabal-doctest-devel
+BuildRequires: ghc-distributive-devel
BuildRequires: ghc-lens-devel
BuildRequires: ghc-linear-devel
BuildRequires: ghc-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
+%if %{with tests}
+BuildRequires: ghc-doctest-devel
+%endif
%description
-Instances to use linear vector spaces on accelerate backends.
+Lifting linear vector spaces into Accelerate.
%package devel
Summary: Haskell %{pkg_name} library development files
@@ -52,14 +56,14 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
+%check
+%cabal_test
%post devel
%ghc_pkg_recache
++++++ linear-accelerate-0.2.tar.gz -> linear-accelerate-0.4.tar.gz ++++++
++++ 2419 lines of diff (skipped)