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 2024-06-11 18:28:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-unliftio-core (Old) and /work/SRC/openSUSE:Factory/.ghc-unliftio-core.new.19518 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unliftio-core" Tue Jun 11 18:28:11 2024 rev:15 rq:1179754 version:0.2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-unliftio-core/ghc-unliftio-core.changes 2023-11-10 12:37:07.144918194 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-unliftio-core.new.19518/ghc-unliftio-core.changes 2024-06-11 18:28:51.911931201 +0200 @@ -1,0 +2,6 @@ +Sun Jun 2 07:53:28 UTC 2024 - Peter Simons <psim...@suse.com> + +- Update unliftio-core to version 0.2.1.0 revision 4. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-unliftio-core.spec ++++++ --- /var/tmp/diff_new_pack.0KvJhs/_old 2024-06-11 18:28:52.687959522 +0200 +++ /var/tmp/diff_new_pack.0KvJhs/_new 2024-06-11 18:28:52.691959667 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-unliftio-core # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,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/3.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof ++++++ unliftio-core.cabal ++++++ --- /var/tmp/diff_new_pack.0KvJhs/_old 2024-06-11 18:28:52.731961127 +0200 +++ /var/tmp/diff_new_pack.0KvJhs/_new 2024-06-11 18:28:52.735961273 +0200 @@ -6,7 +6,7 @@ name: unliftio-core version: 0.2.1.0 -x-revision: 3 +x-revision: 4 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 @@ -29,7 +29,7 @@ hs-source-dirs: src build-depends: - base >=4.9 && <4.20 - , transformers >=0.2 && <0.7 + base >=4.9 && < 10 + , transformers >=0.2 default-language: Haskell2010