update to 0.4.0.3

epel9
Jens Petersen 12 years ago
parent 89b41db8a3
commit a59f57d2a3

1
.gitignore vendored

@ -1,3 +1,4 @@
/case-insensitive-0.2.0.2.tar.gz /case-insensitive-0.2.0.2.tar.gz
/case-insensitive-0.3.0.1.tar.gz /case-insensitive-0.3.0.1.tar.gz
/case-insensitive-0.4.0.1.tar.gz /case-insensitive-0.4.0.1.tar.gz
/case-insensitive-0.4.0.3.tar.gz

@ -1,31 +1,31 @@
# cabal2spec-0.25.2
# https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
%global pkg_name case-insensitive %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\ %global common_description The module Data.CaseInsensitive provides the CI type constructor which\
can be parameterised by a string-like type (String, ByteString,\ 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. insensitive to cases.
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.4.0.1 Version: 0.4.0.3
Release: 6%{?dist} Release: 1%{?dist}
Summary: %{common_summary} Summary: %{common_summary}
Group: System Environment/Libraries
License: BSD License: BSD
# BEGIN cabal2spec
URL: http://hackage.haskell.org/package/%{pkg_name} URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
ExclusiveArch: %{ghc_arches}
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} BuildRequires: ghc-rpm-macros
# END cabal2spec # Begin cabal-rpm deps:
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-hashable-devel BuildRequires: ghc-hashable-devel
BuildRequires: ghc-text-devel
# End cabal-rpm deps
%description %description
%{common_description} %{common_description}
@ -56,6 +56,9 @@ BuildRequires: ghc-hashable-devel
%changelog %changelog
* Tue Nov 06 2012 Jens Petersen <petersen@redhat.com> - 0.4.0.3-1
- update to 0.4.0.3
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0.1-6 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

@ -1 +1 @@
1c57ec86d8479d0059f2559edeeb383a case-insensitive-0.4.0.1.tar.gz 008c08162cb6c87ceb07e9991835ecbd case-insensitive-0.4.0.3.tar.gz

Loading…
Cancel
Save