From a4dbb8b941509ed114473e8285a6c04c74701c0d9369cd058cf985e682848f7c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 22 Jul 2016 21:36:13 +0000 Subject: [PATCH 1/2] osc copypac from project:devel:languages:haskell:lts:6 package:ghc-aeson-pretty revision:5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson-pretty?expand=0&rev=6 --- ghc-aeson-pretty.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/ghc-aeson-pretty.spec b/ghc-aeson-pretty.spec index 7fd98c2..0604c4a 100644 --- a/ghc-aeson-pretty.spec +++ b/ghc-aeson-pretty.spec @@ -25,7 +25,6 @@ License: BSD-3-Clause Group: System/Libraries Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -# Begin cabal-rpm deps: BuildRequires: chrpath BuildRequires: ghc-Cabal-devel BuildRequires: ghc-aeson-devel @@ -37,7 +36,6 @@ BuildRequires: ghc-text-devel BuildRequires: ghc-unordered-containers-devel BuildRequires: ghc-vector-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build -# End cabal-rpm deps %description A JSON pretty-printing library compatible with aeson as well as a command-line @@ -75,7 +73,6 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install - %ghc_fix_dynamic_rpath %{pkg_name} From 47a8312c4600799d7ce16b56a3284cd66891feeb81d957496b58a09533da4206 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 28 Sep 2016 11:51:26 +0000 Subject: [PATCH 2/2] Accepting request 430776 from devel:languages:haskell:lts:7 update devel:languages:haskell to LTS 7.x OBS-URL: https://build.opensuse.org/request/show/430776 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson-pretty?expand=0&rev=7 --- aeson-pretty-0.7.2.tar.gz | 3 --- aeson-pretty-0.8.2.tar.gz | 3 +++ ghc-aeson-pretty.changes | 5 +++++ ghc-aeson-pretty.spec | 9 ++++----- 4 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 aeson-pretty-0.7.2.tar.gz create mode 100644 aeson-pretty-0.8.2.tar.gz diff --git a/aeson-pretty-0.7.2.tar.gz b/aeson-pretty-0.7.2.tar.gz deleted file mode 100644 index d13076d..0000000 --- a/aeson-pretty-0.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6408b8b2bcd12cf591e4b93b4d9f5143449b33a59fbd3653f328e2515040570d -size 4838 diff --git a/aeson-pretty-0.8.2.tar.gz b/aeson-pretty-0.8.2.tar.gz new file mode 100644 index 0000000..c8e0f6a --- /dev/null +++ b/aeson-pretty-0.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb429821040bdd6f819b1c6170cac630a4155fa57fa24eb3d496c06030fb9b0 +size 5456 diff --git a/ghc-aeson-pretty.changes b/ghc-aeson-pretty.changes index 54f830f..f7335da 100644 --- a/ghc-aeson-pretty.changes +++ b/ghc-aeson-pretty.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 15 06:46:30 UTC 2016 - psimons@suse.com + +- Update to version 0.8.2 revision 0 with cabal2obs. + ------------------------------------------------------------------- Sun Jul 10 17:22:38 UTC 2016 - psimons@suse.com diff --git a/ghc-aeson-pretty.spec b/ghc-aeson-pretty.spec index 0604c4a..ba231cb 100644 --- a/ghc-aeson-pretty.spec +++ b/ghc-aeson-pretty.spec @@ -18,20 +18,22 @@ %global pkg_name aeson-pretty Name: ghc-%{pkg_name} -Version: 0.7.2 +Version: 0.8.2 Release: 0 Summary: JSON pretty-printing library and command-line tool License: BSD-3-Clause -Group: System/Libraries +Group: Development/Languages/Other Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: chrpath BuildRequires: ghc-Cabal-devel BuildRequires: ghc-aeson-devel BuildRequires: ghc-attoparsec-devel +BuildRequires: ghc-base-compat-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-cmdargs-devel BuildRequires: ghc-rpm-macros +BuildRequires: ghc-scientific-devel BuildRequires: ghc-text-devel BuildRequires: ghc-unordered-containers-devel BuildRequires: ghc-vector-devel @@ -66,16 +68,13 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build - %install %ghc_lib_install %ghc_fix_dynamic_rpath %{pkg_name} - %post devel %ghc_pkg_recache