From 4e12ef5d12070184752052e094e6f6289928963b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 2 Jun 2012 14:24:06 +0900 Subject: [PATCH] update to 0.2.3 --- .gitignore | 1 + ghc-simple-sendfile.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5665b9c..54316f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /simple-sendfile-0.1.3.tar.gz /simple-sendfile-0.2.0.tar.gz /simple-sendfile-0.2.1.tar.gz +/simple-sendfile-0.2.3.tar.gz diff --git a/ghc-simple-sendfile.spec b/ghc-simple-sendfile.spec index 0fb0c3c..23cede1 100644 --- a/ghc-simple-sendfile.spec +++ b/ghc-simple-sendfile.spec @@ -11,8 +11,8 @@ This library tries to minimize system calls,\ since they are a bottleneck for concurrent web servers. Name: ghc-%{pkg_name} -Version: 0.2.1 -Release: 2%{?dist} +Version: 0.2.3 +Release: 1%{?dist} Summary: %{common_summary} Group: System Environment/Libraries @@ -55,6 +55,9 @@ BuildRequires: ghc-unix-prof %changelog +* Sat Jun 2 2012 Jens Petersen - 0.2.3-1 +- update to 0.2.3 + * Fri Mar 23 2012 Jens Petersen - 0.2.1-2 - add license to ghc_files diff --git a/sources b/sources index f2032de..126c293 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a9137e0d021c9a5dca16843a973aa245 simple-sendfile-0.2.1.tar.gz +c3b60ef40fd52af3977649a89eb59fd2 simple-sendfile-0.2.3.tar.gz