diff --git a/.gitignore b/.gitignore index 047c6a2..6e5d448 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /pipes-4.0.0.tar.gz /pipes-4.1.4.tar.gz +/pipes-4.2.0.tar.gz diff --git a/ghc-pipes.spec b/ghc-pipes.spec index 36e671d..8c98477 100644 --- a/ghc-pipes.spec +++ b/ghc-pipes.spec @@ -1,3 +1,4 @@ +# generated by cabal-rpm-0.9.11 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name pipes @@ -5,8 +6,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 4.1.4 -Release: 3%{?dist} +Version: 4.2.0 +Release: 1%{?dist} Summary: Compositional pipelines License: BSD @@ -74,19 +75,24 @@ This package provides the Haskell %{pkg_name} library development files. %post devel %ghc_pkg_recache +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %postun devel %ghc_pkg_recache %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files %changelog +* Sun Jun 26 2016 Jens Petersen - 4.2.0-1 +- update to 4.2.0 + * Wed Feb 03 2016 Fedora Release Engineering - 4.1.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 2c80e37..d11d1a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1e16284acf993cb617bc71b856d1381e pipes-4.1.4.tar.gz +e41c6858430c6cd85f6c579ca2695d3e pipes-4.2.0.tar.gz