[ghc-hashable] update to 1.1.2.5

Jens Petersen petersen at fedoraproject.org
Wed Nov 7 07:53:45 UTC 2012


commit e6e14117b6078a9b4d8e13015c885019c51074c6
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Nov 7 16:53:40 2012 +0900

    update to 1.1.2.5

 .gitignore        |    1 +
 ghc-hashable.spec |   19 ++++++++++---------
 sources           |    2 +-
 3 files changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a98bbe..c4ec475 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /hashable-1.1.2.1.tar.gz
 /hashable-1.1.2.2.tar.gz
 /hashable-1.1.2.3.tar.gz
+/hashable-1.1.2.5.tar.gz
diff --git a/ghc-hashable.spec b/ghc-hashable.spec
index 51bff85..7e91820 100644
--- a/ghc-hashable.spec
+++ b/ghc-hashable.spec
@@ -1,10 +1,9 @@
-# cabal2spec-0.25.2
 # https://fedoraproject.org/wiki/Packaging:Haskell
 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
 %global pkg_name hashable
 
-%global common_summary Haskell class for conversion to a hash
+%global common_summary Class for types convertable to a hash value
 
 %global common_description This package defines a class, Hashable, for types that can be\
 converted to a hash value. This class exists for the benefit of\
@@ -12,21 +11,20 @@ hashing-based data structures. The package provides instances for\
 basic types and a way to combine hash values.
 
 Name:           ghc-%{pkg_name}
-Version:        1.1.2.3
-Release:        5%{?dist}
+Version:        1.1.2.5
+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-bytestring-devel
 BuildRequires:  ghc-text-devel
+# End cabal-rpm deps
 
 %description
 %{common_description}
@@ -57,6 +55,9 @@ BuildRequires:  ghc-text-devel
 
 
 %changelog
+* Wed Nov 07 2012 Jens Petersen <petersen at redhat.com> - 1.1.2.5-1
+- update to 1.1.2.5
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.2.3-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index f3f9fbb..24cf5af 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a09abced4653bb5d507bef9b027031b6  hashable-1.1.2.3.tar.gz
+dc0f9617cea4c2da802394db301d1432  hashable-1.1.2.5.tar.gz


More information about the scm-commits mailing list