diff --git a/.gitignore b/.gitignore index 30e182e..1daf477 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,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 +/mmap-0.5.9.tar.gz diff --git a/ghc-mmap.spec b/ghc-mmap.spec index 121dd1d..bed325f 100644 --- a/ghc-mmap.spec +++ b/ghc-mmap.spec @@ -3,13 +3,13 @@ %global pkg_name mmap Name: ghc-%{pkg_name} -Version: 0.5.8 -Release: 6%{?dist} +Version: 0.5.9 +Release: 1%{?dist} Summary: Memory mapped files library 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 @@ -18,18 +18,19 @@ BuildRequires: ghc-bytestring-devel # End cabal-rpm deps %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 -plain Ptrs, using the virtual memory subsystem to do on-demand loading. -Modifications are also supported. +This library provides a wrapper to mmap(2) or MapViewOfFile, allowing files or +devices to be lazily loaded into memory as strict or lazy ByteStrings, +ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand +loading. Modifications are also supported. %package devel Summary: Haskell %{pkg_name} library development files +Provides: %{name}-static = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} -Requires: %{name} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} %description devel This package provides the Haskell %{pkg_name} library development files. @@ -63,6 +64,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Tue Jan 20 2015 Jens Petersen - 0.5.9-1 +- update to 0.5.9 + * Sat Aug 16 2014 Fedora Release Engineering - 0.5.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index aee8b3f..8de8087 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -737e0f0a82dcfbc71e69c1b7b52de07e mmap-0.5.8.tar.gz +625301d54b9789e890174e38028c1bcb mmap-0.5.9.tar.gz