Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-unliftio-core for
openSUSE:Factory checked in at 2021-08-25 20:57:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-unliftio-core (Old)
and /work/SRC/openSUSE:Factory/.ghc-unliftio-core.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unliftio-core"
Wed Aug 25 20:57:15 2021 rev:12 rq:912644 version:0.2.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-unliftio-core/ghc-unliftio-core.changes
2020-12-22 11:48:25.333957530 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-unliftio-core.new.1899/ghc-unliftio-core.changes
2021-08-25 20:58:22.865147574 +0200
@@ -1,0 +2,6 @@
+Wed Aug 4 08:17:04 UTC 2021 - [email protected]
+
+- Update unliftio-core to version 0.2.0.1 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-unliftio-core.spec ++++++
--- /var/tmp/diff_new_pack.0ArFL3/_old 2021-08-25 20:58:24.521145400 +0200
+++ /var/tmp/diff_new_pack.0ArFL3/_new 2021-08-25 20:58:24.525145395 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-unliftio-core
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
License: MIT
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
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-transformers-devel
++++++ unliftio-core.cabal ++++++
--- /var/tmp/diff_new_pack.0ArFL3/_old 2021-08-25 20:58:24.573145332 +0200
+++ /var/tmp/diff_new_pack.0ArFL3/_new 2021-08-25 20:58:24.573145332 +0200
@@ -8,7 +8,7 @@
name: unliftio-core
version: 0.2.0.1
-x-revision: 1
+x-revision: 2
synopsis: The MonadUnliftIO typeclass for unlifting monads to IO
description: Please see the documentation and README at
<https://www.stackage.org/package/unliftio-core>
category: Control
@@ -32,5 +32,5 @@
src
build-depends:
base >=4.5 && < 10
- , transformers >=0.2 && <0.6
+ , transformers >=0.2 && <0.7
default-language: Haskell2010