[ghc-data-memocombinators/f18] Updated to upstream 0.4.4

Shakthi Kannan shakthimaan at fedoraproject.org
Fri Dec 7 10:44:25 UTC 2012


commit 8353dacab04a8b0f575edd27f2343fdeec2214f1
Author: Shakthi Kannan <skannan at redhat.com>
Date:   Fri Dec 7 16:06:23 2012 +0530

    Updated to upstream 0.4.4

 .gitignore                    |    1 +
 ghc-data-memocombinators.spec |   24 +++++++++++++-----------
 sources                       |    2 +-
 3 files changed, 15 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eda06d7..6599678 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /data-memocombinators-0.4.3.tar.gz
+/data-memocombinators-0.4.4.tar.gz
diff --git a/ghc-data-memocombinators.spec b/ghc-data-memocombinators.spec
index a515483..189a0a1 100644
--- a/ghc-data-memocombinators.spec
+++ b/ghc-data-memocombinators.spec
@@ -1,31 +1,28 @@
-# cabal2spec-0.25
 # https://fedoraproject.org/wiki/Packaging:Haskell
 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
 %global pkg_name data-memocombinators
 
-%global common_summary Haskell %{pkg_name} library
+%global common_summary Combinators for building memo tables
 
-%global common_description Combinators for building memo tables
+%global common_description Combinators for building memo tables.
 
 Name:           ghc-%{pkg_name}
-Version:        0.4.3
+Version:        0.4.4
 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
 Source1:        LICENSE
-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-array-devel
 BuildRequires:  ghc-data-inttrie-devel
+# End cabal-rpm deps
 
 %description
 %{common_description}
@@ -43,7 +40,6 @@ BuildRequires:  ghc-data-inttrie-devel
 %ghc_lib_install
 
 
-# devel subpackage
 %ghc_devel_package
 
 %ghc_devel_description
@@ -56,5 +52,11 @@ BuildRequires:  ghc-data-inttrie-devel
 
 
 %changelog
+* Fri Dec  7 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.4.4-1
+- Updated to new upstream 0.4.4
+
+* Sat Nov 17 2012 Jens Petersen <petersen at redhat.com> - 0.4.3-2
+- update with cabal-rpm
+
 * Tue Sep  4 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.4.3-1
 - spec file template generated by cabal2spec-0.25.5
diff --git a/sources b/sources
index 6ae1285..4a5f3ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f0b013c1819082af6d144da782dd7787  data-memocombinators-0.4.3.tar.gz
+12de4a9275e4eaef90973175eddced57  data-memocombinators-0.4.4.tar.gz


More information about the scm-commits mailing list