Accepting request 829308 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/829308 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-http-client?expand=0&rev=37
This commit is contained in:
commit
bde9893e96
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name http-client
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.7.1
|
||||
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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e09abcab72b0b85887ff7c9df25be55a3c1bc2a63e026ff173dd2eccfb954d62
|
||||
size 90810
|
3
http-client-0.7.2.1.tar.gz
Normal file
3
http-client-0.7.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f9efc79e39862e707da686b118460d26727866544338c7b1145617f804bc92c
|
||||
size 91381
|
Loading…
x
Reference in New Issue
Block a user