diff --git a/.gitignore b/.gitignore index d635e4a..aae5eea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /zlib-bindings-0.0.0.tar.gz /zlib-bindings-0.0.1.tar.gz /zlib-bindings-0.0.3.2.tar.gz +/zlib-bindings-0.1.0.1.tar.gz diff --git a/ghc-zlib-bindings.spec b/ghc-zlib-bindings.spec index ed8f28f..c2c4d3e 100644 --- a/ghc-zlib-bindings.spec +++ b/ghc-zlib-bindings.spec @@ -6,11 +6,12 @@ %global common_summary Low-level bindings to the zlib package -%global common_description %{common_summary}. +%global common_description Provides necessary functions for producing a streaming interface.\ +This is used for example by zlib-conduit and zlib-enum. Name: ghc-%{pkg_name} -Version: 0.0.3.2 -Release: 2%{?dist} +Version: 0.1.0.1 +Release: 1%{?dist} Summary: %{common_summary} Group: System Environment/Libraries @@ -54,6 +55,9 @@ BuildRequires: ghc-zlib-prof %changelog +* Sat Apr 28 2012 Jens Petersen - 0.1.0.1-1 +- update to 0.1.0.1 + * Sun Mar 18 2012 Jens Petersen - 0.0.3.2-2 - update to cabal2spec-0.25 diff --git a/sources b/sources index 094cc02..3d5f560 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -38eefb30a3b997aef8c0e28c645f3416 zlib-bindings-0.0.3.2.tar.gz +3113033e5132c9797b827c851a5ae5bc zlib-bindings-0.1.0.1.tar.gz