diff --git a/.gitignore b/.gitignore index 7744ffd..30e182e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ mmap-0.4.1.tar.gz /mmap-0.5.6.tar.gz /mmap-0.5.7.tar.gz +/mmap-0.5.8.tar.gz diff --git a/ghc-mmap.spec b/ghc-mmap.spec index 17e9fa2..7c85ab6 100644 --- a/ghc-mmap.spec +++ b/ghc-mmap.spec @@ -1,10 +1,9 @@ -# cabal2spec-0.25 # https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/PackagingDrafts/Haskell %global pkg_name mmap -%global common_summary Haskell Memory mapped files library +%global common_summary Memory mapped files library %global common_description A Haskell wrapper to mmap(2) or MapViewOfFile, allowing files or devices\ to be lazily loaded into memory as strict or lazy ByteStrings, ForeignPtrs or\ @@ -12,20 +11,19 @@ plain Ptrs, using the virtual memory subsystem to do on-demand loading.\ Modifications are also supported. Name: ghc-%{pkg_name} -Version: 0.5.7 -Release: 10%{?dist} +Version: 0.5.8 +Release: 1%{?dist} Summary: %{common_summary} -Group: System Environment/Libraries License: BSD -# BEGIN cabal2spec URL: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz -ExclusiveArch: %{ghc_arches} + BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} -# END cabal2spec +BuildRequires: ghc-rpm-macros +# Begin cabal-rpm deps: BuildRequires: ghc-bytestring-devel +# End cabal-rpm deps %description %{common_description} @@ -43,7 +41,6 @@ BuildRequires: ghc-bytestring-devel %ghc_lib_install -# devel subpackage %ghc_devel_package %ghc_devel_description @@ -56,6 +53,9 @@ BuildRequires: ghc-bytestring-devel %changelog +* Wed Nov 07 2012 Jens Petersen - 0.5.8-1 +- update to 0.5.8 + * Thu Jul 19 2012 Fedora Release Engineering - 0.5.7-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 0b75e54..aee8b3f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1f74b3f59617332b06e277f5212423c1 mmap-0.5.7.tar.gz +737e0f0a82dcfbc71e69c1b7b52de07e mmap-0.5.8.tar.gz