diff --git a/.gitignore b/.gitignore index ef1afdb..82f37d5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ parallel-2.2.0.1.tar.gz /parallel-3.2.0.2.tar.gz /parallel-3.2.0.3.tar.gz /parallel-3.2.0.4.tar.gz +/parallel-3.2.0.6.tar.gz diff --git a/ghc-parallel.spec b/ghc-parallel.spec index 4dbf470..c031677 100644 --- a/ghc-parallel.spec +++ b/ghc-parallel.spec @@ -4,8 +4,8 @@ Name: ghc-%{pkg_name} # part of haskell-platform -Version: 3.2.0.4 -Release: 3%{?dist} +Version: 3.2.0.6 +Release: 1%{?dist} Summary: Parallel programming library License: BSD @@ -47,6 +47,8 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %post devel %ghc_pkg_recache @@ -57,13 +59,16 @@ This package provides the Haskell %{pkg_name} library development files. %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files %changelog +* Tue Jun 7 2016 Jens Petersen - 3.2.0.6-1 +- update to 3.2.0.6 + * Wed Feb 03 2016 Fedora Release Engineering - 3.2.0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 19e33b0..faaf4fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6770de59c35c905186cd8d5bf0fac41a parallel-3.2.0.4.tar.gz +551ad3115f7b7dd2f8606df06d3ce2b5 parallel-3.2.0.6.tar.gz