From a59f57d2a3feb705fcf3e3110f646a193bde443c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Nov 2012 19:09:28 +0900 Subject: [PATCH] update to 0.4.0.3 --- .gitignore | 1 + ghc-case-insensitive.spec | 23 +++++++++++++---------- sources | 2 +- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index b3485ad..c7403cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /case-insensitive-0.2.0.2.tar.gz /case-insensitive-0.3.0.1.tar.gz /case-insensitive-0.4.0.1.tar.gz +/case-insensitive-0.4.0.3.tar.gz diff --git a/ghc-case-insensitive.spec b/ghc-case-insensitive.spec index ef3db20..1b00dca 100644 --- a/ghc-case-insensitive.spec +++ b/ghc-case-insensitive.spec @@ -1,31 +1,31 @@ -# cabal2spec-0.25.2 # https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/PackagingDrafts/Haskell %global pkg_name case-insensitive -%global common_summary Haskell case insensitive string comparison +%global common_summary Case insensitive string comparison %global common_description The module Data.CaseInsensitive provides the CI type constructor which\ can be parameterised by a string-like type (String, ByteString,\ -Text, etc.). Comparisons of values of the resulting type will be\ +Text, etc). Comparisons of values of the resulting type will be\ insensitive to cases. Name: ghc-%{pkg_name} -Version: 0.4.0.1 -Release: 6%{?dist} +Version: 0.4.0.3 +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-hashable-devel +BuildRequires: ghc-text-devel +# End cabal-rpm deps %description %{common_description} @@ -56,6 +56,9 @@ BuildRequires: ghc-hashable-devel %changelog +* Tue Nov 06 2012 Jens Petersen - 0.4.0.3-1 +- update to 0.4.0.3 + * Thu Jul 19 2012 Fedora Release Engineering - 0.4.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 32e2569..1d9c1d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1c57ec86d8479d0059f2559edeeb383a case-insensitive-0.4.0.1.tar.gz +008c08162cb6c87ceb07e9991835ecbd case-insensitive-0.4.0.3.tar.gz