Hello community, here is the log from the commit of package ghc-lifted-async for openSUSE:Leap:15.2 checked in at 2020-03-10 17:14:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/ghc-lifted-async (Old) and /work/SRC/openSUSE:Leap:15.2/.ghc-lifted-async.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-lifted-async" Tue Mar 10 17:14:55 2020 rev:12 rq:783398 version:0.10.0.5 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/ghc-lifted-async/ghc-lifted-async.changes 2020-02-19 18:39:52.830092292 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.ghc-lifted-async.new.26092/ghc-lifted-async.changes 2020-03-10 17:14:56.113444805 +0100 @@ -1,0 +2,8 @@ +Sat Feb 8 03:06:20 UTC 2020 - [email protected] + +- Update lifted-async to version 0.10.0.5. + ## v0.10.0.5 - 2020-02-08 + + * Relax upper version bounds for constraints + +------------------------------------------------------------------- Old: ---- lifted-async-0.10.0.4.tar.gz New: ---- lifted-async-0.10.0.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-lifted-async.spec ++++++ --- /var/tmp/diff_new_pack.SWGPlR/_old 2020-03-10 17:14:56.393444892 +0100 +++ /var/tmp/diff_new_pack.SWGPlR/_new 2020-03-10 17:14:56.397444894 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-lifted-async # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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 @@ -19,7 +19,7 @@ %global pkg_name lifted-async %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.10.0.4 +Version: 0.10.0.5 Release: 0 Summary: Run lifted IO operations asynchronously and wait for their results License: BSD-3-Clause ++++++ lifted-async-0.10.0.4.tar.gz -> lifted-async-0.10.0.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lifted-async-0.10.0.4/CHANGELOG.md new/lifted-async-0.10.0.5/CHANGELOG.md --- old/lifted-async-0.10.0.4/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/lifted-async-0.10.0.5/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,9 @@ # Revision history for lifted-async +## v0.10.0.5 - 2020-02-08 + +* Relax upper version bounds for constraints + ## v0.10.0.4 - 2019-05-03 * Relax upper version bounds for base and constraints diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lifted-async-0.10.0.4/lifted-async.cabal new/lifted-async-0.10.0.5/lifted-async.cabal --- old/lifted-async-0.10.0.4/lifted-async.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/lifted-async-0.10.0.5/lifted-async.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,5 @@ name: lifted-async -version: 0.10.0.4 +version: 0.10.0.5 synopsis: Run lifted IO operations asynchronously and wait for their results homepage: https://github.com/maoe/lifted-async bug-reports: https://github.com/maoe/lifted-async/issues @@ -12,7 +12,7 @@ build-type: Simple cabal-version: >= 1.8 tested-with: - GHC == 8.8.1 + GHC == 8.8.2 GHC == 8.6.5 GHC == 8.4.4 GHC == 8.2.2 @@ -38,7 +38,7 @@ , transformers-base >= 0.4 && < 0.5 , monad-control == 1.0.* if impl(ghc >= 7.8) - build-depends: constraints >= 0.2 && < 0.12 + build-depends: constraints >= 0.2 && < 0.13 else build-depends: constraints >= 0.2 && < 0.6 ghc-options: -Wall
