[ghc-unordered-containers] update to 0.2.2.1

Jens Petersen petersen at fedoraproject.org
Thu Nov 8 08:20:17 UTC 2012


commit 46feb0fcb97d01f818f60191db72d85a26b667c4
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Nov 8 17:20:11 2012 +0900

    update to 0.2.2.1

 .gitignore                    |    1 +
 ghc-unordered-containers.spec |   17 +++++++++--------
 sources                       |    2 +-
 3 files changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 45219ff..0928288 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /unordered-containers-0.1.4.3.tar.gz
 /unordered-containers-0.1.4.6.tar.gz
 /unordered-containers-0.2.1.0.tar.gz
+/unordered-containers-0.2.2.1.tar.gz
diff --git a/ghc-unordered-containers.spec b/ghc-unordered-containers.spec
index 0d3c3a0..8845d23 100644
--- a/ghc-unordered-containers.spec
+++ b/ghc-unordered-containers.spec
@@ -1,4 +1,3 @@
-# cabal2spec-0.25.2
 # https://fedoraproject.org/wiki/Packaging:Haskell
 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
@@ -12,21 +11,20 @@ high speed.  The declared cost of each operation is either worst-case or\
 amortized, but remains valid even if structures are shared.
 
 Name:           ghc-%{pkg_name}
-Version:        0.2.1.0
-Release:        3%{?dist}
+Version:        0.2.2.1
+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 %{!?without_hscolour:hscolour}
-# END cabal2spec
+BuildRequires:  ghc-rpm-macros
+# Begin cabal-rpm deps:
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-hashable-devel
+# End cabal-rpm deps
 
 %description
 %{common_description}
@@ -56,6 +54,9 @@ BuildRequires:  ghc-hashable-devel
 
 
 %changelog
+* Thu Nov 08 2012 Jens Petersen <petersen at redhat.com> - 0.2.2.1-1
+- update to 0.2.2.1
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.1.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index afd264c..b8d537e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-13c4ff652683e00ed17e18b080e9893b  unordered-containers-0.2.1.0.tar.gz
+8f42f0c7bcc9d571dfbc3ff669798e14  unordered-containers-0.2.2.1.tar.gz


More information about the scm-commits mailing list