Hello community,

here is the log from the commit of package ghc-tasty-rerun for openSUSE:Factory 
checked in at 2016-08-24 10:08:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-tasty-rerun (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-tasty-rerun.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-tasty-rerun"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-tasty-rerun/ghc-tasty-rerun.changes  
2016-07-20 09:20:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-tasty-rerun.new/ghc-tasty-rerun.changes     
2016-08-24 10:08:04.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jul 22 06:02:36 UTC 2016 - psim...@suse.com
+
+- Update to version 1.1.6 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  tasty-rerun-1.1.5.tar.gz

New:
----
  tasty-rerun-1.1.6.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-tasty-rerun.spec ++++++
--- /var/tmp/diff_new_pack.AKUU1H/_old  2016-08-24 10:08:06.000000000 +0200
+++ /var/tmp/diff_new_pack.AKUU1H/_new  2016-08-24 10:08:06.000000000 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name tasty-rerun
 Name:           ghc-%{pkg_name}
-Version:        1.1.5
+Version:        1.1.6
 Release:        0
 Summary:        Run tests by filtering the test tree depending on the result 
of previous test runs
 License:        BSD-3-Clause
@@ -26,7 +26,6 @@
 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-containers-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-optparse-applicative-devel
@@ -38,7 +37,6 @@
 BuildRequires:  ghc-tasty-devel
 BuildRequires:  ghc-transformers-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 This ingredient adds the ability to run tests by first filtering the test tree

++++++ tasty-rerun-1.1.5.tar.gz -> tasty-rerun-1.1.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tasty-rerun-1.1.5/Changelog.md 
new/tasty-rerun-1.1.6/Changelog.md
--- old/tasty-rerun-1.1.5/Changelog.md  2015-09-09 13:26:01.000000000 +0200
+++ new/tasty-rerun-1.1.6/Changelog.md  2016-07-12 15:13:33.000000000 +0200
@@ -1,3 +1,7 @@
+# 1.1.6
+
+* Allow base 4.9 for building with GHC 8.0
+
 # 1.1.5
 
 * Supports tasty < 0.12.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tasty-rerun-1.1.5/tasty-rerun.cabal 
new/tasty-rerun-1.1.6/tasty-rerun.cabal
--- old/tasty-rerun-1.1.5/tasty-rerun.cabal     2015-09-09 13:26:01.000000000 
+0200
+++ new/tasty-rerun-1.1.6/tasty-rerun.cabal     2016-07-12 15:13:33.000000000 
+0200
@@ -1,5 +1,5 @@
 name:                tasty-rerun
-version:             1.1.5
+version:             1.1.6
 homepage:            http://github.com/ocharles/tasty-rerun
 license:             BSD3
 license-file:        LICENSE
@@ -72,7 +72,7 @@
 library
   exposed-modules:     Test.Tasty.Ingredients.Rerun
   build-depends:
-    base >=4.6 && <4.9,
+    base >=4.6 && <4.10,
     containers >= 0.5.0.0,
     mtl >= 2.1.2,
     optparse-applicative >= 0.6,


Reply via email to