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 2023-11-10 12:33:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-unliftio-core (Old) and /work/SRC/openSUSE:Factory/.ghc-unliftio-core.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unliftio-core" Fri Nov 10 12:33:12 2023 rev:14 rq:1124757 version:0.2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-unliftio-core/ghc-unliftio-core.changes 2023-04-04 21:24:40.042639961 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-unliftio-core.new.17445/ghc-unliftio-core.changes 2023-11-10 12:37:07.144918194 +0100 @@ -1,0 +2,6 @@ +Thu Nov 2 04:48:52 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update unliftio-core to version 0.2.1.0 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-unliftio-core.spec ++++++ --- /var/tmp/diff_new_pack.rCzaIU/_old 2023-11-10 12:37:08.688975341 +0100 +++ /var/tmp/diff_new_pack.rCzaIU/_new 2023-11-10 12:37:08.688975341 +0100 @@ -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/2.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof ++++++ unliftio-core.cabal ++++++ --- /var/tmp/diff_new_pack.rCzaIU/_old 2023-11-10 12:37:08.724976673 +0100 +++ /var/tmp/diff_new_pack.rCzaIU/_new 2023-11-10 12:37:08.728976821 +0100 @@ -6,7 +6,7 @@ name: unliftio-core version: 0.2.1.0 -x-revision: 2 +x-revision: 3 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.19 + base >=4.9 && <4.20 , transformers >=0.2 && <0.7 default-language: Haskell2010