forked from pool/ghc-wai-extra
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-wai-extra revision:12, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-wai-extra?expand=0&rev=12
This commit is contained in:
parent
0f34d00c24
commit
a19baedf1b
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- force i686 arch on i586
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 14 13:07:29 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update wai-extra to version 3.1.4.1.
|
||||
## 3.1.4.1
|
||||
|
||||
* `Network.Wai.Middleware.Gzip`: Add `Vary: Accept-Encoding` header to responses [#829](https://github.com/yesodweb/wai/pull/829)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 6 13:36:19 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update wai-extra to version 3.1.4.
|
||||
## 3.1.4
|
||||
|
||||
* Export `Network.Wai.Middleware.RequestLogger.JSON.requestToJSON` [#827](https://github.com/yesodweb/wai/pull/827)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 09:25:27 UTC 2020 - psimons@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name wai-extra
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 3.1.3
|
||||
Version: 3.1.4.1
|
||||
Release: 0
|
||||
Summary: Provides some basic WAI handlers and middleware
|
||||
License: MIT
|
||||
@ -58,6 +58,12 @@ BuildRequires: ghc-wai-devel
|
||||
BuildRequires: ghc-wai-logger-devel
|
||||
BuildRequires: ghc-word8-devel
|
||||
BuildRequires: ghc-zlib-devel
|
||||
# GHC dont support i586
|
||||
%ifarch %{ix86}
|
||||
ExclusiveArch: i586 i686
|
||||
ExclusiveArch: i686
|
||||
%{expand:%%global optflags %(echo "%{optflags}"|sed -e s/i586/i686/) -march=i686 -mtune=generic}
|
||||
%endif
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-hspec-devel
|
||||
%endif
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7e6f6d1a08e06e4de7c231492d8f0be78265e874bdf7dc54f6faee68063489f
|
||||
size 66625
|
3
wai-extra-3.1.4.1.tar.gz
Normal file
3
wai-extra-3.1.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a849e20771c177819cc5a815235d2dc5755e90e67b10af6b57f2bd0c7df2561
|
||||
size 67063
|
Loading…
Reference in New Issue
Block a user