Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-aeson for openSUSE:Factory checked in at 2021-12-19 17:34:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-aeson (Old) and /work/SRC/openSUSE:Factory/.ghc-aeson.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-aeson" Sun Dec 19 17:34:41 2021 rev:39 rq:934275 version:1.5.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-aeson/ghc-aeson.changes 2021-09-10 23:41:14.914555381 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-aeson.new.2520/ghc-aeson.changes 2021-12-19 17:34:56.952286607 +0100 @@ -1,0 +2,12 @@ +Sat Nov 20 17:29:58 UTC 2021 - [email protected] + +- Update aeson to version 1.5.6.0 revision 4. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- +Tue Nov 16 19:52:56 UTC 2021 - [email protected] + +- Update aeson to version 1.5.6.0 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-aeson.spec ++++++ --- /var/tmp/diff_new_pack.HxLp0l/_old 2021-12-19 17:34:57.408286928 +0100 +++ /var/tmp/diff_new_pack.HxLp0l/_new 2021-12-19 17:34:57.408286928 +0100 @@ -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/2.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-attoparsec-devel BuildRequires: ghc-base-compat-batteries-devel ++++++ aeson.cabal ++++++ --- /var/tmp/diff_new_pack.HxLp0l/_old 2021-12-19 17:34:57.452286959 +0100 +++ /var/tmp/diff_new_pack.HxLp0l/_new 2021-12-19 17:34:57.456286962 +0100 @@ -1,6 +1,6 @@ name: aeson version: 1.5.6.0 -x-revision: 2 +x-revision: 4 license: BSD3 license-file: LICENSE category: Text, Web, JSON @@ -118,9 +118,9 @@ if !impl(ghc >= 8.0) -- `Data.Semigroup` and `Control.Monad.Fail` and `Control.Monad.IO.Class` are available in base only since GHC 8.0 / base 4.9 build-depends: - semigroups >= 0.18.5 && < 0.20, - transformers >= 0.3.0.0 && < 0.6, - transformers-compat >= 0.6.2 && < 0.7, + semigroups >= 0.18.5 && < 0.21, + transformers >= 0.3.0.0 && < 0.7, + transformers-compat >= 0.6.2 && < 0.8, fail == 4.9.* if !impl(ghc >= 7.10)
