diff --git a/conduit-extra-1.1.7.2.tar.gz b/conduit-extra-1.1.7.2.tar.gz deleted file mode 100644 index 2affff3..0000000 --- a/conduit-extra-1.1.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c8a724669b8d079eab784085386a52c470450a62cfdebb34b74d1a250d36759 -size 28938 diff --git a/conduit-extra-1.1.8.tar.gz b/conduit-extra-1.1.8.tar.gz new file mode 100644 index 0000000..674ac5b --- /dev/null +++ b/conduit-extra-1.1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a74434c5529ed5ecac2a54b315bc7c29e5cb040fb64a9afc511c015a5ccd96 +size 29107 diff --git a/ghc-conduit-extra.changes b/ghc-conduit-extra.changes index 2635999..4ff1300 100644 --- a/ghc-conduit-extra.changes +++ b/ghc-conduit-extra.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun May 17 15:06:03 UTC 2015 - mimi.vx@gmail.com + +- update to 1.1.8 +* Adding buffer size to sourceHandleRange [#213](https://github.com/snoyberg/conduit/pull/213) +* Make Binary.lines O(n) instead of O(n^2) [#209](https://github.com/snoyberg/conduit/pull/209) + ------------------------------------------------------------------- Wed Apr 22 08:23:09 UTC 2015 - mimi.vx@gmail.com diff --git a/ghc-conduit-extra.spec b/ghc-conduit-extra.spec index 69cccf8..f0bae8a 100644 --- a/ghc-conduit-extra.spec +++ b/ghc-conduit-extra.spec @@ -15,17 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %global pkg_name conduit-extra %bcond_with tests -Name: ghc-%{pkg_name} -Version: 1.1.7.2 +Name: ghc-conduit-extra +Version: 1.1.8 Release: 0 Summary: Batteries included conduit: adapters for common libraries +License: MIT Group: System/Libraries -License: MIT Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -80,36 +81,28 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build - %install %ghc_lib_install - %check %if %{with tests} %cabal test %endif - %post devel %ghc_pkg_recache - %postun devel %ghc_pkg_recache - %files -f %{name}.files %defattr(-,root,root,-) %doc LICENSE - %files devel -f %{name}-devel.files %defattr(-,root,root,-) - %changelog