diff --git a/.gitignore b/.gitignore index f40d9a1..00be177 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /data-hash-0.2.0.0.tar.gz +/data-hash-0.2.0.1.tar.gz diff --git a/ghc-data-hash.spec b/ghc-data-hash.spec index 7e7be51..a6ed49a 100644 --- a/ghc-data-hash.spec +++ b/ghc-data-hash.spec @@ -5,8 +5,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.0.0 -Release: 3%{?dist} +Version: 0.2.0.1 +Release: 1%{?dist} Summary: Combinators for building fast hashing functions License: BSD @@ -53,6 +53,8 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %check %if %{with tests} @@ -69,7 +71,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 @@ -77,6 +79,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Thu Jun 23 2016 Jens Petersen - 0.2.0.1-1 +- update to 0.2.0.1 + * Wed Feb 03 2016 Fedora Release Engineering - 0.2.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 4e22a12..e6e88c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fce59c69e0056e1f428c44711ea8c771 data-hash-0.2.0.0.tar.gz +febd4b6d6ce6bf767841894faeb46354 data-hash-0.2.0.1.tar.gz