Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-polyparse for openSUSE:Factory checked in at 2021-03-10 08:55:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-polyparse (Old) and /work/SRC/openSUSE:Factory/.ghc-polyparse.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-polyparse" Wed Mar 10 08:55:22 2021 rev:5 rq:877663 version:1.13 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-polyparse/ghc-polyparse.changes 2020-12-22 11:44:27.237765613 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-polyparse.new.2378/ghc-polyparse.changes 2021-03-10 08:57:26.754900788 +0100 @@ -1,0 +2,6 @@ +Thu Feb 25 23:47:59 UTC 2021 - psim...@suse.com + +- Update polyparse to version 1.13 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-polyparse.spec ++++++ --- /var/tmp/diff_new_pack.1dFoyY/_old 2021-03-10 08:57:27.230901279 +0100 +++ /var/tmp/diff_new_pack.1dFoyY/_new 2021-03-10 08:57:27.234901283 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-polyparse # -# 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 @@ -24,7 +24,7 @@ License: LGPL-2.1-only 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-bytestring-devel BuildRequires: ghc-rpm-macros ++++++ polyparse.cabal ++++++ --- /var/tmp/diff_new_pack.1dFoyY/_old 2021-03-10 08:57:27.262901313 +0100 +++ /var/tmp/diff_new_pack.1dFoyY/_new 2021-03-10 08:57:27.266901316 +0100 @@ -1,6 +1,6 @@ name: polyparse version: 1.13 -x-revision: 1 +x-revision: 2 license: LGPL license-files: COPYRIGHT, LICENCE-LGPL, LICENCE-commercial copyright: (c) 2006-2016 Malcolm Wallace @@ -25,8 +25,9 @@ extra-source-files: Changelog.md tested-with: - GHC ==8.10.1 - || ==8.8.3 + GHC ==9.0.1 + || ==8.10.4 + || ==8.8.4 || ==8.6.5 || ==8.4.4 || ==8.2.2 @@ -49,7 +50,7 @@ library hs-source-dirs: src - build-depends: base >= 4.3.1.0 && < 4.15 + build-depends: base >= 4.3.1.0 && < 4.16 if !impl(ghc >= 8.0) build-depends: fail == 4.9.*