[ghc-mmap] update to 0.5.7

Jens Petersen petersen at fedoraproject.org
Mon Nov 1 01:41:39 UTC 2010


commit 947930b1c2eee6cbea91c82383a93f8853465db9
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Nov 1 11:41:11 2010 +1000

    update to 0.5.7
    
    mmap-no-HUnit.patch is now upstream

 .gitignore          |    1 +
 ghc-mmap.spec       |   11 +++++++----
 mmap-no-HUnit.patch |   17 -----------------
 sources             |    2 +-
 4 files changed, 9 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9bfa5a3..7744ffd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 mmap-0.4.1.tar.gz
 /mmap-0.5.6.tar.gz
+/mmap-0.5.7.tar.gz
diff --git a/ghc-mmap.spec b/ghc-mmap.spec
index da009ff..503b975 100644
--- a/ghc-mmap.spec
+++ b/ghc-mmap.spec
@@ -14,15 +14,14 @@ Modifications are also supported.
 %global debug_package %{nil}
 
 Name:           ghc-%{pkg_name}
-Version:        0.5.6
-Release:        2%{?dist}
+Version:        0.5.7
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
 License:        BSD
 URL:            http://hackage.haskell.org/cgi-bin/hackage-scripts/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
-Patch1:         mmap-no-HUnit.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # fedora ghc archs:
 ExclusiveArch:  %{ix86} x86_64 ppc alpha
@@ -41,7 +40,7 @@ This package provides the shared library.
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-%patch1 -p1 -b .orig
+
 
 %build
 %ghc_lib_build
@@ -60,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Nov  1 2010 Jens Petersen <petersen at redhat.com> - 0.5.7-1
+- update to 0.5.7
+- mmap-no-HUnit.patch is now upstream
+
 * Wed Sep 29 2010 jkeating - 0.5.6-2
 - Rebuilt for gcc bug 634757
 
diff --git a/sources b/sources
index a37d61c..0b75e54 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-642ecd97d88229ba4cd0a6d14b43f113  mmap-0.5.6.tar.gz
+1f74b3f59617332b06e277f5212423c1  mmap-0.5.7.tar.gz


More information about the scm-commits mailing list