[ghc-parsec] update to 3.1.2

Jens Petersen petersen at fedoraproject.org
Wed Mar 21 14:51:38 UTC 2012


commit 44bff845b4ea07ec26cc05f505792656bc69911d
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Mar 21 23:51:32 2012 +0900

    update to 3.1.2

 .gitignore      |    1 +
 ghc-parsec.spec |   11 +++++++----
 sources         |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1c423e4..041b46c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 parsec-2.1.0.1.tar.gz
 /parsec-3.1.0.tar.gz
 /parsec-3.1.1.tar.gz
+/parsec-3.1.2.tar.gz
diff --git a/ghc-parsec.spec b/ghc-parsec.spec
index 23c53bc..e733990 100644
--- a/ghc-parsec.spec
+++ b/ghc-parsec.spec
@@ -13,9 +13,9 @@ that can be stacked on arbitrary monads, and it is also parametric\
 in the input stream type.
 
 Name:           ghc-%{pkg_name}
-# part of haskell-platform-2011.4.0.0
-Version:        3.1.1
-Release:        8%{?dist}
+# part of haskell-platform
+Version:        3.1.2
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -54,10 +54,13 @@ BuildRequires:  ghc-mtl-prof
 %ghc_devel_post_postun
 
 
-%ghc_files
+%ghc_files LICENSE
 
 
 %changelog
+* Wed Mar 21 2012 Jens Petersen <petersen at redhat.com> - 3.1.2-1
+- update to 3.1.2
+
 * Mon Jan 16 2012 Jens Petersen <petersen at redhat.com> - 3.1.1-8
 - no longer depends on syb
 
diff --git a/sources b/sources
index fe56fb5..6f81b51 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d5500847cac09f6f658db825b6c5df8  parsec-3.1.1.tar.gz
+c2a75dfd247ae4839e2602b62dc87487  parsec-3.1.2.tar.gz


More information about the scm-commits mailing list