From 9ff32a27aca064def24405ddc712a17ce3a16d197a09a047ba4931ade4d82228 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 25 Oct 2019 01:02:18 +0000 Subject: [PATCH 1/2] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-aeson revision:13, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson?expand=0&rev=50 --- ghc-aeson.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/ghc-aeson.spec b/ghc-aeson.spec index 84a9751..b3ce214 100644 --- a/ghc-aeson.spec +++ b/ghc-aeson.spec @@ -23,7 +23,6 @@ Version: 1.4.5.0 Release: 0 Summary: Fast JSON parsing and encoding License: BSD-3-Clause -Group: Development/Libraries/Haskell URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel @@ -73,7 +72,6 @@ To get started, see the documentation for the 'Data.Aeson' module below. %package devel Summary: Haskell %{pkg_name} library development files -Group: Development/Libraries/Haskell Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} From aab498a01baeaa6ae256da7dd94182016c58a3d3412a28f234c50cd996007530 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 24 Dec 2019 02:02:01 +0000 Subject: [PATCH 2/2] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-aeson revision:15, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson?expand=0&rev=51 --- aeson-1.4.5.0.tar.gz | 3 --- aeson-1.4.6.0.tar.gz | 3 +++ ghc-aeson.changes | 16 ++++++++++++++++ ghc-aeson.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 aeson-1.4.5.0.tar.gz create mode 100644 aeson-1.4.6.0.tar.gz diff --git a/aeson-1.4.5.0.tar.gz b/aeson-1.4.5.0.tar.gz deleted file mode 100644 index bccb93d..0000000 --- a/aeson-1.4.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f12250ffb9f83d68a4566d8dc94a6bd2c66507471f9883bf666af45c35f0aca -size 276128 diff --git a/aeson-1.4.6.0.tar.gz b/aeson-1.4.6.0.tar.gz new file mode 100644 index 0000000..a79a8d6 --- /dev/null +++ b/aeson-1.4.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923fb2c6e224c4c0d1848174b1010592f31cd149f538923efd87f8a6b4b3488b +size 276713 diff --git a/ghc-aeson.changes b/ghc-aeson.changes index b848935..9430045 100644 --- a/ghc-aeson.changes +++ b/ghc-aeson.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Nov 13 03:02:25 UTC 2019 - psimons@suse.com + +- Update aeson to version 1.4.6.0. + ### 1.4.6.0 + + * Provide a clearer error message when a required tagKey for a constructor is missing, thanks to Guru Devanla. + The error message now looks like this: `Error in $: parsing Types.SomeType failed, expected Object with key "tag" containing one of ["nullary","unary","product","record","list"], key "tag" not found` + + * Add `formatPath` and `formatRelativePath` functions to turn a `JSONPath` into a `String`, thanks to Robbie McMichael + +------------------------------------------------------------------- +Fri Nov 8 16:13:10 UTC 2019 - Peter Simons + +- Drop obsolete group attributes. + ------------------------------------------------------------------- Tue Sep 10 02:02:48 UTC 2019 - psimons@suse.com diff --git a/ghc-aeson.spec b/ghc-aeson.spec index b3ce214..01f5b27 100644 --- a/ghc-aeson.spec +++ b/ghc-aeson.spec @@ -19,7 +19,7 @@ %global pkg_name aeson %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.4.5.0 +Version: 1.4.6.0 Release: 0 Summary: Fast JSON parsing and encoding License: BSD-3-Clause