From 946cf2939c2998f19e7306113f9b48365d6a0f64 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 26 Jun 2016 20:16:14 +0900 Subject: [PATCH] update to 2.2.7 --- .gitignore | 1 + ghc-wai-logger.spec | 13 +++++++++---- sources | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3259905..8beae28 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ghc-wai-logger.spec b/ghc-wai-logger.spec index faecf41..2cebb6a 100644 --- a/ghc-wai-logger.spec +++ b/ghc-wai-logger.spec @@ -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 - 2.2.7-1 +- update to 2.2.7 + * Wed Feb 03 2016 Fedora Release Engineering - 2.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 538da6d..3396b6f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3fa2da50dbcc54beed7efda3e14fd036 wai-logger-2.1.1.tar.gz +b194465d528009823bc59de2038d023a wai-logger-2.2.7.tar.gz