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-08-11 15:56:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-polyparse (Old) and /work/SRC/openSUSE:Factory/.ghc-polyparse.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-polyparse" Fri Aug 11 15:56:01 2023 rev:12 rq:1103408 version:1.13 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-polyparse/ghc-polyparse.changes 2023-07-18 21:53:55.978230929 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-polyparse.new.11712/ghc-polyparse.changes 2023-08-11 15:56:15.188020066 +0200 @@ -1,0 +2,6 @@ +Thu Aug 3 14:28:08 UTC 2023 - Peter Simons <[email protected]> + +- Update polyparse to version 1.13 revision 8. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-polyparse.spec ++++++ --- /var/tmp/diff_new_pack.En0akP/_old 2023-08-11 15:56:15.808023760 +0200 +++ /var/tmp/diff_new_pack.En0akP/_new 2023-08-11 15:56:15.816023808 +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/7.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/8.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof ++++++ polyparse.cabal ++++++ --- /var/tmp/diff_new_pack.En0akP/_old 2023-08-11 15:56:15.868024118 +0200 +++ /var/tmp/diff_new_pack.En0akP/_new 2023-08-11 15:56:15.872024142 +0200 @@ -1,6 +1,6 @@ name: polyparse version: 1.13 -x-revision: 7 +x-revision: 8 license: LGPL license-files: COPYRIGHT, LICENCE-LGPL, LICENCE-commercial copyright: (c) 2006-2016 Malcolm Wallace @@ -43,17 +43,13 @@ || ==7.0.4 source-repository head - type: darcs - location: http://code.haskell.org/polyparse - -source-repository this type: git location: https://github.com/hackage-trustees/malcolm-wallace-universe.git - tag: 1.12.1 + subdir: polyparse-1.12 library hs-source-dirs: src - build-depends: base >= 4.3.1.0 && < 4.19 + build-depends: base >= 4.3.1.0 && < 4.20 if !impl(ghc >= 8.0) build-depends: fail == 4.9.*
