[ghc-hakyll] update to 3.4.0.0 disabling previewServer

Jens Petersen petersen at fedoraproject.org
Mon Oct 29 08:45:24 UTC 2012


commit db9f2716e687f461b51b86e4315509fbbe7ffa9a
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Oct 29 17:45:14 2012 +0900

    update to 3.4.0.0 disabling previewServer

 .gitignore      |    1 +
 ghc-hakyll.spec |   38 +++++++++++++++++++++++++++-----------
 sources         |    2 +-
 3 files changed, 29 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5429adf..97a0f76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /hakyll-3.2.6.1.tar.gz
 /hakyll-3.2.6.2.tar.gz
 /hakyll-3.2.7.2.tar.gz
+/hakyll-3.4.0.0.tar.gz
diff --git a/ghc-hakyll.spec b/ghc-hakyll.spec
index 45b42c0..aa93a5f 100644
--- a/ghc-hakyll.spec
+++ b/ghc-hakyll.spec
@@ -1,4 +1,3 @@
-# cabal2spec-0.25.2
 # https://fedoraproject.org/wiki/Packaging:Haskell
 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
@@ -11,29 +10,41 @@ It provides you with the tools to create a simple or advanced static website\
 using a Haskell DSL and formats such as markdown or RST.
 
 Name:           ghc-%{pkg_name}
-Version:        3.2.7.2
-Release:        6%{?dist}
+Version:        3.4.0.0
+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_with_ghci}
+
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
-# END cabal2spec
+BuildRequires:  ghc-rpm-macros
+# Begin cabal-rpm deps:
+BuildRequires:  ghc-binary-devel
+BuildRequires:  ghc-blaze-html-devel
+BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-citeproc-hs-devel
+BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-cryptohash-devel
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-hamlet-devel
-BuildRequires:  ghc-pandoc-devel > 1.9
+BuildRequires:  ghc-mtl-devel
+BuildRequires:  ghc-old-locale-devel
+BuildRequires:  ghc-old-time-devel
+BuildRequires:  ghc-pandoc-devel
+BuildRequires:  ghc-parsec-devel
 BuildRequires:  ghc-process-devel
-BuildRequires:  ghc-regex-tdfa-devel
-BuildRequires:  ghc-tagsoup-devel >= 0.12.6
+BuildRequires:  ghc-regex-base-devel
+BuildRequires:  ghc-regex-pcre-devel
+BuildRequires:  ghc-snap-core-devel
+BuildRequires:  ghc-snap-server-devel
+BuildRequires:  ghc-tagsoup-devel
+BuildRequires:  ghc-time-devel
 BuildRequires:  ghc-unix-devel
+# End cabal-rpm deps
+Patch1:         hakyll-no-previewServer.patch
 
 %description
 %{common_description}
@@ -41,6 +52,7 @@ BuildRequires:  ghc-unix-devel
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+%patch1 -p1 -b .orig
 
 
 %build
@@ -64,6 +76,10 @@ BuildRequires:  ghc-unix-devel
 
 
 %changelog
+* Mon Oct 29 2012 Jens Petersen <petersen at redhat.com> - 3.4.0.0-1
+- update to 3.4.0.0 with cabal-rpm
+- disable previewServer until snap-server packaged
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.7.2-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 39a9bee..614137b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dd4d262bbc82474bcf1630f72ba6999c  hakyll-3.2.7.2.tar.gz
+dd4ae787ac0cce1a79aa65a1d9bf3d45  hakyll-3.4.0.0.tar.gz


More information about the scm-commits mailing list