Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-dhall for openSUSE:Factory checked in at 2021-03-10 08:54:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-dhall (Old) and /work/SRC/openSUSE:Factory/.ghc-dhall.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-dhall" Wed Mar 10 08:54:42 2021 rev:13 rq:877623 version:1.38.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-dhall/ghc-dhall.changes 2021-02-16 22:45:35.270353705 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-dhall.new.2378/ghc-dhall.changes 2021-03-10 08:56:44.322856990 +0100 @@ -1,0 +2,6 @@ +Sat Feb 13 11:43:47 UTC 2021 - psim...@suse.com + +- Update dhall to version 1.38.0 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-dhall.spec ++++++ --- /var/tmp/diff_new_pack.FwVHwc/_old 2021-03-10 08:56:44.906857593 +0100 +++ /var/tmp/diff_new_pack.FwVHwc/_new 2021-03-10 08:56:44.906857593 +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/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: chrpath BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Diff-devel ++++++ dhall.cabal ++++++ --- /var/tmp/diff_new_pack.FwVHwc/_old 2021-03-10 08:56:44.958857646 +0100 +++ /var/tmp/diff_new_pack.FwVHwc/_new 2021-03-10 08:56:44.958857646 +0100 @@ -1,6 +1,6 @@ Name: dhall Version: 1.38.0 -x-revision: 1 +x-revision: 2 Cabal-Version: >=1.10 Build-Type: Simple Tested-With: GHC == 8.4.3, GHC == 8.6.1 @@ -478,7 +478,7 @@ aeson-pretty < 0.9 , ansi-terminal >= 0.6.3.1 && < 0.12, atomic-write >= 0.2.0.7 && < 0.3 , - bytestring < 0.11, + bytestring < 0.12, case-insensitive < 1.3 , cborg >= 0.2.0.0 && < 0.3 , cborg-json >= 0.2.2.0 && < 0.3 , @@ -658,7 +658,7 @@ Dhall.Test.Util Build-Depends: base >= 4 && < 5 , - bytestring < 0.11, + bytestring , cborg >= 0.2.0.0 && < 0.3 , containers , data-fix ,