From 6278c6d3bab53dd0efaf9e0ace28d0f8d534c35eaecda70a1efcc0c99f9055fc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Oct 2022 14:46:20 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-cborg-json revision:14, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cborg-json?expand=0&rev=16 --- cborg-json-0.2.4.0.tar.gz | 3 --- cborg-json-0.2.5.0.tar.gz | 3 +++ ghc-cborg-json.changes | 12 ++++++++++++ ghc-cborg-json.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 cborg-json-0.2.4.0.tar.gz create mode 100644 cborg-json-0.2.5.0.tar.gz diff --git a/cborg-json-0.2.4.0.tar.gz b/cborg-json-0.2.4.0.tar.gz deleted file mode 100644 index 9331abd..0000000 --- a/cborg-json-0.2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b1fcc566b6f3d7fb4978eba1d9e9a93076ba455bb90e40523b9071c9c46b1c0 -size 4218 diff --git a/cborg-json-0.2.5.0.tar.gz b/cborg-json-0.2.5.0.tar.gz new file mode 100644 index 0000000..35c57a0 --- /dev/null +++ b/cborg-json-0.2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c373453f06fd8558e062c4fbe6dd862cb0ae28ac3c02ba3b607573bd077cd4 +size 4246 diff --git a/ghc-cborg-json.changes b/ghc-cborg-json.changes index 6940f78..7b36ad4 100644 --- a/ghc-cborg-json.changes +++ b/ghc-cborg-json.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Sep 24 16:36:46 UTC 2022 - Peter Simons + +- Update cborg-json to version 0.2.5.0. + ## 0.2.5.0 -- 2022-09-24 + + * Support GHC 9.4 + + * Drop GHC 8.0 and 8.2 support + + * Support aeson 2.1 + ------------------------------------------------------------------- Fri Apr 22 22:48:17 UTC 2022 - Peter Simons diff --git a/ghc-cborg-json.spec b/ghc-cborg-json.spec index aeca5c9..0d22810 100644 --- a/ghc-cborg-json.spec +++ b/ghc-cborg-json.spec @@ -18,7 +18,7 @@ %global pkg_name cborg-json Name: ghc-%{pkg_name} -Version: 0.2.4.0 +Version: 0.2.5.0 Release: 0 Summary: A library for encoding JSON as CBOR License: BSD-3-Clause