From 89a94c47b8aca03f047ef42a69c8ea5f580c1018 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 23 Jun 2016 19:15:26 +0900 Subject: [PATCH] update to 0.3 --- .gitignore | 1 + ghc-IOSpec.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 272d9e3..0ce864e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /IOSpec-0.2.5.tar.gz +/IOSpec-0.3.tar.gz diff --git a/ghc-IOSpec.spec b/ghc-IOSpec.spec index 4ee9f88..18b6192 100644 --- a/ghc-IOSpec.spec +++ b/ghc-IOSpec.spec @@ -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 - 0.3-1 +- update to 0.3 + * Wed Feb 03 2016 Fedora Release Engineering - 0.2.5-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index f2f6be8..6aa7fe0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5ba13d7a3650491067460a47be81ce6b IOSpec-0.2.5.tar.gz +204cd01ab30585eb58d461698de4d050 IOSpec-0.3.tar.gz