Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-regex-tdfa for openSUSE:Factory checked in at 2023-10-06 21:14:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-regex-tdfa (Old) and /work/SRC/openSUSE:Factory/.ghc-regex-tdfa.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-regex-tdfa" Fri Oct 6 21:14:13 2023 rev:28 rq:1115929 version:1.3.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-regex-tdfa/ghc-regex-tdfa.changes 2023-09-04 22:54:39.758058954 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-regex-tdfa.new.28202/ghc-regex-tdfa.changes 2023-10-06 21:17:02.257478865 +0200 @@ -1,0 +2,6 @@ +Thu Sep 28 09:27:09 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update regex-tdfa to version 1.3.2.2 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-regex-tdfa.spec ++++++ --- /var/tmp/diff_new_pack.uqSDUR/_old 2023-10-06 21:17:03.333517739 +0200 +++ /var/tmp/diff_new_pack.uqSDUR/_new 2023-10-06 21:17:03.333517739 +0200 @@ -26,7 +26,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-tdfa.cabal ++++++ --- /var/tmp/diff_new_pack.uqSDUR/_old 2023-10-06 21:17:03.381519474 +0200 +++ /var/tmp/diff_new_pack.uqSDUR/_new 2023-10-06 21:17:03.385519618 +0200 @@ -1,7 +1,7 @@ cabal-version: 1.12 name: regex-tdfa version: 1.3.2.2 -x-revision: 1 +x-revision: 2 build-Type: Simple license: BSD3 @@ -27,8 +27,8 @@ tested-with: GHC == 9.8.0 - GHC == 9.6.2 - GHC == 9.4.5 + GHC == 9.6.3 + GHC == 9.4.7 GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 @@ -38,9 +38,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 source-repository head type: git @@ -49,7 +46,7 @@ source-repository this type: git location: https://github.com/haskell-hvr/regex-tdfa.git - tag: v1.3.2.2-r1 + tag: v1.3.2.2-r2 flag force-O2 default: False @@ -109,7 +106,7 @@ build-depends: array >= 0.4 && < 0.6 , base >= 4.5 && < 5 , bytestring >= 0.9.2 && < 0.13 - , containers >= 0.4.2 && < 0.7 + , containers >= 0.4.2 && < 0.8 , mtl >= 2.1.3 && < 2.4 , parsec == 3.1.* , regex-base == 0.94.*