Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-memory for openSUSE:Factory checked in at 2021-05-05 20:40:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-memory (Old) and /work/SRC/openSUSE:Factory/.ghc-memory.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-memory" Wed May 5 20:40:08 2021 rev:20 rq:890318 version:0.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-memory/ghc-memory.changes 2020-12-22 11:42:35.345675424 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-memory.new.2988/ghc-memory.changes 2021-05-05 20:40:19.046834706 +0200 @@ -1,0 +2,6 @@ +Mon Apr 26 08:33:32 UTC 2021 - psim...@suse.com + +- Update memory to version 0.15.0 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-memory.spec ++++++ --- /var/tmp/diff_new_pack.ywoHsD/_old 2021-05-05 20:40:21.718822941 +0200 +++ /var/tmp/diff_new_pack.ywoHsD/_new 2021-05-05 20:40:21.722822923 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-memory # -# 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 @@ -25,7 +25,7 @@ License: BSD-3-Clause 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-basement-devel BuildRequires: ghc-bytestring-devel ++++++ memory.cabal ++++++ --- /var/tmp/diff_new_pack.ywoHsD/_old 2021-05-05 20:40:21.762822747 +0200 +++ /var/tmp/diff_new_pack.ywoHsD/_new 2021-05-05 20:40:21.762822747 +0200 @@ -1,6 +1,6 @@ Name: memory version: 0.15.0 -x-revision: 1 +x-revision: 2 Synopsis: memory and related abstraction stuff Description: Chunk of memory, polymorphic byte array management and manipulation @@ -82,7 +82,7 @@ Data.ByteArray.MemView Data.ByteArray.View - build-depends: base >= 4.9 && < 5 + build-depends: base >= 4.9 && < 4.15 if impl(ghc < 8.0) build-depends: base else