diff --git a/.gitignore b/.gitignore index 3e80d79..54a8861 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ghc-http-types.spec b/ghc-http-types.spec index f3e316c..33f463a 100644 --- a/ghc-http-types.spec +++ b/ghc-http-types.spec @@ -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 - 0.7.3.0.1-1 +- update to 0.7.3.0.1 + * Thu Jul 19 2012 Fedora Release Engineering - 0.6.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index d59d2a8..a43c026 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b6dad797e6f2c20287e18509ce598ee0 http-types-0.6.11.tar.gz +11455125673878fdb5365227095b56ca http-types-0.7.3.0.1.tar.gz