[ghc-MonadRandom/f18] Updated to new upstream 0.1.8

Shakthi Kannan shakthimaan at fedoraproject.org
Fri Dec 7 10:46:41 UTC 2012


commit ead27626e6505159f9e4c6e3d8cdccfaed449d2e
Author: Shakthi Kannan <skannan at redhat.com>
Date:   Fri Dec 7 16:08:40 2012 +0530

    Updated to new upstream 0.1.8

 .gitignore           |    1 +
 ghc-MonadRandom.spec |   29 ++++++++++++++++-------------
 sources              |    2 +-
 3 files changed, 18 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4630081..20c1dba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /MonadRandom-0.1.6.tar.gz
+/MonadRandom-0.1.8.tar.gz
diff --git a/ghc-MonadRandom.spec b/ghc-MonadRandom.spec
index 8fefa57..c26012f 100644
--- a/ghc-MonadRandom.spec
+++ b/ghc-MonadRandom.spec
@@ -1,31 +1,28 @@
-# cabal2spec-0.25
 # https://fedoraproject.org/wiki/Packaging:Haskell
 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
 %global pkg_name MonadRandom
 
-%global common_summary A random number generation monad
+%global common_summary Random-number generation monad
 
-%global common_description MonadRandom is a random number generation \
-Monad. It provides support for computations which consume random values.
+%global common_description MonadRandom is a random number generation Monad.\
+It provides support for computations which consume random values.
 
 Name:           ghc-%{pkg_name}
-Version:        0.1.6
+Version:        0.1.8
 Release:        1%{?dist}
 Summary:        %{common_summary}
 
-Group:          System Environment/Libraries
-License:        BSD
-# BEGIN cabal2spec
+License:        MIT
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
-ExclusiveArch:  %{ghc_arches}
-BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
-# END cabal2spec
 
+BuildRequires:  ghc-Cabal-devel
+BuildRequires:  ghc-rpm-macros
+# Begin cabal-rpm deps:
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-random-devel
+# End cabal-rpm deps
 
 %description
 %{common_description}
@@ -43,7 +40,6 @@ BuildRequires:  ghc-random-devel
 %ghc_lib_install
 
 
-# devel subpackage
 %ghc_devel_package
 
 %ghc_devel_description
@@ -56,6 +52,13 @@ BuildRequires:  ghc-random-devel
 
 
 %changelog
+* Fri Dec  7 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.1.8-1
+- Updated to new upstream 0.1.8
+
+* Sun Nov 18 2012 Jens Petersen <petersen at redhat.com> - 0.1.6-2
+- update with cabal-rpm
+- correct license tag to MIT
+
 * Tue Jun 12 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.1.6-1
 - Added BuildRequires.
 - Spec file template generated by cabal2spec-0.25.5.
diff --git a/sources b/sources
index ed03bce..d4151d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d4a3f68c9bb0c3636d047f5a231fb7b7  MonadRandom-0.1.6.tar.gz
+3cd3174bbbe339c9ed3e0442e408e4c3  MonadRandom-0.1.8.tar.gz


More information about the scm-commits mailing list