update to 0.7.3.0.1

This commit is contained in:
Jens Petersen 2012-11-07 18:12:22 +09:00
parent 61dc433569
commit 83710ae9bb
3 changed files with 14 additions and 9 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/http-types-0.6.9.tar.gz
/http-types-0.6.10.tar.gz
/http-types-0.6.11.tar.gz
/http-types-0.7.3.0.1.tar.gz

View File

@ -1,4 +1,3 @@
# cabal2spec-0.25.2
# https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
@ -9,21 +8,23 @@
%global common_description Generic HTTP types for Haskell for both client and server code.
Name: ghc-%{pkg_name}
Version: 0.6.11
Release: 3%{?dist}
Version: 0.7.3.0.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-array-devel
BuildRequires: ghc-blaze-builder-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-case-insensitive-devel
BuildRequires: ghc-text-devel
# End cabal-rpm deps
%description
%{common_description}
@ -53,6 +54,9 @@ BuildRequires: ghc-case-insensitive-devel
%changelog
* Wed Nov 07 2012 Jens Petersen <petersen@redhat.com> - 0.7.3.0.1-1
- update to 0.7.3.0.1
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.11-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
b6dad797e6f2c20287e18509ce598ee0 http-types-0.6.11.tar.gz
11455125673878fdb5365227095b56ca http-types-0.7.3.0.1.tar.gz