Hello community,

here is the log from the commit of package ghc-tasty for openSUSE:Factory 
checked in at 2017-06-04 02:01:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-tasty (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-tasty.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-tasty"

Sun Jun  4 02:01:15 2017 rev:7 rq:500841 version:0.11.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-tasty/ghc-tasty.changes      2017-05-27 
13:15:39.950401017 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-tasty.new/ghc-tasty.changes 2017-06-04 
02:01:16.247989883 +0200
@@ -1,0 +2,5 @@
+Thu May 18 09:52:27 UTC 2017 - psim...@suse.com
+
+- Update to version 0.11.2.1 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  tasty-0.11.2.tar.gz
  tasty.cabal

New:
----
  tasty-0.11.2.1.tar.gz

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

Other differences:
------------------
++++++ ghc-tasty.spec ++++++
--- /var/tmp/diff_new_pack.t3OZaD/_old  2017-06-04 02:01:16.879900689 +0200
+++ /var/tmp/diff_new_pack.t3OZaD/_new  2017-06-04 02:01:16.883900125 +0200
@@ -18,14 +18,13 @@
 
 %global pkg_name tasty
 Name:           ghc-%{pkg_name}
-Version:        0.11.2
+Version:        0.11.2.1
 Release:        0
 Summary:        Modern and extensible testing framework
 License:        MIT
 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
-Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-ansi-terminal-devel
 BuildRequires:  ghc-async-devel
@@ -59,7 +58,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ tasty-0.11.2.tar.gz -> tasty-0.11.2.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tasty-0.11.2/CHANGELOG.md 
new/tasty-0.11.2.1/CHANGELOG.md
--- old/tasty-0.11.2/CHANGELOG.md       2017-02-13 10:44:23.000000000 +0100
+++ new/tasty-0.11.2.1/CHANGELOG.md     2017-05-05 09:50:50.000000000 +0200
@@ -1,6 +1,11 @@
 Changes
 =======
 
+Version 0.11.2.1
+----------------
+
+Fix compatibility with the latest `unbounded-delays`
+
 Version 0.11.2
 --------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tasty-0.11.2/Test/Tasty/Run.hs 
new/tasty-0.11.2.1/Test/Tasty/Run.hs
--- old/tasty-0.11.2/Test/Tasty/Run.hs  2015-10-03 14:34:38.000000000 +0200
+++ new/tasty-0.11.2.1/Test/Tasty/Run.hs        2017-05-05 07:52:57.000000000 
+0200
@@ -15,7 +15,7 @@
 import Control.Monad.Writer
 import Control.Monad.Reader
 import Control.Concurrent.STM
-import Control.Concurrent.Timeout
+import Control.Concurrent.Timeout (timeout)
 import Control.Concurrent.Async
 import Control.Exception as E
 import Control.Applicative
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tasty-0.11.2/tasty.cabal 
new/tasty-0.11.2.1/tasty.cabal
--- old/tasty-0.11.2/tasty.cabal        2017-02-13 10:44:26.000000000 +0100
+++ new/tasty-0.11.2.1/tasty.cabal      2017-05-05 09:50:20.000000000 +0200
@@ -2,7 +2,7 @@
 --  see http://haskell.org/cabal/users-guide/
 
 name:                tasty
-version:             0.11.2
+version:             0.11.2.1
 synopsis:            Modern and extensible testing framework
 description:         Tasty is a modern testing framework for Haskell.
                      It lets you combine your unit tests, golden


Reply via email to