From 60d6bd071c88cd46f57805865c60cf6473d9f651 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 28 Jun 2016 13:09:04 +0900 Subject: [PATCH] Revert "update to 2.2.7" This reverts commit 946cf2939c2998f19e7306113f9b48365d6a0f64. --- .gitignore | 1 - ghc-wai-logger.spec | 13 ++++--------- sources | 2 +- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 8beae28..3259905 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ghc-wai-logger.spec b/ghc-wai-logger.spec index 2cebb6a..5a2f8ff 100644 --- a/ghc-wai-logger.spec +++ b/ghc-wai-logger.spec @@ -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 - 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 3396b6f..538da6d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b194465d528009823bc59de2038d023a wai-logger-2.2.7.tar.gz +3fa2da50dbcc54beed7efda3e14fd036 wai-logger-2.1.1.tar.gz