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 2022-02-11 23:09:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-regex-applicative-text (Old) and /work/SRC/openSUSE:Factory/.ghc-regex-applicative-text.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-regex-applicative-text" Fri Feb 11 23:09:31 2022 rev:12 rq:953517 version:0.1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-regex-applicative-text/ghc-regex-applicative-text.changes 2020-12-22 11:45:15.333804381 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-regex-applicative-text.new.1956/ghc-regex-applicative-text.changes 2022-02-11 23:11:28.207303563 +0100 @@ -1,0 +2,6 @@ +Sun Jan 2 18:42:32 UTC 2022 - Peter Simons <psim...@suse.com> + +- Update regex-applicative-text to version 0.1.0.1 revision 6. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-regex-applicative-text.spec ++++++ --- /var/tmp/diff_new_pack.F60VdR/_old 2022-02-11 23:11:28.611304731 +0100 +++ /var/tmp/diff_new_pack.F60VdR/_new 2022-02-11 23:11:28.611304731 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-regex-applicative-text # -# Copyright (c) 2020 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/5.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.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.F60VdR/_old 2022-02-11 23:11:28.651304847 +0100 +++ /var/tmp/diff_new_pack.F60VdR/_new 2022-02-11 23:11:28.655304858 +0100 @@ -1,7 +1,7 @@ cabal-version: >=1.10 name: regex-applicative-text version: 0.1.0.1 -x-revision: 5 +x-revision: 6 synopsis: regex-applicative on text category: Text description: Wrapped regex-applicative primitives to work with Text @@ -18,12 +18,14 @@ || ==7.6.3 || ==7.8.4 || ==7.10.3 - || ==8.0.1 + || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 - || ==8.8.3 - || ==8.10.1 + || ==8.8.4 + || ==8.10.4 + || ==9.0.1 + || ==9.2.1 build-type: Simple extra-source-files: README.md @@ -36,7 +38,7 @@ hs-source-dirs: src ghc-options: -Wall build-depends: - base >=4.3 && <4.15 + base >=4.3 && <4.17 , regex-applicative >=0.3 && <0.4 , text