[cpphs] update to 1.13.1

Jens Petersen petersen at fedoraproject.org
Fri Oct 14 13:17:42 UTC 2011


commit 3d8a911e03f200e8ae0b90ceaaa4f1a21f41c2f2
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Oct 14 22:17:40 2011 +0900

    update to 1.13.1

 .gitignore |    1 +
 cpphs.spec |   11 +++++++++--
 sources    |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c5fc4e2..a6104bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 cpphs-1.11.tar.gz
 /cpphs-1.12.tar.gz
+/cpphs-1.13.1.tar.gz
diff --git a/cpphs.spec b/cpphs.spec
index d1c67d4..7306d00 100644
--- a/cpphs.spec
+++ b/cpphs.spec
@@ -12,17 +12,21 @@ include: a plain-text mode; an option to unlit literate code files; and\
 an option to turn off macro-expansion.
 
 Name:           %{pkg_name}
-Version:        1.12
-Release:        1%{?dist}.1
+Version:        1.13.1
+Release:        1%{?dist}
 Summary:        C pre-processor for Haskell
 Group:          Development/Languages
 License:        GPL+ and LGPLv2+
+# BEGIN cabal2spec
 URL:            http://hackage.haskell.org/package/%{name}
 Source0:        http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
 ExclusiveArch:  %{ghc_arches}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
+%if %{undefined without_hscolour}
 BuildRequires:  hscolour
+%endif
+# END cabal2spec
 BuildRequires:  ghc-haskell98-prof
 
 %description
@@ -50,6 +54,9 @@ BuildRequires:  ghc-haskell98-prof
 
 
 %changelog
+* Fri Oct 14 2011 Jens Petersen <petersen at redhat.com> - 1.13.1-1
+- update to 1.13.1
+
 * Mon Oct 10 2011 Peter Schiffer <pschiffe at redhat.com> - 1.12-1.1
 - rebuild with new gmp
 
diff --git a/sources b/sources
index 05a8da5..bb32c87 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a5852983ba4eff247998b9aead2c9782  cpphs-1.12.tar.gz
+4fe8b5c71068e97602b0f45facd76be3  cpphs-1.13.1.tar.gz


More information about the scm-commits mailing list