update to 3.0.2.1

This commit is contained in:
Jens Petersen 2014-09-01 19:19:03 +09:00
parent f1c34e0ff9
commit 6757fba6fc
3 changed files with 30 additions and 8 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/wai-extra-1.3.2.4.tar.gz
/wai-extra-1.3.3.2.tar.gz
/wai-extra-1.3.4.6.tar.gz
/wai-extra-3.0.2.1.tar.gz

View File

@ -2,9 +2,14 @@
%global pkg_name wai-extra
%bcond_with tests
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 1.3.4.6
Release: 3%{?dist}
Version: 3.0.2.1
Release: 1%{?dist}
Summary: Basic WAI handlers and middleware
License: MIT
@ -16,14 +21,12 @@ BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-ansi-terminal-devel
BuildRequires: ghc-base64-bytestring-devel
BuildRequires: ghc-blaze-builder-conduit-devel
BuildRequires: ghc-blaze-builder-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-case-insensitive-devel
BuildRequires: ghc-conduit-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-data-default-devel
BuildRequires: ghc-date-cache-devel
BuildRequires: ghc-data-default-class-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-directory-devel
BuildRequires: ghc-fast-logger-devel
BuildRequires: ghc-http-types-devel
@ -31,19 +34,27 @@ BuildRequires: ghc-lifted-base-devel
BuildRequires: ghc-network-devel
BuildRequires: ghc-old-locale-devel
BuildRequires: ghc-resourcet-devel
BuildRequires: ghc-streaming-commons-devel
BuildRequires: ghc-stringsearch-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-time-devel
BuildRequires: ghc-transformers-devel
BuildRequires: ghc-unix-devel
BuildRequires: ghc-void-devel
BuildRequires: ghc-wai-devel
BuildRequires: ghc-wai-logger-devel
BuildRequires: ghc-word8-devel
BuildRequires: ghc-zlib-conduit-devel
%if %{with tests}
BuildRequires: ghc-HUnit-devel
BuildRequires: ghc-data-default-devel
BuildRequires: ghc-hspec-devel
BuildRequires: ghc-zlib-devel
%endif
# End cabal-rpm deps
%description
This library provides common Web Application Interface features.
The goal here is to provide common features without many dependencies.
%package devel
@ -70,6 +81,12 @@ This package provides the Haskell %{pkg_name} library development files.
%ghc_lib_install
%check
%if %{with tests}
%cabal test
%endif
%post devel
%ghc_pkg_recache
@ -86,6 +103,10 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Mon Sep 01 2014 Jens Petersen <petersen@redhat.com> - 3.0.2.1-1
- update to 3.0.2.1
- refresh to 0.8.11
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
df7c869ac63956d879a304bc67122d9b wai-extra-1.3.4.6.tar.gz
bf75b2dea21174841885d5f29fd1dc43 wai-extra-3.0.2.1.tar.gz