From 766ca0df3e69fae012af5c26043b27ccd9b0a902e87a7c95856c84cb954bb41d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 17 May 2015 15:09:41 +0000 Subject: [PATCH] - 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) OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-conduit-extra?expand=0&rev=2 --- conduit-extra-1.1.7.2.tar.gz | 3 --- conduit-extra-1.1.8.tar.gz | 3 +++ ghc-conduit-extra.changes | 7 +++++++ ghc-conduit-extra.spec | 15 ++++----------- 4 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 conduit-extra-1.1.7.2.tar.gz create mode 100644 conduit-extra-1.1.8.tar.gz 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