Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-regex-applicative-text for
openSUSE:Factory checked in at 2023-01-18 13:10:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-regex-applicative-text (Old)
and /work/SRC/openSUSE:Factory/.ghc-regex-applicative-text.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-regex-applicative-text"
Wed Jan 18 13:10:22 2023 rev:13 rq:1059099 version:0.1.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-regex-applicative-text/ghc-regex-applicative-text.changes
2022-02-11 23:11:28.207303563 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-regex-applicative-text.new.32243/ghc-regex-applicative-text.changes
2023-01-18 13:10:46.932810798 +0100
@@ -1,0 +2,6 @@
+Tue Dec 6 18:02:25 UTC 2022 - Peter Simons <[email protected]>
+
+- Update regex-applicative-text to version 0.1.0.1 revision 7.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-regex-applicative-text.spec ++++++
--- /var/tmp/diff_new_pack.2OsHhJ/_old 2023-01-18 13:10:47.628814924 +0100
+++ /var/tmp/diff_new_pack.2OsHhJ/_new 2023-01-18 13:10:47.632814948 +0100
@@ -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/6.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/7.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-regex-applicative-devel
BuildRequires: ghc-rpm-macros
++++++ regex-applicative-text.cabal ++++++
--- /var/tmp/diff_new_pack.2OsHhJ/_old 2023-01-18 13:10:47.668815161 +0100
+++ /var/tmp/diff_new_pack.2OsHhJ/_new 2023-01-18 13:10:47.672815185 +0100
@@ -1,7 +1,7 @@
cabal-version: >=1.10
name: regex-applicative-text
version: 0.1.0.1
-x-revision: 6
+x-revision: 7
synopsis: regex-applicative on text
category: Text
description: Wrapped regex-applicative primitives to work with Text
@@ -23,9 +23,10 @@
|| ==8.4.4
|| ==8.6.5
|| ==8.8.4
- || ==8.10.4
- || ==9.0.1
- || ==9.2.1
+ || ==8.10.7
+ || ==9.0.2
+ || ==9.2.5
+ || ==9.4.3
build-type: Simple
extra-source-files: README.md
@@ -38,7 +39,7 @@
hs-source-dirs: src
ghc-options: -Wall
build-depends:
- base >=4.3 && <4.17
+ base >=4.3 && <4.18
, regex-applicative >=0.3 && <0.4
, text