From 11c5e0393c50f863e729e842db1f5cc02a0b9b40 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mar 23 2012 04:29:27 +0000 Subject: update to 0.8.0.1 --- 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 - 0.8.0.1-1 +- update to 0.8.0.1 +- mwc-random version patch no longer needed + * Thu Mar 8 2012 Jens Petersen - 0.7.0.1-2 - rebuild diff --git a/snap-core-0.7.0.1-mwc-random-0.11.patch b/snap-core-0.7.0.1-mwc-random-0.11.patch deleted file mode 100644 index b2cc3a2..0000000 --- a/snap-core-0.7.0.1-mwc-random-0.11.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- snap-core-0.7.0.1/snap-core.cabal~ 2011-12-23 00:50:50.000000000 +0900 -+++ snap-core-0.7.0.1/snap-core.cabal 2012-01-24 10:46:00.238273623 +0900 -@@ -154,7 +154,7 @@ - HUnit >= 1.2 && < 2, - MonadCatchIO-transformers >= 0.2.1 && < 0.3, - mtl == 2.0.*, -- mwc-random >= 0.10 && <0.11, -+ mwc-random >= 0.10 && <0.12, - old-locale, - old-time, - regex-posix <= 0.95.2, 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