Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-regex-posix for openSUSE:Factory checked in at 2023-07-18 21:53:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-regex-posix (Old) and /work/SRC/openSUSE:Factory/.ghc-regex-posix.new.3193 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-regex-posix" Tue Jul 18 21:53:52 2023 rev:14 rq:1098733 version:0.96.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-regex-posix/ghc-regex-posix.changes 2023-04-04 21:22:56.658054523 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-regex-posix.new.3193/ghc-regex-posix.changes 2023-07-18 21:53:58.478244724 +0200 @@ -1,0 +2,6 @@ +Fri Jul 7 19:37:42 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update regex-posix to version 0.96.0.1 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-regex-posix.spec ++++++ --- /var/tmp/diff_new_pack.tYrKlx/_old 2023-07-18 21:53:59.094248124 +0200 +++ /var/tmp/diff_new_pack.tYrKlx/_new 2023-07-18 21:53:59.094248124 +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-posix.cabal ++++++ --- /var/tmp/diff_new_pack.tYrKlx/_old 2023-07-18 21:53:59.138248366 +0200 +++ /var/tmp/diff_new_pack.tYrKlx/_new 2023-07-18 21:53:59.138248366 +0200 @@ -1,7 +1,7 @@ cabal-version: 1.12 name: regex-posix version: 0.96.0.1 -x-revision: 1 +x-revision: 2 build-type: Simple license: BSD3 @@ -24,8 +24,9 @@ cbits/myfree.h 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 @@ -47,7 +48,7 @@ source-repository this type: git location: https://github.com/hvr/regex-base.git - tag: v0.96.0.1-r1 + tag: v0.96.0.1-r2 flag _regex-posix-clib manual: False @@ -89,7 +90,7 @@ build-depends: regex-base == 0.94.* , base >= 4.3 && < 5 , containers >= 0.4 && < 0.7 - , bytestring >= 0.9 && < 0.12 + , bytestring >= 0.9 && < 0.13 , array >= 0.3 && < 0.6 if impl(ghc < 8)