Revert "update to 2.2.7"

This reverts commit 946cf2939c.
This commit is contained in:
Jens Petersen 2016-06-28 13:09:04 +09:00
parent 946cf2939c
commit 60d6bd071c
3 changed files with 5 additions and 11 deletions

1
.gitignore vendored
View File

@ -2,4 +2,3 @@
/wai-logger-0.3.1.tar.gz
/wai-logger-0.3.2.tar.gz
/wai-logger-2.1.1.tar.gz
/wai-logger-2.2.7.tar.gz

View File

@ -5,16 +5,13 @@
%bcond_with tests
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 2.2.7
Release: 1%{?dist}
Version: 2.1.1
Release: 3%{?dist}
Summary: A logging system for WAI
License: BSD
URL: https://hackage.haskell.org/package/%{pkg_name}
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
@ -32,6 +29,7 @@ BuildRequires: ghc-unix-time-devel
BuildRequires: ghc-wai-devel
%if %{with tests}
BuildRequires: ghc-doctest-devel
BuildRequires: ghc-wai-test-devel
%endif
# End cabal-rpm deps
@ -87,9 +85,6 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%changelog
* Sun Jun 26 2016 Jens Petersen <petersen@redhat.com> - 2.2.7-1
- update to 2.2.7
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
b194465d528009823bc59de2038d023a wai-logger-2.2.7.tar.gz
3fa2da50dbcc54beed7efda3e14fd036 wai-logger-2.1.1.tar.gz