Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-toml-parser for openSUSE:Factory
checked in at 2024-05-21 18:36:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-toml-parser (Old)
and /work/SRC/openSUSE:Factory/.ghc-toml-parser.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-toml-parser"
Tue May 21 18:36:00 2024 rev:8 rq:1175414 version:2.0.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-toml-parser/ghc-toml-parser.changes
2024-04-02 16:42:38.665651080 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-toml-parser.new.1880/ghc-toml-parser.changes
2024-05-21 18:36:37.934802463 +0200
@@ -1,0 +2,6 @@
+Mon May 13 16:26:55 UTC 2024 - Peter Simons <[email protected]>
+
+- Update toml-parser to version 2.0.0.0 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-toml-parser.spec ++++++
--- /var/tmp/diff_new_pack.1008Uq/_old 2024-05-21 18:36:38.626827790 +0200
+++ /var/tmp/diff_new_pack.1008Uq/_new 2024-05-21 18:36:38.626827790 +0200
@@ -26,7 +26,7 @@
License: ISC
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: alex
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-array-devel
++++++ toml-parser.cabal ++++++
--- /var/tmp/diff_new_pack.1008Uq/_old 2024-05-21 18:36:38.670829400 +0200
+++ /var/tmp/diff_new_pack.1008Uq/_new 2024-05-21 18:36:38.670829400 +0200
@@ -1,7 +1,7 @@
cabal-version: 3.0
name: toml-parser
version: 2.0.0.0
-x-revision: 1
+x-revision: 2
synopsis: TOML 1.0.0 parser
description:
TOML parser using generated lexers and parsers with
@@ -72,7 +72,7 @@
Toml.Syntax.ParserUtils
build-depends:
array ^>= 0.5,
- base ^>= {4.14, 4.15, 4.16, 4.17, 4.18, 4.19},
+ base ^>= {4.14, 4.15, 4.16, 4.17, 4.18, 4.19, 4.20},
containers ^>= {0.5, 0.6, 0.7},
prettyprinter ^>= 1.7,
text >= 0.2 && < 3,