diff --git a/.gitignore b/.gitignore index aa8275c..642790e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /aeson-pretty-0.7.1.tar.gz +/aeson-pretty-0.7.2.tar.gz diff --git a/ghc-aeson-pretty.spec b/ghc-aeson-pretty.spec index e0f0305..0829e79 100644 --- a/ghc-aeson-pretty.spec +++ b/ghc-aeson-pretty.spec @@ -3,8 +3,8 @@ %global pkg_name aeson-pretty Name: ghc-%{pkg_name} -Version: 0.7.1 -Release: 7%{?dist} +Version: 0.7.2 +Release: 1%{?dist} Summary: JSON pretty-printing library License: BSD @@ -61,6 +61,8 @@ This package provides the Haskell %{pkg_name} library development files. %ghc_fix_dynamic_rpath %{pkg_name} +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %post devel %ghc_pkg_recache @@ -71,7 +73,7 @@ This package provides the Haskell %{pkg_name} library development files. %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files @@ -80,6 +82,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Thu Jun 23 2016 Jens Petersen - 0.7.2-1 +- update to 0.7.2 + * Tue Apr 26 2016 Zbigniew Jędrzejewski-Szmek - 0.7.1-7 - Rebuild for ghc(cmdargs) diff --git a/sources b/sources index 59ec5c1..1407010 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -557a22907c3454f974add938241a9339 aeson-pretty-0.7.1.tar.gz +6d897fa4d95b6752668fd5ff9f697244 aeson-pretty-0.7.2.tar.gz