update to 0.2.0.1

This commit is contained in:
Jens Petersen 2016-06-23 14:01:39 +09:00
parent 10f715bb38
commit 6544e6f7ad
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/data-hash-0.2.0.0.tar.gz /data-hash-0.2.0.0.tar.gz
/data-hash-0.2.0.1.tar.gz

View File

@ -5,8 +5,8 @@
%bcond_with tests %bcond_with tests
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.2.0.0 Version: 0.2.0.1
Release: 3%{?dist} Release: 1%{?dist}
Summary: Combinators for building fast hashing functions Summary: Combinators for building fast hashing functions
License: BSD License: BSD
@ -53,6 +53,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install %install
%ghc_lib_install %ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check %check
%if %{with tests} %if %{with tests}
@ -69,7 +71,7 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files %files -f %{name}.files
%doc LICENSE %license LICENSE
%files devel -f %{name}-devel.files %files devel -f %{name}-devel.files
@ -77,6 +79,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog %changelog
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 0.2.0.1-1
- update to 0.2.0.1
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0.0-3 * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
fce59c69e0056e1f428c44711ea8c771 data-hash-0.2.0.0.tar.gz febd4b6d6ce6bf767841894faeb46354 data-hash-0.2.0.1.tar.gz