From bde6ef326d6f2d8ec9846975bc1fc2e43b86286b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 7 Jun 2016 11:14:33 +0900 Subject: [PATCH] update to 1.1 This reverts commit 3a3248c6bfdc080b7fb20b3d641098fedf86104b. --- .gitignore | 1 + ghc-random.spec | 12 +++++++++--- sources | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) 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 d02b4e3..a742bb0 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: 31%{?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 +* Tue Jun 7 2016 Jens Petersen - 1.1-1 +- update to 1.1 + * Wed Feb 03 2016 Fedora Release Engineering - 1.0.1.1-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_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