From e21f2eea079d6ba37bf8ec583bd5469f255f35f4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 6 Jun 2016 18:31:31 +0900 Subject: [PATCH] update to 0.5.4.2 This reverts commit 9761796035a10a5b1e7674773a3e8434e2317fbb. --- .gitignore | 1 + ghc-zlib.spec | 18 ++++++++++-------- sources | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 97915a4..f1dd24e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /zlib-0.5.4.1.tar.gz +/zlib-0.5.4.2.tar.gz diff --git a/ghc-zlib.spec b/ghc-zlib.spec index 4247efe..f5574c9 100644 --- a/ghc-zlib.spec +++ b/ghc-zlib.spec @@ -2,18 +2,15 @@ %global pkg_name zlib -# no useful debuginfo for Haskell packages without C sources -%global debug_package %{nil} - Name: ghc-%{pkg_name} # part of haskell-platform -Version: 0.5.4.1 -Release: 32%{?dist} +Version: 0.5.4.2 +Release: 1%{?dist} Summary: Compression and decompression in the gzip and zlib formats License: BSD -URL: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz +Url: https://hackage.haskell.org/package/%{pkg_name} +Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros @@ -62,6 +59,8 @@ rm -r cbits %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %post devel %ghc_pkg_recache @@ -72,7 +71,7 @@ rm -r cbits %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files @@ -80,6 +79,9 @@ rm -r cbits %changelog +* Mon Jun 6 2016 Jens Petersen - 0.5.4.2-1 +- update to 0.5.4.2 for ghc-7.10 + * Wed Feb 03 2016 Fedora Release Engineering - 0.5.4.1-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 314d227..8b25baf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d0d10786d2bbd1d401a8b28a83e88475 zlib-0.5.4.1.tar.gz +79f01f01f859b0ef68d5787756d181c1 zlib-0.5.4.2.tar.gz