diff --git a/ghc-http-client.changes b/ghc-http-client.changes index 8accc16..e9a08c9 100644 --- a/ghc-http-client.changes +++ b/ghc-http-client.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 19 16:03:02 UTC 2018 - psimons@suse.com + +- Update http-client to version 0.5.14. + # Changelog for http-client + + ## 0.5.14 + + * Omit port for `getUri` when protocol is `http` and port is `80`, or when + protocol is `https` and port is `443` + * Sending requests with invalid headers now throws InvalidRequestHeader exception + ------------------------------------------------------------------- Sat Oct 20 11:31:36 UTC 2018 - Peter Simons diff --git a/ghc-http-client.spec b/ghc-http-client.spec index 9b4215b..7b0cf2d 100644 --- a/ghc-http-client.spec +++ b/ghc-http-client.spec @@ -19,7 +19,7 @@ %global pkg_name http-client %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.5.13.1 +Version: 0.5.14 Release: 0 Summary: An HTTP client engine License: MIT diff --git a/http-client-0.5.13.1.tar.gz b/http-client-0.5.13.1.tar.gz deleted file mode 100644 index 64d18e2..0000000 --- a/http-client-0.5.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e121b5c676aec29f2a3b92dcbbb8b3f6acfad4ac5985141f35e5b739f75bfc6b -size 88173 diff --git a/http-client-0.5.14.tar.gz b/http-client-0.5.14.tar.gz new file mode 100644 index 0000000..47456e7 --- /dev/null +++ b/http-client-0.5.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e50409704021c51a8955b2d03bfec900ebc3e11fbaebf973f2e654d7bde3647 +size 88654