update to 0.9.8.0
This commit is contained in:
parent
16a6ce218c
commit
b546267520
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user