From d6b1af364f7567aa94208d98c8a031b1ef97ac5e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 17 Sep 2015 18:11:49 +0900 Subject: [PATCH] update to 1.2.3.3 --- .gitignore | 1 + ghc-hashable.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1918594..64175d3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /hashable-1.1.2.3.tar.gz /hashable-1.1.2.5.tar.gz /hashable-1.2.2.0.tar.gz +/hashable-1.2.3.3.tar.gz diff --git a/ghc-hashable.spec b/ghc-hashable.spec index 543abae..ba36dba 100644 --- a/ghc-hashable.spec +++ b/ghc-hashable.spec @@ -6,8 +6,8 @@ Name: ghc-%{pkg_name} # part of haskell-platform -Version: 1.2.2.0 -Release: 2%{?dist} +Version: 1.2.3.3 +Release: 1%{?dist} Summary: Class for types convertible to a hash value License: BSD @@ -60,6 +60,8 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %check %if %{with tests} @@ -76,7 +78,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 @@ -84,6 +86,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Thu Sep 17 2015 Jens Petersen - 1.2.3.3-1 +- update to 1.2.3.3 + * Wed Jun 17 2015 Fedora Release Engineering - 1.2.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 20b1182..02e7b6f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -74981d48572ef7a97fd70df54be29aae hashable-1.2.2.0.tar.gz +f8f0630f5f715b5693682895cd57cc46 hashable-1.2.3.3.tar.gz