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 2023-01-28 18:44:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-polyparse (Old) and /work/SRC/openSUSE:Factory/.ghc-polyparse.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-polyparse" Sat Jan 28 18:44:34 2023 rev:9 rq:1061635 version:1.13 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-polyparse/ghc-polyparse.changes 2022-10-13 15:42:56.662831532 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-polyparse.new.32243/ghc-polyparse.changes 2023-01-28 18:52:10.044949901 +0100 @@ -1,0 +2,6 @@ +Mon Jan 23 06:51:29 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update polyparse to version 1.13 revision 6. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-polyparse.spec ++++++ --- /var/tmp/diff_new_pack.IcC7uy/_old 2023-01-28 18:52:10.440952144 +0100 +++ /var/tmp/diff_new_pack.IcC7uy/_new 2023-01-28 18:52:10.448952189 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-polyparse # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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/5.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-rpm-macros ++++++ polyparse.cabal ++++++ --- /var/tmp/diff_new_pack.IcC7uy/_old 2023-01-28 18:52:10.496952461 +0100 +++ /var/tmp/diff_new_pack.IcC7uy/_new 2023-01-28 18:52:10.500952484 +0100 @@ -1,6 +1,6 @@ name: polyparse version: 1.13 -x-revision: 5 +x-revision: 6 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 ==9.4.1 - || ==9.2.4 + GHC ==9.6.0 + || ==9.4.4 + || ==9.2.5 || ==9.0.2 || ==8.10.7 || ==8.8.4 @@ -52,7 +53,7 @@ library hs-source-dirs: src - build-depends: base >= 4.3.1.0 && < 4.18 + build-depends: base >= 4.3.1.0 && < 4.19 if !impl(ghc >= 8.0) build-depends: fail == 4.9.*