From 9c8a9fbd3f4fffcf840bbb7ca487391cfdaf25ec0a3f6e83cc20e328ddd44bb9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 19 Aug 2020 01:01:41 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-http-client revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client?expand=0&rev=100 --- ghc-http-client.changes | 5 +++++ ghc-http-client.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ghc-http-client.changes b/ghc-http-client.changes index 3e2efdb..a2fab75 100644 --- a/ghc-http-client.changes +++ b/ghc-http-client.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:45:06 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Fri Jun 19 02:00:23 UTC 2020 - psimons@suse.com diff --git a/ghc-http-client.spec b/ghc-http-client.spec index c398e5c..97db456 100644 --- a/ghc-http-client.spec +++ b/ghc-http-client.spec @@ -70,7 +70,7 @@ Requires(postun): ghc-compiler = %{ghc_version} This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%autosetup -n %{pkg_name}-%{version} %build %ghc_lib_build From 288fd1a56ebc7a0f1cc42eaa813efa819d6ac1bfb8bb726e0d5180447eed0a55 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 22 Aug 2020 01:01:06 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-http-client revision:10, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client?expand=0&rev=101 --- ghc-http-client.changes | 8 ++++++++ ghc-http-client.spec | 2 +- http-client-0.7.1.tar.gz | 3 --- http-client-0.7.2.tar.gz | 3 +++ 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 http-client-0.7.1.tar.gz create mode 100644 http-client-0.7.2.tar.gz diff --git a/ghc-http-client.changes b/ghc-http-client.changes index a2fab75..e52f214 100644 --- a/ghc-http-client.changes +++ b/ghc-http-client.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Aug 21 11:18:56 UTC 2020 - psimons@suse.com + +- Update http-client to version 0.7.2. + ## 0.7.2 + + * Add a new proxy mode, proxySecureWithoutConnect, for sending HTTPS requests in plain text to a proxy without using the CONNECT method. + ------------------------------------------------------------------- Tue Aug 18 10:45:06 UTC 2020 - Peter Simons diff --git a/ghc-http-client.spec b/ghc-http-client.spec index 97db456..8382b1c 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.7.1 +Version: 0.7.2 Release: 0 Summary: An HTTP client engine License: MIT diff --git a/http-client-0.7.1.tar.gz b/http-client-0.7.1.tar.gz deleted file mode 100644 index 74c6edd..0000000 --- a/http-client-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e09abcab72b0b85887ff7c9df25be55a3c1bc2a63e026ff173dd2eccfb954d62 -size 90810 diff --git a/http-client-0.7.2.tar.gz b/http-client-0.7.2.tar.gz new file mode 100644 index 0000000..2275a87 --- /dev/null +++ b/http-client-0.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779332a8681f88654f7b197f40e89699a419c622c1f2e4dbbe2f38bb425fa8d1 +size 91334 From 1ed92d3ad38295418af36ad85a35f937dbf80401b8c883d77a78cafa829f4f90 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 25 Aug 2020 01:01:06 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-http-client revision:11, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client?expand=0&rev=102 --- ghc-http-client.changes | 8 ++++++++ ghc-http-client.spec | 2 +- http-client-0.7.2.1.tar.gz | 3 +++ http-client-0.7.2.tar.gz | 3 --- 4 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 http-client-0.7.2.1.tar.gz delete mode 100644 http-client-0.7.2.tar.gz diff --git a/ghc-http-client.changes b/ghc-http-client.changes index e52f214..4f02e3f 100644 --- a/ghc-http-client.changes +++ b/ghc-http-client.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Aug 24 02:00:37 UTC 2020 - psimons@suse.com + +- Update http-client to version 0.7.2.1. + ## 0.7.2.1 + + * Fix bug in `useProxySecureWithoutConnect`. + ------------------------------------------------------------------- Fri Aug 21 11:18:56 UTC 2020 - psimons@suse.com diff --git a/ghc-http-client.spec b/ghc-http-client.spec index 8382b1c..504ac1c 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.7.2 +Version: 0.7.2.1 Release: 0 Summary: An HTTP client engine License: MIT diff --git a/http-client-0.7.2.1.tar.gz b/http-client-0.7.2.1.tar.gz new file mode 100644 index 0000000..274a7f8 --- /dev/null +++ b/http-client-0.7.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9efc79e39862e707da686b118460d26727866544338c7b1145617f804bc92c +size 91381 diff --git a/http-client-0.7.2.tar.gz b/http-client-0.7.2.tar.gz deleted file mode 100644 index 2275a87..0000000 --- a/http-client-0.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:779332a8681f88654f7b197f40e89699a419c622c1f2e4dbbe2f38bb425fa8d1 -size 91334