From 0e5f5e9536e53daad56acc0bdcb3b12bd7fa6d41 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Mar 2012 11:38:54 +0900 Subject: [PATCH] update to 0.2.1 --- .gitignore | 1 + ghc-simple-sendfile.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ad594c5..5665b9c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /simple-sendfile-0.1.3.tar.gz /simple-sendfile-0.2.0.tar.gz +/simple-sendfile-0.2.1.tar.gz diff --git a/ghc-simple-sendfile.spec b/ghc-simple-sendfile.spec index 1b63631..778f747 100644 --- a/ghc-simple-sendfile.spec +++ b/ghc-simple-sendfile.spec @@ -11,7 +11,7 @@ This library tries to minimize system calls,\ since they are a bottleneck for concurrent web servers. Name: ghc-%{pkg_name} -Version: 0.2.0 +Version: 0.2.1 Release: 1%{?dist} Summary: %{common_summary} @@ -55,6 +55,9 @@ BuildRequires: ghc-unix-prof %changelog +* Thu Mar 8 2012 Jens Petersen - 0.2.1-1 +- update to 0.2.1 + * Wed Jan 4 2012 Jens Petersen - 0.2.0-1 - update to 0.2.0 and cabal2spec-0.25.2 diff --git a/sources b/sources index 4a5a3d6..f2032de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2d58c776f2f853a3c16655d62aa427f1 simple-sendfile-0.2.0.tar.gz +a9137e0d021c9a5dca16843a973aa245 simple-sendfile-0.2.1.tar.gz