From b5462675205ae04e88ffa67c86b901393aaa45a3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sep 29 2015 09:17:11 +0000 Subject: update to 0.9.8.0 --- diff --git a/.gitignore b/.gitignore index 56fa23d..46bb977 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ghc-snap-core.spec b/ghc-snap-core.spec index 27fad0b..2a55192 100644 --- a/ghc-snap-core.spec +++ b/ghc-snap-core.spec @@ -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 - 0.9.8.0-1 +- update to 0.9.8.0 + * Wed Jun 17 2015 Fedora Release Engineering - 0.9.6.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index c70fbda..bfa2489 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2b74c22a6629dccaae73cd6eb16a56c0 snap-core-0.9.6.4.tar.gz +057aa93a06ef440c63de50f47d5c94a8 snap-core-0.9.8.0.tar.gz