[ghc-simple-sendfile] update to 0.2.8 with cabal-rpm

Jens Petersen petersen at fedoraproject.org
Thu Nov 8 00:10:49 UTC 2012


commit 091d3faaf7a154506789c0f7f1ec904a9d5de51f
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Nov 8 09:10:31 2012 +0900

    update to 0.2.8 with cabal-rpm

 .gitignore               |    1 +
 ghc-simple-sendfile.spec |   18 ++++++++++--------
 sources                  |    2 +-
 3 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 98fcc2f..b6bae12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /simple-sendfile-0.2.1.tar.gz
 /simple-sendfile-0.2.3.tar.gz
 /simple-sendfile-0.2.4.tar.gz
+/simple-sendfile-0.2.8.tar.gz
diff --git a/ghc-simple-sendfile.spec b/ghc-simple-sendfile.spec
index 7333a78..908ee44 100644
--- a/ghc-simple-sendfile.spec
+++ b/ghc-simple-sendfile.spec
@@ -1,4 +1,3 @@
-# cabal2spec-0.25.2
 # https://fedoraproject.org/wiki/Packaging:Haskell
 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
@@ -8,24 +7,24 @@
 
 %global common_description A Haskell cross-platform library for the sendfile system call.\
 This library tries to minimize system calls,\
-since they are a bottleneck for concurrent web servers.
+since they are a bottleneck for web servers.
 
 Name:           ghc-%{pkg_name}
-Version:        0.2.4
+Version:        0.2.8
 Release:        1%{?dist}
 Summary:        %{common_summary}
 
-Group:          System Environment/Libraries
 License:        BSD
-# BEGIN cabal2spec
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
-ExclusiveArch:  %{ghc_arches}
+
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
-# END cabal2spec
+BuildRequires:  ghc-rpm-macros
+# Begin cabal-rpm deps:
+BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-network-devel
 BuildRequires:  ghc-unix-devel
+# End cabal-rpm deps
 
 %description
 %{common_description}
@@ -55,6 +54,9 @@ BuildRequires:  ghc-unix-devel
 
 
 %changelog
+* Thu Nov 08 2012 Jens Petersen <petersen at redhat.com> - 0.2.8-1
+- update to 0.2.8
+
 * Thu Jul 26 2012 Jens Petersen <petersen at redhat.com> - 0.2.4-1
 - update to 0.2.4
 
diff --git a/sources b/sources
index f23c043..57a9e97 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d14530d4f1bcb2a6764169e2478fd3aa  simple-sendfile-0.2.4.tar.gz
+27b593eeeb66b572a81367dd8d42af6f  simple-sendfile-0.2.8.tar.gz


More information about the scm-commits mailing list