From e1001ab6b507164ea9cdc06bb88d732171165467 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 26 Jul 2012 17:32:07 +0900 Subject: [PATCH] update to 0.2.4 --- .gitignore | 1 + ghc-simple-sendfile.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 54316f0..98fcc2f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /simple-sendfile-0.2.0.tar.gz /simple-sendfile-0.2.1.tar.gz /simple-sendfile-0.2.3.tar.gz +/simple-sendfile-0.2.4.tar.gz diff --git a/ghc-simple-sendfile.spec b/ghc-simple-sendfile.spec index 9e06044..7333a78 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.3 -Release: 4%{?dist} +Version: 0.2.4 +Release: 1%{?dist} Summary: %{common_summary} Group: System Environment/Libraries @@ -55,6 +55,9 @@ BuildRequires: ghc-unix-devel %changelog +* Thu Jul 26 2012 Jens Petersen - 0.2.4-1 +- update to 0.2.4 + * Thu Jul 19 2012 Fedora Release Engineering - 0.2.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 126c293..f23c043 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c3b60ef40fd52af3977649a89eb59fd2 simple-sendfile-0.2.3.tar.gz +d14530d4f1bcb2a6764169e2478fd3aa simple-sendfile-0.2.4.tar.gz