Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-regex-compat for
openSUSE:Factory checked in at 2022-08-01 21:30:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-regex-compat (Old)
and /work/SRC/openSUSE:Factory/.ghc-regex-compat.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-regex-compat"
Mon Aug 1 21:30:21 2022 rev:12 rq:987079 version:0.95.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-regex-compat/ghc-regex-compat.changes
2021-08-25 20:58:48.793113535 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-regex-compat.new.1533/ghc-regex-compat.changes
2022-08-01 21:30:42.077708508 +0200
@@ -1,0 +2,6 @@
+Wed May 25 21:25:21 UTC 2022 - Peter Simons <[email protected]>
+
+- Update regex-compat to version 0.95.2.1 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-regex-compat.spec ++++++
--- /var/tmp/diff_new_pack.WDyqPK/_old 2022-08-01 21:30:42.737710402 +0200
+++ /var/tmp/diff_new_pack.WDyqPK/_new 2022-08-01 21:30:42.745710425 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-regex-compat
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,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-regex-base-devel
++++++ regex-compat.cabal ++++++
--- /var/tmp/diff_new_pack.WDyqPK/_old 2022-08-01 21:30:42.797710574 +0200
+++ /var/tmp/diff_new_pack.WDyqPK/_new 2022-08-01 21:30:42.797710574 +0200
@@ -1,18 +1,16 @@
cabal-version: 1.12
name: regex-compat
version: 0.95.2.1
-x-revision: 1
+x-revision: 2
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: Copyright (c) 2006, Christopher Kuklewicz
author: Christopher Kuklewicz
-maintainer:
- Herbert Valerio Riedel <[email protected]>,
- Andreas Abel
+maintainer: Andreas Abel
homepage: https://wiki.haskell.org/Regular_expressions
-bug-reports: https://github.com/hvr/regex-compat/issues
+bug-reports: https://github.com/haskell-hvr/regex-compat/issues
synopsis: Replaces/enhances "Text.Regex"
category: Text
description:
@@ -24,36 +22,35 @@
ChangeLog.md
tested-with:
- -- Haskell CI:
- GHC == 7.0.4
- GHC == 7.2.2
- GHC == 7.4.2
- GHC == 7.6.3
- GHC == 7.8.4
- GHC == 7.10.3
- GHC == 8.0.2
- GHC == 8.2.2
- GHC == 8.4.4
- GHC == 8.6.5
+ GHC == 9.4.1
+ GHC == 9.2.2
+ GHC == 9.0.2
+ GHC == 8.10.7
GHC == 8.8.4
- GHC == 8.10.4
- GHC == 9.0.1
- -- manually (AA, 2021-08-12):
- -- GHC == 9.2.1 -- RC 1
+ GHC == 8.6.5
+ GHC == 8.4.4
+ 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
- location: https://github.com/hvr/regex-compat.git
+ location: https://github.com/haskell-hvr/regex-compat.git
source-repository this
type: git
- location: https://github.com/hvr/regex-compat.git
- tag: v0.95.2.1
+ location: https://github.com/haskell-hvr/regex-compat.git
+ tag: v0.95.2.1-r2
library
exposed-modules: Text.Regex
- build-depends: base >= 4.3 && < 4.17
+ build-depends: base >= 4.3 && < 5
, regex-base == 0.94.*
, regex-posix == 0.96.*
, array >= 0.3 && < 0.6