update to 1.2.6.6

This commit is contained in:
Jens Petersen 2016-06-23 12:41:55 +09:00
parent f904e6d900
commit 238b6d12fc
3 changed files with 12 additions and 6 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/conduit-1.0.3.tar.gz
/conduit-1.0.13.1.tar.gz
/conduit-1.2.4.tar.gz
/conduit-1.2.6.6.tar.gz

View File

@ -5,8 +5,8 @@
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.2.4
Release: 3%{?dist}
Version: 1.2.6.6
Release: 1%{?dist}
Summary: Streaming data processing library
License: MIT
@ -40,8 +40,8 @@ please see: <http://www.stackage.org/package/conduit>.
transformation, and consumption of streams of data in constant memory.
It is an alternative to lazy I/O which guarantees deterministic resource
handling, and fits in the same general solution space as enumerator, iteratee,
and pipes. For a tutorial, see
<https://haskell.fpcomplete.com/user/snoyberg/library-documentation/conduit-overview>.
and pipes. For a tutorial, please visit
<https://www.fpcomplete.com/user/snoyberg/library-documentation/conduit-overview>.
%package devel
@ -67,6 +67,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check
%if %{with tests}
@ -83,7 +85,7 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
@ -91,6 +93,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 1.2.6.6-1
- update to 1.2.6.6
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
beb0f49a6200a031a639f11130cd13f5 conduit-1.2.4.tar.gz
b16be432ff2eec33309b0ba8f42ed614 conduit-1.2.6.6.tar.gz