From b21d4e8cd1a5227dee1836c0b5db9df40361fa0e046f12461499d028de4f586f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 9 Nov 2021 08:31:49 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-aeson-pretty revision:16, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson-pretty?expand=0&rev=41 --- aeson-pretty-0.8.8.tar.gz | 3 --- aeson-pretty-0.8.9.tar.gz | 3 +++ ghc-aeson-pretty.changes | 14 ++++++++++++++ ghc-aeson-pretty.spec | 6 +++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 aeson-pretty-0.8.8.tar.gz create mode 100644 aeson-pretty-0.8.9.tar.gz diff --git a/aeson-pretty-0.8.8.tar.gz b/aeson-pretty-0.8.8.tar.gz deleted file mode 100644 index 8bb2117..0000000 --- a/aeson-pretty-0.8.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81cea61cb6dcf32c3f0529ea5cfc98dbea3894152d7f2d9fe1cb051f927ec726 -size 5600 diff --git a/aeson-pretty-0.8.9.tar.gz b/aeson-pretty-0.8.9.tar.gz new file mode 100644 index 0000000..0fd0611 --- /dev/null +++ b/aeson-pretty-0.8.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dbc4f451dfa1e667b2c6ec5170714fed1905dc9cae6a1134b3376f355fa2a08 +size 5802 diff --git a/ghc-aeson-pretty.changes b/ghc-aeson-pretty.changes index 84ffbed..5d526e0 100644 --- a/ghc-aeson-pretty.changes +++ b/ghc-aeson-pretty.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Nov 1 08:29:50 UTC 2021 - psimons@suse.com + +- Update aeson-pretty to version 0.8.9. + Upstream added a new change log file in this release. With no + previous version to compare against, the automatic updater cannot + reliable determine the relevante entries for this release. + +------------------------------------------------------------------- +Tue Oct 12 09:50:15 UTC 2021 - psimons@suse.com + +- Update aeson-pretty to version 0.8.8 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc-aeson-pretty.spec b/ghc-aeson-pretty.spec index 7973d6f..39990fe 100644 --- a/ghc-aeson-pretty.spec +++ b/ghc-aeson-pretty.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-aeson-pretty # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %global pkg_name aeson-pretty Name: ghc-%{pkg_name} -Version: 0.8.8 +Version: 0.8.9 Release: 0 Summary: JSON pretty-printing library and command-line tool License: BSD-3-Clause @@ -80,6 +80,6 @@ This package provides the Haskell %{pkg_name} library development files. %license LICENSE %files devel -f %{name}-devel.files -%doc README.markdown +%doc CHANGELOG.markdown README.markdown %changelog