[ghc-snap-core] update to 0.9.2.2 with cabal-rpm

Jens Petersen petersen at fedoraproject.org
Mon Oct 29 08:59:22 UTC 2012


commit 06b2347b085a0bfbc6b548d4fbdbdc750ba4bf82
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Oct 29 17:59:16 2012 +0900

    update to 0.9.2.2 with cabal-rpm

 .gitignore         |    1 +
 ghc-snap-core.spec |   58 +++++++++++++++++++++++++++++----------------------
 sources            |    2 +-
 3 files changed, 35 insertions(+), 26 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3ec0970..694a29b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /snap-core-0.8.0.1.tar.gz
 /snap-core-0.8.1.tar.gz
 /snap-core-0.9.0.tar.gz
+/snap-core-0.9.2.2.tar.gz
diff --git a/ghc-snap-core.spec b/ghc-snap-core.spec
index e6547dd..1eee091 100644
--- a/ghc-snap-core.spec
+++ b/ghc-snap-core.spec
@@ -1,4 +1,3 @@
-# cabal2spec-0.25.2
 # https://fedoraproject.org/wiki/Packaging:Haskell
 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
@@ -11,36 +10,42 @@ in Haskell.  This library contains the core definitions and types for\
 the Snap framework.
 
 Name:           ghc-%{pkg_name}
-Version:        0.9.0
-Release:        4%{?dist}
+Version:        0.9.2.2
+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-attoparsec-enumerator-prof >= 0.3
-BuildRequires:   ghc-blaze-builder-enumerator-prof
-BuildRequires:   ghc-base16-bytestring-prof
-BuildRequires:   ghc-bytestring-nums-prof
-BuildRequires:   ghc-case-insensitive-prof
-BuildRequires:   ghc-directory-prof
-BuildRequires:   ghc-dlist-prof
-BuildRequires:   ghc-HUnit-prof
-BuildRequires:   ghc-MonadCatchIO-transformers-prof
-BuildRequires:   ghc-mtl-prof
-BuildRequires:   ghc-mwc-random-prof
-BuildRequires:   ghc-old-locale-prof
-BuildRequires:   ghc-regex-posix-prof
-BuildRequires:   ghc-unix-compat-prof
-BuildRequires:   ghc-unordered-containers-prof
-BuildRequires:   ghc-vector-prof
-BuildRequires:   ghc-zlib-enum-prof
+BuildRequires:  ghc-rpm-macros
+# Begin cabal-rpm deps:
+BuildRequires:  ghc-HUnit-devel
+BuildRequires:  ghc-MonadCatchIO-transformers-devel
+BuildRequires:  ghc-attoparsec-devel
+BuildRequires:  ghc-attoparsec-enumerator-devel
+BuildRequires:  ghc-blaze-builder-devel
+BuildRequires:  ghc-blaze-builder-enumerator-devel
+BuildRequires:  ghc-bytestring-devel
+BuildRequires:  ghc-bytestring-mmap-devel
+BuildRequires:  ghc-case-insensitive-devel
+BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-deepseq-devel
+BuildRequires:  ghc-directory-devel
+BuildRequires:  ghc-enumerator-devel
+BuildRequires:  ghc-filepath-devel
+BuildRequires:  ghc-mtl-devel
+BuildRequires:  ghc-random-devel
+BuildRequires:  ghc-regex-posix-devel
+BuildRequires:  ghc-text-devel
+BuildRequires:  ghc-time-devel
+BuildRequires:  ghc-unix-devel
+BuildRequires:  ghc-unix-compat-devel
+BuildRequires:  ghc-unordered-containers-devel
+BuildRequires:  ghc-vector-devel
+BuildRequires:  ghc-zlib-enum-devel
+# End cabal-rpm deps
 
 %description
 %{common_description}
@@ -79,6 +84,9 @@ BuildRequires:   ghc-zlib-enum-prof
 
 
 %changelog
+* Mon Oct 29 2012 Jens Petersen <petersen at redhat.com> - 0.9.2.2-1
+- update to 0.9.2.2
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 2edcb0e..12f54e5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-857de92c70218befe0c6e0ca3ed81872  snap-core-0.9.0.tar.gz
+9c99171f1f8317ef6bb49a3d9789e3f3  snap-core-0.9.2.2.tar.gz


More information about the scm-commits mailing list