Hello community,

here is the log from the commit of package ghc-tasty-rerun for openSUSE:Factory 
checked in at 2017-08-31 21:00:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-tasty-rerun (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-tasty-rerun.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-tasty-rerun"

Thu Aug 31 21:00:20 2017 rev:4 rq:513511 version:1.1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-tasty-rerun/ghc-tasty-rerun.changes  
2016-08-24 10:08:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-tasty-rerun.new/ghc-tasty-rerun.changes     
2017-08-31 21:00:21.814538180 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:07:48 UTC 2017 - [email protected]
+
+- Update to version 1.1.7.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ghc-tasty-rerun.spec ++++++
--- /var/tmp/diff_new_pack.vBmnRz/_old  2017-08-31 21:00:22.766404440 +0200
+++ /var/tmp/diff_new_pack.vBmnRz/_new  2017-08-31 21:00:22.774403316 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-tasty-rerun
 #
-# 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
@@ -18,11 +18,11 @@
 
 %global pkg_name tasty-rerun
 Name:           ghc-%{pkg_name}
-Version:        1.1.6
+Version:        1.1.7
 Release:        0
 Summary:        Run tests by filtering the test tree depending on the result 
of previous test runs
 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
@@ -96,15 +96,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++++++ tasty-rerun-1.1.6.tar.gz -> tasty-rerun-1.1.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tasty-rerun-1.1.6/Changelog.md 
new/tasty-rerun-1.1.7/Changelog.md
--- old/tasty-rerun-1.1.6/Changelog.md  2016-07-12 15:13:33.000000000 +0200
+++ new/tasty-rerun-1.1.7/Changelog.md  2017-07-24 14:16:38.000000000 +0200
@@ -1,3 +1,7 @@
+# 1.1.7
+
+* Allow base < 4.11.
+
 # 1.1.6
 
 * Allow base 4.9 for building with GHC 8.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tasty-rerun-1.1.6/tasty-rerun.cabal 
new/tasty-rerun-1.1.7/tasty-rerun.cabal
--- old/tasty-rerun-1.1.6/tasty-rerun.cabal     2016-07-12 15:13:33.000000000 
+0200
+++ new/tasty-rerun-1.1.7/tasty-rerun.cabal     2017-07-24 14:16:38.000000000 
+0200
@@ -1,5 +1,5 @@
 name:                tasty-rerun
-version:             1.1.6
+version:             1.1.7
 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.10,
+    base >=4.6 && <4.11,
     containers >= 0.5.0.0,
     mtl >= 2.1.2,
     optparse-applicative >= 0.6,


Reply via email to