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-07-18 21:53:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-polyparse (Old) and /work/SRC/openSUSE:Factory/.ghc-polyparse.new.3193 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-polyparse" Tue Jul 18 21:53:50 2023 rev:11 rq:1098731 version:1.13 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-polyparse/ghc-polyparse.changes 2023-04-04 21:22:34.533929243 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-polyparse.new.3193/ghc-polyparse.changes 2023-07-18 21:53:55.978230929 +0200 @@ -1,0 +2,6 @@ +Fri Jul 7 21:00:32 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update polyparse to version 1.13 revision 7. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-polyparse.spec ++++++ --- /var/tmp/diff_new_pack.Owln5B/_old 2023-07-18 21:53:57.458239096 +0200 +++ /var/tmp/diff_new_pack.Owln5B/_new 2023-07-18 21:53:57.466239140 +0200 @@ -25,7 +25,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/6.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/7.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof ++++++ polyparse.cabal ++++++ --- /var/tmp/diff_new_pack.Owln5B/_old 2023-07-18 21:53:57.514239405 +0200 +++ /var/tmp/diff_new_pack.Owln5B/_new 2023-07-18 21:53:57.518239427 +0200 @@ -1,6 +1,6 @@ name: polyparse version: 1.13 -x-revision: 6 +x-revision: 7 license: LGPL license-files: COPYRIGHT, LICENCE-LGPL, LICENCE-commercial copyright: (c) 2006-2016 Malcolm Wallace @@ -25,9 +25,9 @@ extra-source-files: Changelog.md tested-with: - GHC ==9.6.0 - || ==9.4.4 - || ==9.2.5 + GHC ==9.6.2 + || ==9.4.5 + || ==9.2.8 || ==9.0.2 || ==8.10.7 || ==8.8.4 @@ -73,7 +73,7 @@ Text.ParserCombinators.Poly.Lex, Text.Parse if impl(ghc) - build-depends: bytestring >= 0.9.1.0 && < 0.12 + build-depends: bytestring >= 0.9.1.0 && < 0.13 build-depends: text >= 1.2.3.0 && <1.3 || >=2.0 && <2.1 exposed-modules: Text.ParserCombinators.Poly.ByteString