diff --git a/ghc-http-client.changes b/ghc-http-client.changes index 5de603f..cdc074f 100644 --- a/ghc-http-client.changes +++ b/ghc-http-client.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Feb 8 12:06:17 UTC 2022 - psimons@suse.com + +- Update http-client to version 0.7.11. + ## 0.7.11 + + * Allow making requests to raw IPv6 hosts [#477](https://github.com/snoyberg/http-client/pull/477) + * Catch "resource vanished" exception on initial response read [#480](https://github.com/snoyberg/http-client/pull/480) + * Search for reachable IP addresses asynchronously (RFC 6555, 8305) after calling `getAddrInfo` to reduce latency [#472](https://github.com/snoyberg/http-client/pull/472). + +------------------------------------------------------------------- +Fri Feb 4 12:15:23 UTC 2022 - psimons@suse.com + +- Update http-client to version 0.7.10. + ## 0.7.10 + + * Consume trailers and last CRLF of chunked body. The trailers are not exposed, + unless the raw body is requested. + ------------------------------------------------------------------- Fri Sep 10 09:27:55 UTC 2021 - psimons@suse.com diff --git a/ghc-http-client.spec b/ghc-http-client.spec index 308fe58..1af91a6 100644 --- a/ghc-http-client.spec +++ b/ghc-http-client.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-http-client # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name http-client %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.7.9 +Version: 0.7.11 Release: 0 Summary: An HTTP client engine License: MIT @@ -27,6 +27,7 @@ URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel +BuildRequires: ghc-async-devel BuildRequires: ghc-base64-bytestring-devel BuildRequires: ghc-blaze-builder-devel BuildRequires: ghc-bytestring-devel @@ -50,7 +51,6 @@ BuildRequires: ghc-time-devel BuildRequires: ghc-transformers-devel ExcludeArch: %{ix86} %if %{with tests} -BuildRequires: ghc-async-devel BuildRequires: ghc-directory-devel BuildRequires: ghc-hspec-devel BuildRequires: ghc-monad-control-devel diff --git a/http-client-0.7.11.tar.gz b/http-client-0.7.11.tar.gz new file mode 100644 index 0000000..5f5cb6a --- /dev/null +++ b/http-client-0.7.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc6c385ff5dba4adc5e3538154133211d46c410751f6f8de6b2893aefdc478a +size 94548 diff --git a/http-client-0.7.9.tar.gz b/http-client-0.7.9.tar.gz deleted file mode 100644 index 32e26e9..0000000 --- a/http-client-0.7.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bee6efb5e9b74794c8132efe5e112c430c1f031fe80827a20e58e8054ad7e8f9 -size 92752