[ghc-MonadRandom/f18] Updated to upstream 0.1.11

Shakthi Kannan shakthimaan at fedoraproject.org
Thu Aug 29 10:38:19 UTC 2013


commit f2e04e71049045429d192fc7a70b77c76c693db5
Author: Shakthi Kannan <shakthimaan at fedoraproject.org>
Date:   Thu Aug 29 16:04:56 2013 +0530

    Updated to upstream 0.1.11

 .gitignore           |    1 +
 ghc-MonadRandom.spec |   45 ++++++++++++++++++++++++++++++++-------------
 sources              |    2 +-
 3 files changed, 34 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e0e4a68..0b2775a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /MonadRandom-0.1.6.tar.gz
 /MonadRandom-0.1.8.tar.gz
 /MonadRandom-0.1.9.tar.gz
+/MonadRandom-0.1.11.tar.gz
diff --git a/ghc-MonadRandom.spec b/ghc-MonadRandom.spec
index c0e51ff..31a85ae 100644
--- a/ghc-MonadRandom.spec
+++ b/ghc-MonadRandom.spec
@@ -1,17 +1,11 @@
 # https://fedoraproject.org/wiki/Packaging:Haskell
-# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
 %global pkg_name MonadRandom
 
-%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.
-
 Name:           ghc-%{pkg_name}
-Version:        0.1.9
+Version:        0.1.11
 Release:        1%{?dist}
-Summary:        %{common_summary}
+Summary:        Random-number generation monad
 
 License:        MIT
 URL:            http://hackage.haskell.org/package/%{pkg_name}
@@ -26,7 +20,19 @@ BuildRequires:  ghc-transformers-devel
 # End cabal-rpm deps
 
 %description
-%{common_description}
+MonadRandom is a random number generation Monad.
+It provides support for computations which consume random values.
+
+
+%package devel
+Summary:        Haskell %{pkg_name} library development files
+Requires:       ghc-compiler = %{ghc_version}
+Requires(post): ghc-compiler = %{ghc_version}
+Requires(postun): ghc-compiler = %{ghc_version}
+Requires:       %{name} = %{version}-%{release}
+
+%description devel
+This package provides the Haskell %{pkg_name} library development files.
 
 
 %prep
@@ -41,18 +47,31 @@ BuildRequires:  ghc-transformers-devel
 %ghc_lib_install
 
 
-%ghc_devel_package
+%post devel
+%ghc_pkg_recache
+
 
-%ghc_devel_description
+%postun devel
+%ghc_pkg_recache
 
 
-%ghc_devel_post_postun
+%files -f %{name}.files
+%doc LICENSE
 
 
-%ghc_files LICENSE
+%files devel -f %{name}-devel.files
 
 
 %changelog
+* Thu Aug 29 2013 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.1.11-1
+- Updated to new upstream 0.1.11
+
+* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.9-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Tue Jun 11 2013 Jens Petersen <petersen at redhat.com> - 0.1.9-2
+- update to new simplified Haskell Packaging Guidelines
+
 * Tue May 21 2013 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.1.9-1
 - Updated to new upstream 0.1.9
 
diff --git a/sources b/sources
index 852932f..2985dc8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8686976903ee651e0add203bd6ced74e  MonadRandom-0.1.9.tar.gz
+1601c6cba76df9c5753b00d629d5383b  MonadRandom-0.1.11.tar.gz


More information about the scm-commits mailing list