[ghc-hashtables/f18] Reverting "update to 1.0.1.8 with cabal-rpm"

Jens Petersen petersen at fedoraproject.org
Tue Dec 11 08:38:44 UTC 2012


commit f30caeb9457540df66b4c09d3d8f43a8b750f3fe
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Dec 11 17:34:56 2012 +0900

    Reverting "update to 1.0.1.8 with cabal-rpm"

 .gitignore          |    1 -
 ghc-hashtables.spec |   18 ++++++++----------
 sources             |    2 +-
 3 files changed, 9 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4c37be0..fdec1b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
 /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 9667a8a..02d122d 100644
--- a/ghc-hashtables.spec
+++ b/ghc-hashtables.spec
@@ -1,3 +1,4 @@
+# cabal2spec-0.25.2
 # https://fedoraproject.org/wiki/Packaging:Haskell
 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
@@ -23,21 +24,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.8
-Release:        1%{?dist}
+Version:        1.0.1.6
+Release:        3%{?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
-# Begin cabal-rpm deps:
+BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
+# END cabal2spec
 BuildRequires:  ghc-hashable-devel
-BuildRequires:  ghc-primitive-devel
 BuildRequires:  ghc-vector-devel
-# End cabal-rpm deps
 
 %description
 %{common_description}
@@ -68,9 +69,6 @@ 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 2bc9282..73deeae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0da0787e1c369b8265e427ae1cffc6c1  hashtables-1.0.1.8.tar.gz
+8dabb7f247d15f4534603b7cc858c7ca  hashtables-1.0.1.6.tar.gz


More information about the scm-commits mailing list