[cpphs] update to 1.12

Jens Petersen petersen at fedoraproject.org
Fri Jul 22 05:04:47 UTC 2011


commit d2a77ebd3d5a9a908e03140607dcefa455a9dea7
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Jul 22 14:04:35 2011 +0900

    update to 1.12

 .gitignore |    1 +
 cpphs.spec |   10 +++++++---
 sources    |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4a78796..c5fc4e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 cpphs-1.11.tar.gz
+/cpphs-1.12.tar.gz
diff --git a/cpphs.spec b/cpphs.spec
index 08566ce..e0b90cb 100644
--- a/cpphs.spec
+++ b/cpphs.spec
@@ -12,8 +12,8 @@ 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.11
-Release:        10%{?dist}
+Version:        1.12
+Release:        1%{?dist}
 Summary:        C pre-processor for Haskell
 Group:          Development/Languages
 License:        GPL+ and LGPLv2+
@@ -42,7 +42,7 @@ BuildRequires:  ghc-haskell98-prof
 
 %files
 %defattr(-,root,root,-)
-%doc LICENCE-GPL docs/index.html
+#%doc LICENCE-GPL
 %{_bindir}/%{name}
 
 
@@ -50,6 +50,10 @@ BuildRequires:  ghc-haskell98-prof
 
 
 %changelog
+* Fri Jul 22 2011 Jens Petersen <petersen at redhat.com> - 1.12-1
+- update to 1.12
+- missing LICENCE-GPL reported upstream
+
 * Tue Jun 21 2011 Jens Petersen <petersen at redhat.com> - 1.11-10
 - BR ghc-Cabal-devel instead of ghc-prof (cabal2spec-0.23.2)
 
diff --git a/sources b/sources
index 897dd2d..05a8da5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ece7f9a5335a8fd569f0b8c7153ecfaa  cpphs-1.11.tar.gz
+a5852983ba4eff247998b9aead2c9782  cpphs-1.12.tar.gz


More information about the scm-commits mailing list