Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-regex-base for openSUSE:Factory checked in at 2023-10-06 21:14:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-regex-base (Old) and /work/SRC/openSUSE:Factory/.ghc-regex-base.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-regex-base" Fri Oct 6 21:14:12 2023 rev:26 rq:1115927 version:0.94.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-regex-base/ghc-regex-base.changes 2023-07-18 21:53:57.650240155 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-regex-base.new.28202/ghc-regex-base.changes 2023-10-06 21:16:59.233369610 +0200 @@ -1,0 +2,6 @@ +Thu Sep 28 10:07:58 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update regex-base to version 0.94.0.2 revision 4. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-regex-base.spec ++++++ --- /var/tmp/diff_new_pack.WfcRz2/_old 2023-10-06 21:17:00.693422359 +0200 +++ /var/tmp/diff_new_pack.WfcRz2/_new 2023-10-06 21:17:00.701422648 +0200 @@ -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/2.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel BuildRequires: ghc-array-prof ++++++ regex-base.cabal ++++++ --- /var/tmp/diff_new_pack.WfcRz2/_old 2023-10-06 21:17:00.761424815 +0200 +++ /var/tmp/diff_new_pack.WfcRz2/_new 2023-10-06 21:17:00.769425104 +0200 @@ -1,7 +1,7 @@ cabal-version: 1.12 name: regex-base version: 0.94.0.2 -x-revision: 2 +x-revision: 4 build-type: Simple license: BSD3 @@ -35,8 +35,9 @@ README.md tested-with: - GHC == 9.6.2 - GHC == 9.4.5 + GHC == 9.8.0 + GHC == 9.6.3 + GHC == 9.4.7 GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 @@ -46,11 +47,6 @@ GHC == 8.2.2 GHC == 8.0.2 GHC == 7.10.3 - GHC == 7.8.4 - GHC == 7.6.3 - GHC == 7.4.2 - GHC == 7.2.2 - GHC == 7.0.4 source-repository head type: git @@ -59,7 +55,7 @@ source-repository this type: git location: https://github.com/haskell-hvr/regex-base.git - tag: v0.94.0.2-r2 + tag: v0.94.0.2-r4 library hs-source-dirs: src @@ -87,10 +83,10 @@ , bytestring >= 0.9.2.1 build-depends: base >= 4.3 && < 5 - , containers >= 0.4 && < 0.7 + , containers >= 0.4 && < 0.8 , bytestring >= 0.9 && < 0.13 , array >= 0.3 && < 0.6 - , text >= 1.2.3 && < 1.3 || >=2.0 && <2.1 + , text >= 1.2.3 && < 1.3 || >=2.0 && <2.2 if !impl(ghc >= 8) build-depends: fail == 4.9.*