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
This commit is contained in:
Peter Simons 2020-09-04 15:10:54 +00:00 committed by Git OBS Bridge
parent 0bacf1be68
commit 903f0e0b7b
4 changed files with 51 additions and 6 deletions

View File

@ -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 <psimons@suse.com>
- 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 <psimons@suse.com>

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:369278ec3d0d89bfdd8bee5bd367b22b7812b98fd62a1121276d728aeeb239d9
size 89810

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f9efc79e39862e707da686b118460d26727866544338c7b1145617f804bc92c
size 91381