Accepting request 930300 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/930300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-aeson-pretty?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2021-11-11 20:36:06 +00:00 committed by Git OBS Bridge
commit 32decc13e1
4 changed files with 20 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81cea61cb6dcf32c3f0529ea5cfc98dbea3894152d7f2d9fe1cb051f927ec726
size 5600

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5dbc4f451dfa1e667b2c6ec5170714fed1905dc9cae6a1134b3376f355fa2a08
size 5802

View File

@ -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 <mimi.vx@gmail.com>

View File

@ -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