[ghc-shakespeare] update to 0.10.1.1

Jens Petersen petersen at fedoraproject.org
Sat Oct 8 09:03:46 UTC 2011


commit 71db4b1f3bb0c8d2e0691249f609063085ea0ad5
Author: Jens Petersen <petersen at redhat.com>
Date:   Sat Oct 8 18:03:44 2011 +0900

    update to 0.10.1.1

 .gitignore           |    1 +
 ghc-shakespeare.spec |   12 +++++++++---
 sources              |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2017b5b..60604b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /shakespeare-0.10.0.tar.gz
+/shakespeare-0.10.1.1.tar.gz
diff --git a/ghc-shakespeare.spec b/ghc-shakespeare.spec
index 61f4555..f894e58 100644
--- a/ghc-shakespeare.spec
+++ b/ghc-shakespeare.spec
@@ -14,19 +14,22 @@ inline with a quasi-quoter or in an external file. Shakespeare\
 interpolates variables according to the type being inserted.
 
 Name:           ghc-%{pkg_name}
-Version:        0.10.0
-Release:        2%{?dist}
+Version:        0.10.1.1
+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
-# macros for building haskell packages
 BuildRequires:  ghc-rpm-macros
+%if %{undefined without_hscolour}
 BuildRequires:  hscolour
+%endif
+# END cabal2spec
 BuildRequires:  ghc-blaze-html-prof, ghc-failure-prof, ghc-parsec-prof, ghc-process-prof, ghc-template-haskell-prof
 
 %description
@@ -51,6 +54,9 @@ BuildRequires:  ghc-blaze-html-prof, ghc-failure-prof, ghc-parsec-prof, ghc-proc
 
 
 %changelog
+* Sat Oct  8 2011 Jens Petersen <petersen at redhat.com> - 0.10.1.1-1
+- update to 0.10.1.1
+
 * Thu Sep  8 2011 Jens Petersen <petersen at redhat.com> - 0.10.0-2
 - BR ghc-*-prof
 
diff --git a/sources b/sources
index 1d8f8a4..fed6af8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-86469a9ce94805bd8984d2d64d530719  shakespeare-0.10.0.tar.gz
+cc690ef2ab4c8814c2690e3294d00d9c  shakespeare-0.10.1.1.tar.gz


More information about the scm-commits mailing list