update to 0.6.1

This commit is contained in:
Jens Petersen 2016-06-23 14:03:46 +09:00
parent 1852831cbb
commit 7a7cd3f148
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/data-reify-0.6.tar.gz
/data-reify-0.6.1.tar.gz

View File

@ -3,8 +3,8 @@
%global pkg_name data-reify
Name: ghc-%{pkg_name}
Version: 0.6
Release: 12%{?dist}
Version: 0.6.1
Release: 1%{?dist}
Summary: Reify a recursive data structure into an explicit graph
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,17 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
%doc README.md
%changelog
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 0.6.1-1
- update to 0.6.1
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
25f0c927f53bc068da8a261d78b771fd data-reify-0.6.tar.gz
00d65801f7a6cbbb698a9ce35c52427d data-reify-0.6.1.tar.gz