From caa70d17478391a2a8a2bbda4cc96f3fdfc67dc6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 7 Jun 2016 11:13:03 +0900 Subject: [PATCH] update to 1.2.3.3 This reverts commit c8faf880dc1ffe1a92d26a87f2c7724ea00a18ac. --- .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 0592777..c1995d7 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: 3%{?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 +* Tue Jun 7 2016 Jens Petersen - 1.2.3.3-1 +- update to 1.2.3.3 + * Wed Feb 03 2016 Fedora Release Engineering - 1.2.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_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