[ghc-hashtables] update to 1.0.1.8 with cabal-rpm

Jens Petersen petersen at fedoraproject.org
Mon Oct 29 01:38:42 UTC 2012


commit 40f844efcc1eb453ff82b05434f7e4df3425169e
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Oct 29 10:38:28 2012 +0900

    update to 1.0.1.8 with cabal-rpm

 .gitignore          |    1 +
 ghc-hashtables.spec |   18 ++++++++++--------
 sources             |    2 +-
 3 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fdec1b9..4c37be0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /hashtables-1.0.1.2.tar.gz
 /hashtables-1.0.1.3.tar.gz
 /hashtables-1.0.1.6.tar.gz
+/hashtables-1.0.1.8.tar.gz
diff --git a/ghc-hashtables.spec b/ghc-hashtables.spec
index 02d122d..9667a8a 100644
--- a/ghc-hashtables.spec
+++ b/ghc-hashtables.spec
@@ -1,4 +1,3 @@
-# cabal2spec-0.25.2
 # https://fedoraproject.org/wiki/Packaging:Haskell
 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
@@ -24,21 +23,21 @@ some insert and lookup performance for higher space efficiency and\
 much shorter delays when expanding the table.
 
 Name:           ghc-%{pkg_name}
-Version:        1.0.1.6
-Release:        3%{?dist}
+Version:        1.0.1.8
+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_with_ghci}
+
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
-# END cabal2spec
+BuildRequires:  ghc-rpm-macros
+# Begin cabal-rpm deps:
 BuildRequires:  ghc-hashable-devel
+BuildRequires:  ghc-primitive-devel
 BuildRequires:  ghc-vector-devel
+# End cabal-rpm deps
 
 %description
 %{common_description}
@@ -69,6 +68,9 @@ BuildRequires:  ghc-vector-devel
 
 
 %changelog
+* Mon Oct 29 2012 Jens Petersen <petersen at redhat.com> - 1.0.1.8-1
+- update to 1.0.1.8
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1.6-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 73deeae..2bc9282 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8dabb7f247d15f4534603b7cc858c7ca  hashtables-1.0.1.6.tar.gz
+0da0787e1c369b8265e427ae1cffc6c1  hashtables-1.0.1.8.tar.gz


More information about the scm-commits mailing list