[ghc-hashtables/el6] Revert to earlier f18 version

Jens Petersen petersen at fedoraproject.org
Mon Dec 10 09:28:24 UTC 2012


commit 2d29513d0df051e8f0dfb8a53d3e9b203e338a3d
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Dec 10 18:28:15 2012 +0900

    Revert to earlier f18 version
    
    Reverting "update to 1.0.1.8 with cabal-rpm"
    Reverting "- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild"

 .gitignore          |    1 -
 ghc-hashtables.spec |   21 ++++++++-------------
 sources             |    2 +-
 3 files changed, 9 insertions(+), 15 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..f874c95 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:        2%{?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,12 +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
-
 * Mon Jul 16 2012 Jens Petersen <petersen at redhat.com> - 1.0.1.6-2
 - change prof BRs to devel
 
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