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-07-18 21:53:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-regex-base (Old) and /work/SRC/openSUSE:Factory/.ghc-regex-base.new.3193 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-regex-base" Tue Jul 18 21:53:51 2023 rev:25 rq:1098732 version:0.94.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-regex-base/ghc-regex-base.changes 2023-04-04 21:22:53.066034183 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-regex-base.new.3193/ghc-regex-base.changes 2023-07-18 21:53:57.650240155 +0200 @@ -1,0 +2,6 @@ +Fri Jul 7 19:45:34 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update regex-base to version 0.94.0.2 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-regex-base.spec ++++++ --- /var/tmp/diff_new_pack.pvitbq/_old 2023-07-18 21:53:58.306243776 +0200 +++ /var/tmp/diff_new_pack.pvitbq/_new 2023-07-18 21:53:58.314243820 +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/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-array-devel BuildRequires: ghc-array-prof ++++++ regex-base.cabal ++++++ --- /var/tmp/diff_new_pack.pvitbq/_old 2023-07-18 21:53:58.354244040 +0200 +++ /var/tmp/diff_new_pack.pvitbq/_new 2023-07-18 21:53:58.358244063 +0200 @@ -1,7 +1,7 @@ cabal-version: 1.12 name: regex-base version: 0.94.0.2 -x-revision: 1 +x-revision: 2 build-type: Simple license: BSD3 @@ -35,8 +35,9 @@ README.md tested-with: - GHC == 9.4.1 - GHC == 9.2.2 + GHC == 9.6.2 + GHC == 9.4.5 + GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 @@ -58,7 +59,7 @@ source-repository this type: git location: https://github.com/haskell-hvr/regex-base.git - tag: v0.94.0.2 + tag: v0.94.0.2-r2 library hs-source-dirs: src @@ -87,7 +88,7 @@ build-depends: base >= 4.3 && < 5 , containers >= 0.4 && < 0.7 - , bytestring >= 0.9 && < 0.12 + , bytestring >= 0.9 && < 0.13 , array >= 0.3 && < 0.6 , text >= 1.2.3 && < 1.3 || >=2.0 && <2.1