[cabal2spec] fix the CABAL2SPEC_VERSION substition in cabal2spec

Jens Petersen petersen at fedoraproject.org
Tue Jan 24 02:22:44 UTC 2012


commit 6d43077eece9e628f5506b312233cc99c764939f
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Jan 24 11:22:38 2012 +0900

    fix the CABAL2SPEC_VERSION substition in cabal2spec

 .gitignore      |    1 +
 cabal2spec.spec |    5 ++++-
 sources         |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 94a0781..25a1227 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ cabal2spec-0.22.2.tar.gz
 /cabal2spec-0.25.1.tar.gz
 /cabal2spec-0.25.2.tar.gz
 /cabal2spec-0.25.3.tar.gz
+/cabal2spec-0.25.4.tar.gz
diff --git a/cabal2spec.spec b/cabal2spec.spec
index ff5ee3a..a1ad763 100644
--- a/cabal2spec.spec
+++ b/cabal2spec.spec
@@ -1,5 +1,5 @@
 Name:           cabal2spec
-Version:        0.25.3
+Version:        0.25.4
 Release:        1%{?dist}
 Summary:        Tool for creating .spec files for Haskell Cabal Packages
 
@@ -32,6 +32,9 @@ make install DESTDIR=${RPM_BUILD_ROOT}
 
 
 %changelog
+* Tue Jan 24 2012 Jens Petersen <petersen at redhat.com> - 0.25.4-1
+- fix the CABAL2SPEC_VERSION substition in cabal2spec
+
 * Mon Jan 23 2012 Jens Petersen <petersen at redhat.com> - 0.25.3-1
 - extract License field from .cabal file (based on patch by Satoru Satou)
 - handle DOS encoded .cabal files
diff --git a/sources b/sources
index 8989221..3271b88 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-382ca8ecfd2912c21a951409fcc68f1b  cabal2spec-0.25.3.tar.gz
+73e27afddb33c24ccd96f2878af6b134  cabal2spec-0.25.4.tar.gz


More information about the scm-commits mailing list