update to 0.3.3.4
This commit is contained in:
parent
b39e2d733f
commit
d0a697a49f
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <petersen@redhat.com> - 0.3.3.2-1
|
||||
- update to 0.3.3.2
|
||||
* Thu Jan 15 2015 Jens Petersen <petersen@redhat.com> - 0.3.3.4-1
|
||||
- update to 0.3.3.4
|
||||
- refresh to cblrpm-0.8.11
|
||||
|
||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1.1-4
|
||||
|
Loading…
Reference in New Issue
Block a user