From 0bacf1be6832d61fc970b9b1fcaa5212f592afeaae36b8fbe095bce013e7e724 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:03:27 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-http-client revision:13, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client?expand=0&rev=104 --- ghc-http-client.changes | 45 -------------------------------------- ghc-http-client.spec | 6 ++--- http-client-0.6.4.tar.gz | 3 +++ http-client-0.7.2.1.tar.gz | 3 --- 4 files changed, 6 insertions(+), 51 deletions(-) create mode 100644 http-client-0.6.4.tar.gz delete mode 100644 http-client-0.7.2.1.tar.gz diff --git a/ghc-http-client.changes b/ghc-http-client.changes index 4f02e3f..47f227e 100644 --- a/ghc-http-client.changes +++ b/ghc-http-client.changes @@ -1,48 +1,3 @@ -------------------------------------------------------------------- -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 - -- 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 - -- Replace %setup -q with the more modern %autosetup macro. - -------------------------------------------------------------------- -Fri Jun 19 02:00:23 UTC 2020 - psimons@suse.com - -- Update http-client to version 0.7.1. - ## 0.7.1 - - * Remove `AI_ADDRCONFIG` [#400](https://github.com/snoyberg/http-client/issues/400) - -------------------------------------------------------------------- -Tue Jun 9 09:10:52 UTC 2020 - psimons@suse.com - -- Update http-client to version 0.7.0. - ## 0.7.0 - - * Remove Eq instances for Cookie, CookieJar, Response, Ord instance for Cookie [#435](https://github.com/snoyberg/http-client/pull/435) - -------------------------------------------------------------------- -Wed May 6 06:54:13 UTC 2020 - psimons@suse.com - -- Update http-client to version 0.6.4.1. - ## 0.6.4.1 - - * Win32 2.8 support [#430](https://github.com/snoyberg/http-client/pull/430) - ------------------------------------------------------------------- Fri Nov 8 16:13:58 UTC 2019 - Peter Simons diff --git a/ghc-http-client.spec b/ghc-http-client.spec index 504ac1c..521ca1f 100644 --- a/ghc-http-client.spec +++ b/ghc-http-client.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-http-client # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # 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.2.1 +Version: 0.6.4 Release: 0 Summary: An HTTP client engine License: MIT @@ -70,7 +70,7 @@ Requires(postun): ghc-compiler = %{ghc_version} This package provides the Haskell %{pkg_name} library development files. %prep -%autosetup -n %{pkg_name}-%{version} +%setup -q -n %{pkg_name}-%{version} %build %ghc_lib_build diff --git a/http-client-0.6.4.tar.gz b/http-client-0.6.4.tar.gz new file mode 100644 index 0000000..5cda52b --- /dev/null +++ b/http-client-0.6.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369278ec3d0d89bfdd8bee5bd367b22b7812b98fd62a1121276d728aeeb239d9 +size 89810 diff --git a/http-client-0.7.2.1.tar.gz b/http-client-0.7.2.1.tar.gz deleted file mode 100644 index 274a7f8..0000000 --- a/http-client-0.7.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f9efc79e39862e707da686b118460d26727866544338c7b1145617f804bc92c -size 91381 From 903f0e0b7b1f82489bca99305c4248b4bf155d994cd58f80a467a77420362684 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:10:54 +0000 Subject: [PATCH 2/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=105 --- ghc-http-client.changes | 45 ++++++++++++++++++++++++++++++++++++++ ghc-http-client.spec | 6 ++--- http-client-0.6.4.tar.gz | 3 --- http-client-0.7.2.1.tar.gz | 3 +++ 4 files changed, 51 insertions(+), 6 deletions(-) delete mode 100644 http-client-0.6.4.tar.gz create mode 100644 http-client-0.7.2.1.tar.gz diff --git a/ghc-http-client.changes b/ghc-http-client.changes index 47f227e..4f02e3f 100644 --- a/ghc-http-client.changes +++ b/ghc-http-client.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +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 + +- 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 + +- Replace %setup -q with the more modern %autosetup macro. + +------------------------------------------------------------------- +Fri Jun 19 02:00:23 UTC 2020 - psimons@suse.com + +- Update http-client to version 0.7.1. + ## 0.7.1 + + * Remove `AI_ADDRCONFIG` [#400](https://github.com/snoyberg/http-client/issues/400) + +------------------------------------------------------------------- +Tue Jun 9 09:10:52 UTC 2020 - psimons@suse.com + +- Update http-client to version 0.7.0. + ## 0.7.0 + + * Remove Eq instances for Cookie, CookieJar, Response, Ord instance for Cookie [#435](https://github.com/snoyberg/http-client/pull/435) + +------------------------------------------------------------------- +Wed May 6 06:54:13 UTC 2020 - psimons@suse.com + +- Update http-client to version 0.6.4.1. + ## 0.6.4.1 + + * Win32 2.8 support [#430](https://github.com/snoyberg/http-client/pull/430) + ------------------------------------------------------------------- Fri Nov 8 16:13:58 UTC 2019 - Peter Simons diff --git a/ghc-http-client.spec b/ghc-http-client.spec index 521ca1f..504ac1c 100644 --- a/ghc-http-client.spec +++ b/ghc-http-client.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-http-client # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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.6.4 +Version: 0.7.2.1 Release: 0 Summary: An HTTP client engine License: MIT @@ -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 diff --git a/http-client-0.6.4.tar.gz b/http-client-0.6.4.tar.gz deleted file mode 100644 index 5cda52b..0000000 --- a/http-client-0.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:369278ec3d0d89bfdd8bee5bd367b22b7812b98fd62a1121276d728aeeb239d9 -size 89810 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 From e9322ef437a633b8cf2372752acf2fd3fcbd869e8cd6b99d0d95c4e118e825c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 17 Nov 2020 18:44:31 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-http-client revision:12, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client?expand=0&rev=106 --- ghc-http-client.changes | 8 ++++++++ ghc-http-client.spec | 2 +- http-client-0.7.2.1.tar.gz | 3 --- http-client-0.7.3.tar.gz | 3 +++ 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 http-client-0.7.2.1.tar.gz create mode 100644 http-client-0.7.3.tar.gz diff --git a/ghc-http-client.changes b/ghc-http-client.changes index 4f02e3f..e1d5264 100644 --- a/ghc-http-client.changes +++ b/ghc-http-client.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 17 15:27:10 UTC 2020 - psimons@suse.com + +- Update http-client to version 0.7.3. + ## 0.7.3 + + * Added `withSocket` to `Network.HTTP.Client.Connection`. + ------------------------------------------------------------------- Mon Aug 24 02:00:37 UTC 2020 - psimons@suse.com diff --git a/ghc-http-client.spec b/ghc-http-client.spec index 504ac1c..2133510 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.1 +Version: 0.7.3 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 deleted file mode 100644 index 274a7f8..0000000 --- a/http-client-0.7.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f9efc79e39862e707da686b118460d26727866544338c7b1145617f804bc92c -size 91381 diff --git a/http-client-0.7.3.tar.gz b/http-client-0.7.3.tar.gz new file mode 100644 index 0000000..c3192dd --- /dev/null +++ b/http-client-0.7.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11316efeb61f6c9472eda877ae49c4c2b902ad05ef8c5b603a9847b2692efe4a +size 91453