update to 0.9.8.0

This commit is contained in:
Jens Petersen 2015-09-29 18:16:37 +09:00
parent 16a6ce218c
commit b546267520
3 changed files with 11 additions and 5 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/snap-core-0.9.4.0.tar.gz
/snap-core-0.9.6.3.tar.gz
/snap-core-0.9.6.4.tar.gz
/snap-core-0.9.8.0.tar.gz

View File

@ -3,8 +3,8 @@
%global pkg_name snap-core
Name: ghc-%{pkg_name}
Version: 0.9.6.4
Release: 2%{?dist}
Version: 0.9.8.0
Release: 1%{?dist}
Summary: Snap web framework core library
License: BSD
@ -79,6 +79,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
@ -89,14 +91,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 CONTRIBUTORS README*.md
%doc CONTRIBUTORS README.SNAP.md README.md
%changelog
* Tue Sep 29 2015 Jens Petersen <petersen@redhat.com> - 0.9.8.0-1
- update to 0.9.8.0
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.6.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
2b74c22a6629dccaae73cd6eb16a56c0 snap-core-0.9.6.4.tar.gz
057aa93a06ef440c63de50f47d5c94a8 snap-core-0.9.8.0.tar.gz