From 9427ca2ce73a653965e7587d7b56ca9ccab61533 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Oct 02 2015 07:53:05 +0000 Subject: update to 1.1 --- diff --git a/.gitignore b/.gitignore index 169880a..f5f008a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /random-1.0.1.1.tar.gz +/random-1.1.tar.gz diff --git a/ghc-random.spec b/ghc-random.spec index 7f0c6ba..cf81dba 100644 --- a/ghc-random.spec +++ b/ghc-random.spec @@ -4,8 +4,8 @@ Name: ghc-%{pkg_name} # part of haskell-platform -Version: 1.0.1.1 -Release: 30%{?dist} +Version: 1.1 +Release: 1%{?dist} Summary: Random number library License: BSD @@ -46,6 +46,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 @@ -56,13 +58,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 README.md %changelog +* Fri Oct 02 2015 Jens Petersen - 1.1-1 +- update to 1.1 + * Wed Jun 17 2015 Fedora Release Engineering - 1.0.1.1-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 4104646..df40249 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9a249cfa7ff6793cbf2be06e9fcd7538 random-1.0.1.1.tar.gz +474f10b9389b316e4472b71d20298993 random-1.1.tar.gz