Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-aeson-pretty for
openSUSE:Factory checked in at 2022-08-01 21:29:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-aeson-pretty (Old)
and /work/SRC/openSUSE:Factory/.ghc-aeson-pretty.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-aeson-pretty"
Mon Aug 1 21:29:31 2022 rev:18 rq:987016 version:0.8.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-aeson-pretty/ghc-aeson-pretty.changes
2021-12-19 17:34:27.296265718 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-aeson-pretty.new.1533/ghc-aeson-pretty.changes
2022-08-01 21:29:33.465511665 +0200
@@ -1,0 +2,6 @@
+Fri Jun 17 19:09:13 UTC 2022 - Peter Simons <[email protected]>
+
+- Update aeson-pretty to version 0.8.9 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-aeson-pretty.spec ++++++
--- /var/tmp/diff_new_pack.q4Htsy/_old 2022-08-01 21:29:33.973513122 +0200
+++ /var/tmp/diff_new_pack.q4Htsy/_new 2022-08-01 21:29:33.977513134 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-aeson-pretty
#
-# 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-aeson-devel
BuildRequires: ghc-base-compat-devel
++++++ aeson-pretty.cabal ++++++
--- /var/tmp/diff_new_pack.q4Htsy/_old 2022-08-01 21:29:34.025513272 +0200
+++ /var/tmp/diff_new_pack.q4Htsy/_new 2022-08-01 21:29:34.029513283 +0200
@@ -1,7 +1,7 @@
cabal-version: 2.0
name: aeson-pretty
version: 0.8.9
-x-revision: 1
+x-revision: 2
license: BSD3
license-file: LICENSE
category: Text, Web, JSON, Pretty Printer
@@ -42,7 +42,7 @@
Data.Aeson.Encode.Pretty
build-depends:
- aeson ^>= 1.0 || ^>=1.1 || ^>=1.2 || ^>=1.3 || ^>=1.4 || ^>=1.5 ||
^>=2.0,
+ aeson ^>= 1.0 || ^>=1.1 || ^>=1.2 || ^>=1.3 || ^>=1.4 || ^>=1.5 ||
^>=2.0 || ^>=2.1,
base >= 4.5,
base-compat >= 0.9,
bytestring >= 0.9,