[ghc-MonadCatchIO-mtl/f17] Updated to 0.3.0.5

Shakthi Kannan shakthimaan at fedoraproject.org
Fri Aug 17 17:05:53 UTC 2012


commit 15219871fd7a8d7a86cdea8091ccd122734a32db
Author: Shakthi Kannan <skannan at redhat.com>
Date:   Fri Aug 17 22:29:13 2012 +0530

    Updated to 0.3.0.5

 .gitignore                |    1 +
 ghc-MonadCatchIO-mtl.spec |   64 ++++++++++++++++++++++++++++++++------------
 sources                   |    2 +-
 3 files changed, 48 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1812124..a6534d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /MonadCatchIO-mtl-0.3.0.3.tar.gz
 /MonadCatchIO-mtl-0.3.0.4.tar.gz
+/MonadCatchIO-mtl-0.3.0.5.tar.gz
diff --git a/ghc-MonadCatchIO-mtl.spec b/ghc-MonadCatchIO-mtl.spec
index 51f682e..704515d 100644
--- a/ghc-MonadCatchIO-mtl.spec
+++ b/ghc-MonadCatchIO-mtl.spec
@@ -1,13 +1,11 @@
-# For Haskell Packaging Guidelines see:
-# - https://fedoraproject.org/wiki/Packaging:Haskell
-# - https://fedoraproject.org/wiki/PackagingDrafts/Haskell
+# cabal2spec-0.25
+# https://fedoraproject.org/wiki/Packaging:Haskell
+# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
 %global pkg_name MonadCatchIO-mtl
 
-# common part of summary for all the subpackages
 %global common_summary Monad-transformer for Control.Exception
 
-# main description used for all the subpackages
 %global common_description Provides a monad-transformer version of the \
 @Control.Exception.catch@ function. For this, it defines the \
 @MonadCatchIO@ class, a subset of @MonadIO at . It defines \
@@ -15,38 +13,68 @@ proper instances for most monad transformers in the 'mtl' \
 library.
 
 Name:           ghc-%{pkg_name}
-Version:        0.3.0.4
-Release:        2%{?dist}.3
+Version:        0.3.0.5
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
 License:        BSD
+# BEGIN cabal2spec
 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
-BuildRequires:  hscolour
-BuildRequires:  ghc-mtl-prof, ghc-extensible-exceptions-prof
+BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
+# END cabal2spec
+
+BuildRequires:  ghc-mtl-devel
+BuildRequires:  ghc-extensible-exceptions-devel
 
 %description
 %{common_description}
 
+
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
-%install
 
+%install
 %ghc_lib_install
 
-# define the devel and prof subpkgs, devel post[un] scripts, and filelists:
-# ghc-MonadCatchIO-mtl{,-devel,-prof}.files
-%ghc_lib_package
+
+# devel subpackage
+%ghc_devel_package
+
+%ghc_devel_description
+
+
+%ghc_devel_post_postun
+
+
+%ghc_files LICENSE
+
 
 %changelog
+* Fri Aug 17 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.3.0.5-1
+- Updated to 0.3.0.5
+- spec file template generated by cabal2spec-0.25.5
+
+* Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.0.4-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Mon Jul 16 2012 Jens Petersen <petersen at redhat.com> - 0.3.0.4-5
+- change prof BRs to devel
+
+* Fri Jun 15 2012 Jens Petersen <petersen at redhat.com> - 0.3.0.4-4
+- rebuild
+
+* Sun Mar 18 2012 Jens Petersen <petersen at redhat.com> - 0.3.0.4-3
+- update to cabal2spec-0.25
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.0.4-2.3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
@@ -60,19 +88,19 @@ BuildRequires:  ghc-mtl-prof, ghc-extensible-exceptions-prof
 - rebuild with new gmp
 
 * Mon Aug 22 2011 Shakthi Kannan <shakthimaan [AT] fedoraproject DOT org> - 0.3.0.4-1
-- Updated to upstream 0.3.0.4.
+- Updated to upstream 0.3.0.4
 
 * Fri Jun 24 2011 Jens Petersen <petersen at redhat.com> - 0.3.0.3-3
 - BR ghc-Cabal-devel instead of ghc-prof and use ghc_arches (cabal2spec-0.23.2)
 
 * Sun Jun 12 2011 Shakthi Kannan <shakthimaan [AT] fedoraproject DOT org> - 0.3.0.3-2
-- Updated to cabal2spec-0.22.7.
+- Updated to cabal2spec-0.22.7
 
 * Fri Jun 10 2011 Shakthi Kannan <shakthimaan [AT] fedoraproject DOT org> - 0.3.0.3-1
-- Updated to upstream 0.3.0.3.
+- Updated to upstream 0.3.0.3
 
 * Sat May 28 2011 Shakthi Kannan <shakthimaan [AT] fedoraproject DOT org> - 0.3.0.2-1
-- Updated to upstream 0.3.0.2.
+- Updated to upstream 0.3.0.2
 
 * Sat Sep 04 2010 Ben Boeckel <mathstuf at gmail.com> - 0.3.0.1-1
 - Initial package
diff --git a/sources b/sources
index 5a21c3c..72c4104 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-29217e4667f96f2071611125de9fc872  MonadCatchIO-mtl-0.3.0.4.tar.gz
+5e8401291f4dbd312449a720e8e6fb5e  MonadCatchIO-mtl-0.3.0.5.tar.gz


More information about the scm-commits mailing list