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