update to 2.2.7

This commit is contained in:
Jens Petersen 2016-06-26 20:16:14 +09:00
parent 37788249cc
commit 946cf2939c
3 changed files with 11 additions and 5 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/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

@ -1,3 +1,4 @@
# generated by cabal-rpm-0.9.12
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name wai-logger
@ -8,8 +9,8 @@
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 2.1.1
Release: 3%{?dist}
Version: 2.2.7
Release: 1%{?dist}
Summary: A logging system for WAI
License: BSD
@ -31,7 +32,6 @@ 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
@ -62,6 +62,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check
%if %{with tests}
@ -78,13 +80,16 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
%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 @@
3fa2da50dbcc54beed7efda3e14fd036 wai-logger-2.1.1.tar.gz
b194465d528009823bc59de2038d023a wai-logger-2.2.7.tar.gz