[ghc-snap-core] update to 0.8.0.1

Jens Petersen petersen at fedoraproject.org
Fri Mar 23 04:29:32 UTC 2012


commit 11c5e0393c50f863e729e842db1f5cc02a0b9b40
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Mar 23 13:29:27 2012 +0900

    update to 0.8.0.1

 .gitignore                              |    1 +
 ghc-snap-core.spec                      |   12 +++++++-----
 snap-core-0.7.0.1-mwc-random-0.11.patch |   11 -----------
 sources                                 |    2 +-
 4 files changed, 9 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 05cc54f..ee8eb89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /snap-core-0.7.0.1.tar.gz
+/snap-core-0.8.0.1.tar.gz
diff --git a/ghc-snap-core.spec b/ghc-snap-core.spec
index 1befb43..6ec0a02 100644
--- a/ghc-snap-core.spec
+++ b/ghc-snap-core.spec
@@ -11,8 +11,8 @@ in Haskell.  This library contains the core definitions and types for\
 the Snap framework.
 
 Name:           ghc-%{pkg_name}
-Version:        0.7.0.1
-Release:        2%{?dist}
+Version:        0.8.0.1
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -41,7 +41,6 @@ BuildRequires:   ghc-unix-compat-prof
 BuildRequires:   ghc-unordered-containers-prof
 BuildRequires:   ghc-vector-prof
 BuildRequires:   ghc-zlib-enum-prof
-Patch1:          snap-core-0.7.0.1-mwc-random-0.11.patch
 
 %description
 %{common_description}
@@ -49,7 +48,6 @@ Patch1:          snap-core-0.7.0.1-mwc-random-0.11.patch
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-%patch1 -p1 -b .orig
 
 
 %build
@@ -76,11 +74,15 @@ Patch1:          snap-core-0.7.0.1-mwc-random-0.11.patch
 %ghc_devel_post_postun
 
 
-%ghc_files
+%ghc_files LICENSE
 %doc CONTRIBUTORS README*.md
 
 
 %changelog
+* Fri Mar 23 2012 Jens Petersen <petersen at redhat.com> - 0.8.0.1-1
+- update to 0.8.0.1
+- mwc-random version patch no longer needed
+
 * Thu Mar  8 2012 Jens Petersen <petersen at redhat.com> - 0.7.0.1-2
 - rebuild
 
diff --git a/sources b/sources
index c618835..5ce75d3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c686cbca157485dbef60528aca3f5dff  snap-core-0.7.0.1.tar.gz
+184ae5365b819b271a926856d39b72cb  snap-core-0.8.0.1.tar.gz


More information about the scm-commits mailing list