Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-HsYAML-aeson for
openSUSE:Factory checked in at 2022-08-01 21:29:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-HsYAML-aeson (Old)
and /work/SRC/openSUSE:Factory/.ghc-HsYAML-aeson.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-HsYAML-aeson"
Mon Aug 1 21:29:29 2022 rev:10 rq:987013 version:0.2.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-HsYAML-aeson/ghc-HsYAML-aeson.changes
2022-02-11 23:11:04.359234587 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-HsYAML-aeson.new.1533/ghc-HsYAML-aeson.changes
2022-08-01 21:29:30.601503448 +0200
@@ -1,0 +2,6 @@
+Mon Jun 20 11:03:24 UTC 2022 - Peter Simons <[email protected]>
+
+- Update HsYAML-aeson to version 0.2.0.1 revision 4.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-HsYAML-aeson.spec ++++++
--- /var/tmp/diff_new_pack.3rgUis/_old 2022-08-01 21:29:31.097504871 +0200
+++ /var/tmp/diff_new_pack.3rgUis/_new 2022-08-01 21:29:31.101504883 +0200
@@ -24,7 +24,7 @@
License: GPL-2.0-or-later
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/4.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-HsYAML-devel
BuildRequires: ghc-aeson-devel
++++++ HsYAML-aeson.cabal ++++++
--- /var/tmp/diff_new_pack.3rgUis/_old 2022-08-01 21:29:31.141504998 +0200
+++ /var/tmp/diff_new_pack.3rgUis/_new 2022-08-01 21:29:31.141504998 +0200
@@ -1,7 +1,7 @@
cabal-version: 2.2
name: HsYAML-aeson
version: 0.2.0.1
-x-revision: 1
+x-revision: 4
license: GPL-2.0-or-later
license-file: LICENSE.GPLv2
author: Herbert Valerio Riedel
@@ -50,15 +50,15 @@
exposed-modules: Data.YAML.Aeson
build-depends:
, HsYAML ^>= 0.2.0
- , aeson ^>= 1.4.0.0 || ^>= 1.5.0.0 || ^>= 2.0.0.0
+ , aeson ^>= 1.4.0.0 || ^>= 1.5.0.0 || ^>= 2.0.0.0 || ^>= 2.1.0.0
, base >= 4.5 && < 4.17
, bytestring ^>= 0.9.2.1 || ^>= 0.10.0.2 || ^>= 0.11.0.0
, containers >=0.4.2 && <0.7
- , mtl ^>= 2.2.1
+ , mtl ^>= 2.2.1 || ^>= 2.3
, scientific ^>= 0.3.6.2
, text ^>= 1.2.3 || ^>= 2.0
, unordered-containers ^>= 0.2
- , vector ^>= 0.12.0.2
+ , vector ^>= 0.12.0.2 || ^>= 0.13.0.0
hs-source-dirs: src
default-language: Haskell2010