update to 0.2.0.1
This commit is contained in:
parent
10f715bb38
commit
6544e6f7ad
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/data-hash-0.2.0.0.tar.gz
|
||||
/data-hash-0.2.0.1.tar.gz
|
||||
|
@ -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 <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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user