diff --git a/.gitignore b/.gitignore index e8d68da..fc1b793 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /wai-0.4.2.tar.gz /wai-0.4.3.tar.gz +/wai-1.2.0.2.tar.gz diff --git a/ghc-wai.spec b/ghc-wai.spec index 1b788f7..ad38ffc 100644 --- a/ghc-wai.spec +++ b/ghc-wai.spec @@ -1,4 +1,4 @@ -# cabal2spec-0.25.2 +# cabal2spec-0.25 # https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/PackagingDrafts/Haskell @@ -10,12 +10,12 @@ and web servers. Name: ghc-%{pkg_name} -Version: 0.4.3 -Release: 4%{?dist} +Version: 1.2.0.2 +Release: 1%{?dist} Summary: %{common_summary} Group: System Environment/Libraries -License: BSD +License: MIT # 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 @@ -23,10 +23,11 @@ ExclusiveArch: %{ghc_arches} BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} # END cabal2spec -BuildRequires: ghc-enumerator-prof -BuildRequires: ghc-http-types-prof -BuildRequires: ghc-network-prof -BuildRequires: ghc-transformers-prof +BuildRequires: ghc-blaze-builder-devel +BuildRequires: ghc-conduit-devel +BuildRequires: ghc-http-types-devel +BuildRequires: ghc-network-devel +BuildRequires: ghc-vault-devel %description %{common_description} @@ -56,6 +57,10 @@ BuildRequires: ghc-transformers-prof %changelog +* Wed May 16 2012 Jens Petersen - 1.2.0.2-1 +- update to 1.2.0.2 +- license is now MIT + * Fri Mar 23 2012 Jens Petersen - 0.4.3-4 - add license to ghc_files diff --git a/sources b/sources index c051786..44e5e96 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e31941bffbdb41e41e6702adc47c5fc3 wai-0.4.3.tar.gz +92d9de19d3a9fde92436929d873c0509 wai-1.2.0.2.tar.gz