From e3ccef3fdcee9edc4e395685fd393848aa5f6b9bfb7a451574048248d6707dac Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 22 Feb 2017 17:25:25 +0000 Subject: [PATCH 1/2] synchronize with lts-8 package sett from configuration 0cb270c8d22a0823ab5130d95cc499e186cf864e OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson-pretty?expand=0&rev=8 --- ghc-aeson-pretty.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-aeson-pretty.spec b/ghc-aeson-pretty.spec index ba231cb..b9c13af 100644 --- a/ghc-aeson-pretty.spec +++ b/ghc-aeson-pretty.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-aeson-pretty # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -73,7 +73,7 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install -%ghc_fix_dynamic_rpath %{pkg_name} +%ghc_fix_rpath %{pkg_name}-%{version} %post devel %ghc_pkg_recache From aef7b001a861467d105a3ba2bd6655d4840ca396c7724d8752ea643d11806f76 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 9 Jun 2017 08:48:17 +0000 Subject: [PATCH 2/2] synchronize with lts:8 at revision 97123ba011ee3f996611368abf5e9181a89582ad OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson-pretty?expand=0&rev=9 --- aeson-pretty-0.8.2.tar.gz | 3 --- aeson-pretty-0.8.4.tar.gz | 3 +++ ghc-aeson-pretty.changes | 5 +++++ ghc-aeson-pretty.spec | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 aeson-pretty-0.8.2.tar.gz create mode 100644 aeson-pretty-0.8.4.tar.gz diff --git a/aeson-pretty-0.8.2.tar.gz b/aeson-pretty-0.8.2.tar.gz deleted file mode 100644 index c8e0f6a..0000000 --- a/aeson-pretty-0.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cb429821040bdd6f819b1c6170cac630a4155fa57fa24eb3d496c06030fb9b0 -size 5456 diff --git a/aeson-pretty-0.8.4.tar.gz b/aeson-pretty-0.8.4.tar.gz new file mode 100644 index 0000000..49c4e21 --- /dev/null +++ b/aeson-pretty-0.8.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd8f280fba983fe3f14f2c3423a92b618f2e86941c2b3b8bcf7bc3ead7110509 +size 5477 diff --git a/ghc-aeson-pretty.changes b/ghc-aeson-pretty.changes index f7335da..8e32337 100644 --- a/ghc-aeson-pretty.changes +++ b/ghc-aeson-pretty.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 31 14:05:43 UTC 2017 - psimons@suse.com + +- Update to version 0.8.4. + ------------------------------------------------------------------- Thu Sep 15 06:46:30 UTC 2016 - psimons@suse.com diff --git a/ghc-aeson-pretty.spec b/ghc-aeson-pretty.spec index b9c13af..e6c4c62 100644 --- a/ghc-aeson-pretty.spec +++ b/ghc-aeson-pretty.spec @@ -18,7 +18,7 @@ %global pkg_name aeson-pretty Name: ghc-%{pkg_name} -Version: 0.8.2 +Version: 0.8.4 Release: 0 Summary: JSON pretty-printing library and command-line tool License: BSD-3-Clause