commit ghc-ChasingBottoms for openSUSE:Factory

2017-08-31 Thread root
Hello community,

here is the log from the commit of package ghc-ChasingBottoms for 
openSUSE:Factory checked in at 2017-08-31 20:45:46

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


Package is "ghc-ChasingBottoms"

Thu Aug 31 20:45:46 2017 rev:3 rq:513184 version:1.3.1.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-ChasingBottoms/ghc-ChasingBottoms.changes
2016-10-14 09:06:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-ChasingBottoms.new/ghc-ChasingBottoms.changes   
2017-08-31 20:45:47.313353672 +0200
@@ -1,0 +2,5 @@
+Fri Jul 28 07:54:15 UTC 2017 - psim...@suse.com
+
+- Relax the over-specified version constraint on syb to fix build.
+
+---



Other differences:
--
++ ghc-ChasingBottoms.spec ++
--- /var/tmp/diff_new_pack.vQxriM/_old  2017-08-31 20:45:48.161234661 +0200
+++ /var/tmp/diff_new_pack.vQxriM/_new  2017-08-31 20:45:48.165234100 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-ChasingBottoms
 #
-# 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
@@ -134,6 +134,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cabal-tweak-dep-ver syb '< 0.7' ' < 0.8'
 
 %build
 %ghc_lib_build




commit ghc-ChasingBottoms for openSUSE:Factory

2016-10-14 Thread h_root
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.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-ChasingBottoms.new/ghc-ChasingBottoms.changes   
2016-10-14 09:06:12.0 +0200
@@ -1,0 +2,10 @@
+Sat Oct  1 17:18:04 UTC 2016 - psim...@suse.com
+
+- Update to version 1.3.1.2 with cabal2obs.
+
+---
+Thu Sep 15 06:54:10 UTC 2016 - psim...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.0A8yy9/_new  2016-10-14 09:06:13.0 +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.0 +0200
+++ new/ChasingBottoms-1.3.1.2/ChasingBottoms.cabal 2016-09-27 
16:52:32.0 +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,