[cabal2spec] - add LICENSE arg to ghc_files by default - add MAJOR_VERSION for templates version - use UTC timezo

Jens Petersen petersen at fedoraproject.org
Sun Mar 18 13:24:18 UTC 2012


commit 4693c6a226573c7ad9339716e46214b10e6735cc
Author: Jens Petersen <petersen at redhat.com>
Date:   Sun Mar 18 22:24:02 2012 +0900

    - add LICENSE arg to ghc_files by default
    - add MAJOR_VERSION for templates version
    - use UTC timezone for setting .spec changelog date

 .gitignore      |    1 +
 cabal2spec.spec |   10 ++++++++--
 sources         |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 25a1227..21d3d06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ cabal2spec-0.22.2.tar.gz
 /cabal2spec-0.25.2.tar.gz
 /cabal2spec-0.25.3.tar.gz
 /cabal2spec-0.25.4.tar.gz
+/cabal2spec-0.25.5.tar.gz
diff --git a/cabal2spec.spec b/cabal2spec.spec
index 07e3288..49fed67 100644
--- a/cabal2spec.spec
+++ b/cabal2spec.spec
@@ -1,5 +1,5 @@
 Name:           cabal2spec
-Version:        0.25.4
+Version:        0.25.5
 Release:        1%{?dist}
 Summary:        Tool for creating .spec files for Haskell Cabal Packages
 
@@ -32,11 +32,17 @@ make install DESTDIR=${RPM_BUILD_ROOT}
 
 
 %changelog
+* Sun Mar 18 2012 Jens Petersen <petersen at redhat.com> - 0.25.5-1
+- add LICENSE arg to ghc_files by default
+- add MAJOR_VERSION for templates version
+- use UTC timezone for setting .spec changelog date
+
 * 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)
+- extract License field from .cabal file
+  (based on patch by Satoru Satou, #783622)
 - handle .cabal files with DOS line-endings
 - allow whitespace after 'exposed-modules'
 - CABAL2SPEC_VERSION is now set in cabal2spec instead of the templates
diff --git a/sources b/sources
index 3271b88..e892764 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-73e27afddb33c24ccd96f2878af6b134  cabal2spec-0.25.4.tar.gz
+14dace8f1c52c097364012b00baa3cce  cabal2spec-0.25.5.tar.gz


More information about the scm-commits mailing list