From d0a697a49f8250a73cd36a732c7f3d3ed7fa0060 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 15 Jan 2015 14:59:10 +0900 Subject: [PATCH] update to 0.3.3.4 --- .gitignore | 1 + ghc-blaze-builder.spec | 22 +++++++++++----------- sources | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 31075e7..36f5f4f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /blaze-builder-0.3.1.0.tar.gz /blaze-builder-0.3.1.1.tar.gz /blaze-builder-0.3.3.2.tar.gz +/blaze-builder-0.3.3.4.tar.gz diff --git a/ghc-blaze-builder.spec b/ghc-blaze-builder.spec index 4b801ec..4e7f611 100644 --- a/ghc-blaze-builder.spec +++ b/ghc-blaze-builder.spec @@ -6,7 +6,7 @@ %global debug_package %{nil} Name: ghc-%{pkg_name} -Version: 0.3.3.2 +Version: 0.3.3.4 Release: 1%{?dist} Summary: Efficient buffered output @@ -22,13 +22,13 @@ BuildRequires: ghc-text-devel # End cabal-rpm deps %description -This library provides an abstraction of buffered output of byte streams -and several convenience functions to exploit it. For example, it allows -to efficiently serialize Haskell values to lazy bytestrings with a large -average chunk size. The large average chunk size allows to make good use of -cache prefetching in later processing steps (e.g. compression) and reduces -the system call overhead when writing the resulting lazy bytestring to -a file or sending it over the network. +This library provides an abstraction of buffered output of byte streams and +several convenience functions to exploit it. For example, it allows to +efficiently serialize Haskell values to lazy bytestrings with a large average +chunk size. The large average chunk size allows to make good use of cache +prefetching in later processing steps (e.g. compression) and reduces the system +call overhead when writing the resulting lazy bytestring to a file or sending +it over the network. %package devel @@ -68,12 +68,12 @@ This package provides the Haskell %{pkg_name} library development files. %files devel -f %{name}-devel.files -%doc CHANGES TODO README.markdown +%doc CHANGES README.markdown TODO %changelog -* Thu Aug 28 2014 Jens Petersen - 0.3.3.2-1 -- update to 0.3.3.2 +* Thu Jan 15 2015 Jens Petersen - 0.3.3.4-1 +- update to 0.3.3.4 - refresh to cblrpm-0.8.11 * Sat Aug 16 2014 Fedora Release Engineering - 0.3.1.1-4 diff --git a/sources b/sources index 7206e04..ee4d928 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e43342e3275f2cddf9a3e403786fc520 blaze-builder-0.3.3.2.tar.gz +e907804abf9078826cb62f7fc2a2f39f blaze-builder-0.3.3.4.tar.gz