update to 0.3

This commit is contained in:
Jens Petersen 2016-06-23 19:15:26 +09:00
parent db0b894955
commit 89a94c47b8
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/IOSpec-0.2.5.tar.gz
/IOSpec-0.3.tar.gz

View File

@ -3,8 +3,8 @@
%global pkg_name IOSpec
Name: ghc-%{pkg_name}
Version: 0.2.5
Release: 11%{?dist}
Version: 0.3
Release: 1%{?dist}
Summary: A pure specification of the IO monad
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,7 +59,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
@ -65,6 +67,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 0.3-1
- update to 0.3
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
5ba13d7a3650491067460a47be81ce6b IOSpec-0.2.5.tar.gz
204cd01ab30585eb58d461698de4d050 IOSpec-0.3.tar.gz