Hello community,
here is the log from the commit of package ghc-ChasingBottoms for
openSUSE:Factory checked in at 2016-10-14 09:06:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-ChasingBottoms (Old)
and /work/SRC/openSUSE:Factory/.ghc-ChasingBottoms.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-ChasingBottoms"
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-ChasingBottoms/ghc-ChasingBottoms.changes
2016-09-24 15:20:29.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-ChasingBottoms.new/ghc-ChasingBottoms.changes
2016-10-14 09:06:12.000000000 +0200
@@ -1,0 +2,10 @@
+Sat Oct 1 17:18:04 UTC 2016 - [email protected]
+
+- Update to version 1.3.1.2 with cabal2obs.
+
+-------------------------------------------------------------------
+Thu Sep 15 06:54:10 UTC 2016 - [email protected]
+
+- Update to version 1.3.1.1 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
ChasingBottoms-1.3.1.tar.gz
New:
----
ChasingBottoms-1.3.1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-ChasingBottoms.spec ++++++
--- /var/tmp/diff_new_pack.0A8yy9/_old 2016-10-14 09:06:13.000000000 +0200
+++ /var/tmp/diff_new_pack.0A8yy9/_new 2016-10-14 09:06:13.000000000 +0200
@@ -19,15 +19,14 @@
%global pkg_name ChasingBottoms
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 1.3.1
+Version: 1.3.1.2
Release: 0
Summary: For testing partial and infinite values
License: MIT
-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-QuickCheck-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-mtl-devel
@@ -38,7 +37,6 @@
%if %{with tests}
BuildRequires: ghc-array-devel
%endif
-# End cabal-rpm deps
%description
Do you ever feel the need to test code involving bottoms (e.g. calls to the
@@ -137,20 +135,14 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
%post devel
%ghc_pkg_recache
++++++ ChasingBottoms-1.3.1.tar.gz -> ChasingBottoms-1.3.1.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ChasingBottoms-1.3.1/ChasingBottoms.cabal
new/ChasingBottoms-1.3.1.2/ChasingBottoms.cabal
--- old/ChasingBottoms-1.3.1/ChasingBottoms.cabal 2016-06-30
18:27:27.000000000 +0200
+++ new/ChasingBottoms-1.3.1.2/ChasingBottoms.cabal 2016-09-27
16:52:32.000000000 +0200
@@ -1,5 +1,5 @@
name: ChasingBottoms
-version: 1.3.1
+version: 1.3.1.2
license: MIT
license-file: LICENCE
copyright: Copyright (c) Nils Anders Danielsson 2004-2016.
@@ -117,7 +117,7 @@
the rest requires @Data.Generics@; @isBottom@ only requires
exceptions, though.
category: Testing
-tested-with: GHC == 7.10.3
+tested-with: GHC == 8.0.1
cabal-version: >= 1.9.2
build-type: Simple
@@ -138,7 +138,7 @@
other-modules: Test.ChasingBottoms.IsType
- build-depends: QuickCheck >= 2.1 && < 2.9,
+ build-depends: QuickCheck >= 2.1 && < 2.10,
mtl >= 1.1 && < 2.3,
base >= 4.0 && < 4.10,
containers >= 0.3 && < 0.6,
@@ -161,7 +161,7 @@
Test.ChasingBottoms.TestUtilities.Generators,
Test.ChasingBottoms.TimeOut.Tests
- build-depends: QuickCheck >= 2.1 && < 2.9,
+ build-depends: QuickCheck >= 2.1 && < 2.10,
mtl >= 1.1 && < 2.3,
base >= 4.0 && < 4.10,
containers >= 0.3 && < 0.6,