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.0.tar.gz
|
||||||
/blaze-builder-0.3.1.1.tar.gz
|
/blaze-builder-0.3.1.1.tar.gz
|
||||||
/blaze-builder-0.3.3.2.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}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.3.3.2
|
Version: 0.3.3.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Efficient buffered output
|
Summary: Efficient buffered output
|
||||||
|
|
||||||
@ -22,13 +22,13 @@ BuildRequires: ghc-text-devel
|
|||||||
# End cabal-rpm deps
|
# End cabal-rpm deps
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This library provides an abstraction of buffered output of byte streams
|
This library provides an abstraction of buffered output of byte streams and
|
||||||
and several convenience functions to exploit it. For example, it allows
|
several convenience functions to exploit it. For example, it allows to
|
||||||
to efficiently serialize Haskell values to lazy bytestrings with a large
|
efficiently serialize Haskell values to lazy bytestrings with a large average
|
||||||
average chunk size. The large average chunk size allows to make good use of
|
chunk size. The large average chunk size allows to make good use of cache
|
||||||
cache prefetching in later processing steps (e.g. compression) and reduces
|
prefetching in later processing steps (e.g. compression) and reduces the system
|
||||||
the system call overhead when writing the resulting lazy bytestring to
|
call overhead when writing the resulting lazy bytestring to a file or sending
|
||||||
a file or sending it over the network.
|
it over the network.
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -68,12 +68,12 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
%doc CHANGES TODO README.markdown
|
%doc CHANGES README.markdown TODO
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Aug 28 2014 Jens Petersen <petersen@redhat.com> - 0.3.3.2-1
|
* Thu Jan 15 2015 Jens Petersen <petersen@redhat.com> - 0.3.3.4-1
|
||||||
- update to 0.3.3.2
|
- update to 0.3.3.4
|
||||||
- refresh to cblrpm-0.8.11
|
- refresh to cblrpm-0.8.11
|
||||||
|
|
||||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1.1-4
|
* 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